summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-06-26 03:11:53 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-06-26 03:11:53 +0000
commit5e931f55bbc8113573bd200edf6b945def9859b0 (patch)
tree4cfc46685c139f0a6d1b2bab2b8777480e4592f9 /sci-misc
parentRemoving gentoolkit-0.2.1_pre3 from package.mask (diff)
downloadgentoo-2-5e931f55bbc8113573bd200edf6b945def9859b0.tar.gz
gentoo-2-5e931f55bbc8113573bd200edf6b945def9859b0.tar.bz2
gentoo-2-5e931f55bbc8113573bd200edf6b945def9859b0.zip
Added to x86. Removed obsolete versions.
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/nco/ChangeLog6
-rw-r--r--sci-misc/nco/files/digest-nco-2.2.01
-rw-r--r--sci-misc/nco/files/digest-nco-2.7.11
-rw-r--r--sci-misc/nco/nco-2.2.0.ebuild27
-rw-r--r--sci-misc/nco/nco-2.7.1.ebuild33
-rw-r--r--sci-misc/nco/nco-2.9.1.ebuild4
6 files changed, 7 insertions, 65 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/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"