diff options
author | 2005-04-25 02:34:58 +0000 | |
---|---|---|
committer | 2005-04-25 02:34:58 +0000 | |
commit | f2f1183e3b64c676c664860808e6927c5eacaaf1 (patch) | |
tree | d8e4f7e686ad93dff9ae2802bdbf999aa739cc64 /net-analyzer/nload | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-f2f1183e3b64c676c664860808e6927c5eacaaf1.tar.gz gentoo-2-f2f1183e3b64c676c664860808e6927c5eacaaf1.tar.bz2 gentoo-2-f2f1183e3b64c676c664860808e6927c5eacaaf1.zip |
removing old ebuilds
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nload/files/digest-nload-0.4.0 | 1 | ||||
-rw-r--r-- | net-analyzer/nload/files/digest-nload-0.5.0 | 1 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.4.0.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 38 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.6.0.ebuild | 4 |
6 files changed, 8 insertions, 74 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index 554833adfb97..ad554f3f7422 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nload -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.15 2004/08/20 13:14:12 kugelfang Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.16 2005/04/25 02:34:58 vanquirius Exp $ + + 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -nload-0.4.0.ebuild, + -nload-0.5.0.ebuild: + Removing old ebuilds. 20 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> nload-0.6.0.ebuild: Marked ~amd64. diff --git a/net-analyzer/nload/files/digest-nload-0.4.0 b/net-analyzer/nload/files/digest-nload-0.4.0 deleted file mode 100644 index a81df8c94b5b..000000000000 --- a/net-analyzer/nload/files/digest-nload-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2d3607263f9d63883b90c03a3b7b2b1 nload-0.4.0.tar.gz 69570 diff --git a/net-analyzer/nload/files/digest-nload-0.5.0 b/net-analyzer/nload/files/digest-nload-0.5.0 deleted file mode 100644 index c787c698ff57..000000000000 --- a/net-analyzer/nload/files/digest-nload-0.5.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 4b6bdc397f25af456ccecbf748b1af26 nload-0.5.0.tar.gz 105512 diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild deleted file mode 100644 index 83205b60e941..000000000000 --- a/net-analyzer/nload/nload-0.4.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.11 2004/06/24 22:13:22 agriffis Exp $ - -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" -SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" -HOMEPAGE="http://roland-riegel.de/nload/index_en.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2" - -src_compile() { - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --host=${CHOST} || die "./configure failed" - - emake || die "compile failed" -} - -src_install () { - make DESTDIR=${D} install - dodoc README INSTALL ChangeLog AUTHORS -} - diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild deleted file mode 100644 index 135286164101..000000000000 --- a/net-analyzer/nload/nload-0.5.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.10 2004/06/24 22:13:22 agriffis Exp $ - -inherit eutils - -DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" -SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" -HOMEPAGE="http://roland-riegel.de/nload/index_en.html" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc" -IUSE="" - -DEPEND=">=sys-libs/ncurses-5.2" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/nload-0.5.0-gcc3-gentoo.patch -} - -src_compile() { - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --host=${CHOST} || die "./configure failed" - - emake || die "compile failed" -} - -src_install () { - make DESTDIR=${D} install - dodoc README INSTALL ChangeLog AUTHORS -} - diff --git a/net-analyzer/nload/nload-0.6.0.ebuild b/net-analyzer/nload/nload-0.6.0.ebuild index e623a13e2b55..7d10190d7751 100644 --- a/net-analyzer/nload/nload-0.6.0.ebuild +++ b/net-analyzer/nload/nload-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.7 2004/08/20 13:14:12 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.8 2005/04/25 02:34:58 vanquirius Exp $ DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" SRC_URI="mirror://sourceforge/nload/${P}.tar.gz" |