Browse Source
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@10 32389bae-6d03-0410-99cf-db05cde120ebambertools

6 changed files with 0 additions and 195 deletions
@ -1,78 +0,0 @@
|
||||
# ChangeLog for media-gfx/kst |
||||
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 |
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/ChangeLog,v 1.9 2005/09/02 19:43:41 hansmi Exp $ |
||||
|
||||
*kst-1.1.0-r1 (28 Oct 2005) |
||||
|
||||
28 Oct 2005; Marcus D. Hanwell <cryos@gentoo.org> +kst-1.1.0-r1.ebuild |
||||
-kst-1.1.0.ebuild -kst-0.97.ebuild: |
||||
Revision bump to propagate patch, ebuild cleanups. |
||||
|
||||
25 Oct 2005; Lucas Chiesa <lucas.chiesa@gmail.com> kst-1.1.0.ebuild: |
||||
Added patch to prevent kst linking to netcdf when it shouldn't. |
||||
|
||||
02 Sep 2005; Michael Hanselmann <hansmi@gentoo.org> kst-1.1.0.ebuild: |
||||
Stable on ppc. |
||||
|
||||
20 Aug 2005; Olivier Fisette <ribosome@gentoo.org> -kst-0.94.ebuild, |
||||
kst-0.97.ebuild, -kst-0.99.ebuild, -kst-1.0.0.ebuild, kst-1.1.0.ebuild: |
||||
Changed dependency from kdebase to kdelibs (see bug #83059). Added 1.1.0 to |
||||
x86. Pruned old versions. |
||||
|
||||
*kst-1.1.0 (17 Jun 2005) |
||||
|
||||
17 Jun 2005; Dominik Stadler <centic@gentoo.org> +kst-1.1.0.ebuild: |
||||
Add new version 1.1.0, fixes Bug 96136 |
||||
|
||||
05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> kst-0.97.ebuild: |
||||
Stable on ppc. |
||||
|
||||
15 Jan 2005; Dan Armak <danarmak@gentoo.org> kst-0.94.ebuild, |
||||
kst-0.97.ebuild, kst-0.99.ebuild, kst-1.0.0.ebuild: |
||||
Changed dep on kdebase to accept kdebase-meta, the split 'meta' package. |
||||
This dep will be narrowed down in the future to the precise split packages |
||||
required. |
||||
|
||||
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> kst-0.99.ebuild: |
||||
Dependency update: dev-libs/gsl -> sci-libs/gsl. |
||||
|
||||
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> kst-1.0.0.ebuild: |
||||
Dependency update: dev-libs/gsl -> sci-libs/gsl. |
||||
|
||||
*kst-0.97 (23 Dec 2004) |
||||
|
||||
23 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml, |
||||
+kst-0.94.ebuild, +kst-0.97.ebuild, +kst-0.99.ebuild, +kst-1.0.0.ebuild: |
||||
Moved from app-sci/kst to media-gfx/kst. |
||||
|
||||
*kst-1.0.0 (03 Dec 2004) |
||||
|
||||
03 Dec 2004; Patrick Kursawe <phosphan@gentoo.org> +kst-1.0.0.ebuild: |
||||
Version bump |
||||
|
||||
13 Oct 2004; Caleb Tennis <caleb@gentoo.org> : |
||||
Version bump, plus a new runtime dep |
||||
|
||||
04 Jul 2004; Carsten Lohrke <carlo@gentoo.org> kst-0.94.ebuild, |
||||
kst-0.97.ebuild: |
||||
QA: need-kde after R/DEPEND |
||||
|
||||
06 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> kst-0.97.ebuild: |
||||
Marked stable on amd64. |
||||
|
||||
*kst-0.97 (29 Apr 2004) |
||||
|
||||
29 Apr 2004; Dominik Stadler <centic@gentoo.org> : |
||||
Fix URL, closes Bug 49341. Add Version 0.97, closes Bug 49355. |
||||
|
||||
22 Mar 2004; Jason Wever <weeve@gentoo.org> kst-0.94.ebuild: |
||||
Added ~sparc keyword. |
||||
|
||||
10 Mar 2004; David Holm <dholm@gentoo.org> kst-0.94.ebuild: |
||||
Added to ~ppc. |
||||
|
||||
*kst-0.94 (09 Mar 2004) |
||||
|
||||
09 Mar 2004; Caleb Tennis <caleb@gentoo.org> kst-0.94.ebuild, metadata.xml: |
||||
Initial import |
||||
|
@ -1,5 +0,0 @@
|
||||
MD5 9256bacd4953825aa817b820ecf8e4e3 ChangeLog 2495 |
||||
MD5 b3c3b4529c7a84a69be4e52b98c71a53 files/digest-kst-1.1.0-r1 63 |
||||
MD5 7d7826a4f8fadf0c3c8627577a4f55a9 files/kst-1.1.0-netcdf-fix.patch 2939 |
||||
MD5 f49c7a61e0145a92906bf0b44d2f1551 kst-1.1.0-r1.ebuild 783 |
||||
MD5 862e7941cb21c9dd10e8bd6183f21fb0 metadata.xml 173 |
@ -1 +0,0 @@
|
||||
MD5 68a38073fa6de1e52d55dd9db4e85b4d kst-1.1.0.tar.gz 10598874 |
@ -1,76 +0,0 @@
|
||||
--- configure.in 2005-10-27 00:25:05.000000000 -0300
|
||||
+++ configure.in 2005-10-27 00:22:25.000000000 -0300
|
||||
@@ -156,7 +156,7 @@
|
||||
AC_HELP_STRING([--with-cdf=DIR],[where the root of CDF is installed ]),
|
||||
[ ac_cdf_includes="-I$withval/include"
|
||||
ac_cdf_libraries="-L$withval/lib"
|
||||
- ])
|
||||
+ ])
|
||||
|
||||
all_includes_save="$all_includes"
|
||||
all_includes="$all_includes $ac_cdf_includes"
|
||||
@@ -182,32 +182,43 @@
|
||||
# netCDF Test
|
||||
ac_netcdf_includes=""
|
||||
ac_netcdf_libraries=""
|
||||
-AC_ARG_WITH(netcdf,
|
||||
- AC_HELP_STRING([--with-netcdf=DIR],[where the root of NetCDF is installed ]),
|
||||
- [ ac_netcdf_includes="-I$withval/include"
|
||||
- ac_netcdf_libraries="-L$withval/lib"
|
||||
- ])
|
||||
-
|
||||
-all_includes_save="$all_includes"
|
||||
-all_includes="$all_includes $ac_netcdf_includes"
|
||||
-KDE_CHECK_HEADER(netcdfcpp.h, AC_DEFINE(HAVE_NETCDFCPP_H, 1, [If we have NetCDF CPP headers]) have_netcdfcpp_h=yes NETCDFINCLUDES="$ac_netcdf_includes", , )
|
||||
-all_includes="$all_includes_save"
|
||||
+NETCDFLIBS=""
|
||||
|
||||
-ldflags_save="$LDFLAGS"
|
||||
-LDFLAGS="$LDFLAGS $ac_netcdf_libraries"
|
||||
-KDE_CHECK_LIB(netcdf, nc_open, NETCDFLIBS="$ac_netcdf_libraries -lnetcdf_c++ -lnetcdf $NETCDFLIBS", , )
|
||||
-LDFLAGS="$ldflags_save"
|
||||
-
|
||||
-if test $ac_cv_lib_netcdf_nc_open = yes; then
|
||||
- if test $have_netcdfcpp_h = yes; then
|
||||
- AC_SUBST(NETCDFLIBS)
|
||||
- AC_SUBST(NETCDFINCLUDES)
|
||||
- AC_DEFINE(KST_HAVE_NETCDF, 1, [If we have the NetCDF libraries.])
|
||||
- fi
|
||||
+AC_MSG_CHECKING([--enable-netcdf argument])
|
||||
+AC_ARG_ENABLE(netcdf,
|
||||
+ [ --enable-netcdf enable netcdf support.],
|
||||
+ [ enable_netcdf=$enableval ],
|
||||
+ [ enable_netcdf="no" ])
|
||||
+
|
||||
+if test "$enable_netcdf" = "yes"; then
|
||||
+ AC_ARG_WITH(netcdf,
|
||||
+ AC_HELP_STRING([--with-netcdf=DIR],[where the root of NetCDF is installed ]),
|
||||
+ [ ac_netcdf_includes="-I$withval/include"
|
||||
+ ac_netcdf_libraries="-L$withval/lib"
|
||||
+ ])
|
||||
+
|
||||
+ all_includes_save="$all_includes"
|
||||
+ all_includes="$all_includes $ac_netcdf_includes"
|
||||
+ KDE_CHECK_HEADER(netcdfcpp.h, AC_DEFINE(HAVE_NETCDFCPP_H, 1, [If we have NetCDF CPP headers]) have_netcdfcpp_h=yes NETCDFINCLUDES="$ac_netcdf_includes", , )
|
||||
+ all_includes="$all_includes_save"
|
||||
+
|
||||
+ ldflags_save="$LDFLAGS"
|
||||
+ LDFLAGS="$LDFLAGS $ac_netcdf_libraries"
|
||||
+ KDE_CHECK_LIB(netcdf, nc_open, NETCDFLIBS="$ac_netcdf_libraries -lnetcdf_c++ -lnetcdf $NETCDFLIBS", , )
|
||||
+ LDFLAGS="$ldflags_save"
|
||||
+
|
||||
+ if test $ac_cv_lib_netcdf_nc_open = yes; then
|
||||
+ if test $have_netcdfcpp_h = yes; then
|
||||
+ AC_SUBST(NETCDFLIBS)
|
||||
+ AC_SUBST(NETCDFINCLUDES)
|
||||
+ AC_DEFINE(KST_HAVE_NETCDF, 1, [If we have the NetCDF libraries.])
|
||||
+ fi
|
||||
+ fi
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(include_netcdf, test -n "$NETCDFLIBS")
|
||||
|
||||
+
|
||||
# Readline and ncurses check
|
||||
KDE_CHECK_HEADER(readline/readline.h, AC_DEFINE(HAVE_READLINE_H, 1, [If we have libreadline headers]) have_readline_h=yes, , )
|
||||
KDE_CHECK_LIB(readline, rl_cleanup_after_signal, LIBREADLINE="-lreadline -lncurses", , -lncurses)
|
@ -1,29 +0,0 @@
|
||||
# Copyright 1999-2005 Gentoo Foundation |
||||
# Distributed under the terms of the GNU General Public License v2 |
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kst/kst-1.1.0.ebuild,v 1.3 2005/09/02 19:43:41 hansmi Exp $ |
||||
|
||||
inherit kde |
||||
|
||||
DESCRIPTION="A plotting and data viewing program for KDE" |
||||
HOMEPAGE="http://omega.astro.utoronto.ca/kst/" |
||||
SRC_URI="http://mirrors.isc.org/pub/kde/stable/apps/KDE3.x/scientific/${P}.tar.gz" |
||||
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86" |
||||
LICENSE="GPL-2" |
||||
|
||||
SLOT="0" |
||||
IUSE="" |
||||
|
||||
RDEPEND="${DEPEND} |
||||
sci-libs/gsl" |
||||
|
||||
need-kde 3.1 |
||||
|
||||
PATCHES="${FILESDIR}/${P}-netcdf-fix.patch" |
||||
|
||||
src_unpack(){ |
||||
kde_src_unpack |
||||
einfo "Regenerating autotools files..." |
||||
rm -f configure |
||||
autoconf || die "autoconf failed" |
||||
} |
Loading…
Reference in new issue