diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 03:11:53 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-06-26 03:11:53 +0000 |
commit | 9c284435967a7c9ff300e1d7e18036dab920d7ae (patch) | |
tree | a14b73d3f0800b27014927f05a99094ea8d70ab7 /sci-misc | |
parent | Removing gentoolkit-0.2.1_pre3 from package.mask (diff) | |
download | historical-9c284435967a7c9ff300e1d7e18036dab920d7ae.tar.gz historical-9c284435967a7c9ff300e1d7e18036dab920d7ae.tar.bz2 historical-9c284435967a7c9ff300e1d7e18036dab920d7ae.zip |
Added to x86. Removed obsolete versions.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/nco/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/nco/Manifest | 8 | ||||
-rw-r--r-- | sci-misc/nco/files/digest-nco-2.2.0 | 1 | ||||
-rw-r--r-- | sci-misc/nco/files/digest-nco-2.7.1 | 1 | ||||
-rw-r--r-- | sci-misc/nco/nco-2.2.0.ebuild | 27 | ||||
-rw-r--r-- | sci-misc/nco/nco-2.7.1.ebuild | 33 | ||||
-rw-r--r-- | sci-misc/nco/nco-2.9.1.ebuild | 4 |
7 files changed, 9 insertions, 71 deletions
diff --git a/sci-misc/nco/ChangeLog b/sci-misc/nco/ChangeLog index 47e16be218e4..f4ad8beb0297 100644 --- a/sci-misc/nco/ChangeLog +++ b/sci-misc/nco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/nco # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.3 2005/05/06 20:45:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/ChangeLog,v 1.4 2005/06/26 03:11:53 ribosome Exp $ + + 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -nco-2.2.0.ebuild, + -nco-2.7.1.ebuild, nco-2.9.1.ebuild: + Added to x86. Removed obsolete versions. 06 May 2005; David Holm <dholm@gentoo.org> nco-2.9.1.ebuild: Added to ~ppc. diff --git a/sci-misc/nco/Manifest b/sci-misc/nco/Manifest index db32b92b5a37..f2962470fe1a 100644 --- a/sci-misc/nco/Manifest +++ b/sci-misc/nco/Manifest @@ -1,8 +1,4 @@ -MD5 fad93f627b7a3c2362fb192a4ae7757c ChangeLog 1323 +MD5 62152e4cd7372da774b848ecb3034e27 nco-2.9.1.ebuild 695 +MD5 bf2a6d1ba32d320b8bcaf5fee53f8bbc ChangeLog 1481 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 -MD5 8b45a232330d6ec9ce6aa5c514e9593f nco-2.2.0.ebuild 556 -MD5 b41dcc66372bcab182eb92397801bf62 nco-2.7.1.ebuild 698 -MD5 0cd69813325f1dcc8d97cdf4fb46a7a2 nco-2.9.1.ebuild 693 -MD5 8b8fada579ac75153a5e3a3339d294db files/digest-nco-2.2.0 61 -MD5 16bb63404b630464bf4ca80d03b822a2 files/digest-nco-2.7.1 61 MD5 1a80d642c58e5b7b3d56b69b5b1465e6 files/digest-nco-2.9.1 62 diff --git a/sci-misc/nco/files/digest-nco-2.2.0 b/sci-misc/nco/files/digest-nco-2.2.0 deleted file mode 100644 index 67243d4d5620..000000000000 --- a/sci-misc/nco/files/digest-nco-2.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f3874557a757e8a37c37941e0ee4e25 nco-2.2.0.tar.gz 321466 diff --git a/sci-misc/nco/files/digest-nco-2.7.1 b/sci-misc/nco/files/digest-nco-2.7.1 deleted file mode 100644 index 1919b1394ab5..000000000000 --- a/sci-misc/nco/files/digest-nco-2.7.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea150e0d2336c4d459d47b041c944104 nco-2.7.1.tar.gz 675567 diff --git a/sci-misc/nco/nco-2.2.0.ebuild b/sci-misc/nco/nco-2.2.0.ebuild deleted file mode 100644 index 9913678a6844..000000000000 --- a/sci-misc/nco/nco-2.2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.2.0.ebuild,v 1.2 2004/12/28 19:14:45 ribosome Exp $ - -IUSE="" - -DESCRIPTION="Command line utilities for operating on netCDF files" -SRC_URI="mirror://sourceforge/nco/${P}.tar.gz" -HOMEPAGE="http://nco.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sci-libs/netcdf" - -src_compile() { - mkdir -p obj - cd bld - emake || die -} - -src_install() { - dobin bin/* - dolib lib/* - dodoc doc/* -} diff --git a/sci-misc/nco/nco-2.7.1.ebuild b/sci-misc/nco/nco-2.7.1.ebuild deleted file mode 100644 index fb83c08ff843..000000000000 --- a/sci-misc/nco/nco-2.7.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.7.1.ebuild,v 1.2 2004/12/28 19:14:45 ribosome Exp $ - -IUSE="" - -DESCRIPTION="Command line utilities for operating on netCDF files" -SRC_URI="mirror://sourceforge/nco/${P}.tar.gz" -HOMEPAGE="http://nco.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="sci-libs/netcdf" - -src_compile() { - econf || die "econf failed" - emake - - #need to make info - cd doc - make -} - -src_install() { - DESTDIR=${D} make install - - cd doc - dodoc ANNOUNCE ChangeLog LICENSE MANIFEST NEWS README TAG TODO VERSION *.txt - dohtml *.shtml - doinfo *.info* -} diff --git a/sci-misc/nco/nco-2.9.1.ebuild b/sci-misc/nco/nco-2.9.1.ebuild index 9cbf372587e4..7d7223b26348 100644 --- a/sci-misc/nco/nco-2.9.1.ebuild +++ b/sci-misc/nco/nco-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.3 2005/05/06 20:45:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/nco/nco-2.9.1.ebuild,v 1.4 2005/06/26 03:11:53 ribosome Exp $ IUSE="" @@ -10,7 +10,7 @@ HOMEPAGE="http://nco.sourceforge.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="sci-libs/netcdf" |