diff options
author | 2008-06-07 16:48:12 +0000 | |
---|---|---|
committer | 2008-06-07 16:48:12 +0000 | |
commit | feaf3a9ce0a82bdaed6e5c893b048a64874d9d27 (patch) | |
tree | a7e5cd4b6c1bd145554767679fbbdda0524b0473 /net-analyzer/lft | |
parent | Version bump. (diff) | |
download | gentoo-2-feaf3a9ce0a82bdaed6e5c893b048a64874d9d27.tar.gz gentoo-2-feaf3a9ce0a82bdaed6e5c893b048a64874d9d27.tar.bz2 gentoo-2-feaf3a9ce0a82bdaed6e5c893b048a64874d9d27.zip |
Remove old ebuilds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/lft')
-rw-r--r-- | net-analyzer/lft/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/lft/lft-2.31.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/lft/lft-2.5.ebuild | 35 |
3 files changed, 5 insertions, 65 deletions
diff --git a/net-analyzer/lft/ChangeLog b/net-analyzer/lft/ChangeLog index e6fafe794d38..8b9e98a2ca10 100644 --- a/net-analyzer/lft/ChangeLog +++ b/net-analyzer/lft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/lft # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.24 2008/03/13 13:42:48 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.25 2008/06/07 16:48:12 vanquirius Exp $ + + 07 Jun 2008; Marcelo Goes <vanquirius@gentoo.org> -lft-2.5.ebuild, + -lft-2.31.ebuild: + Remove old ebuilds. 13 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> lft-3.0.ebuild: amd64 stable diff --git a/net-analyzer/lft/lft-2.31.ebuild b/net-analyzer/lft/lft-2.31.ebuild deleted file mode 100644 index dd02ddeaa815..000000000000 --- a/net-analyzer/lft/lft-2.31.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.31.ebuild,v 1.8 2008/02/06 20:46:22 grobian Exp $ - -inherit flag-o-matic - -DESCRIPTION="Layer Four Traceroute: an advanced traceroute implementation" -HOMEPAGE="http://oppleman.com/lft/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="VOSTROM" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="net-libs/libpcap" - -src_compile() { - # avoid suid related security issues. - append-ldflags $(bindnow-flags) - - econf || die - emake || die -} - -src_install() { - einstall || die "einstall failed" - dodoc CHANGELOG README TODO -} diff --git a/net-analyzer/lft/lft-2.5.ebuild b/net-analyzer/lft/lft-2.5.ebuild deleted file mode 100644 index d4e7047672d8..000000000000 --- a/net-analyzer/lft/lft-2.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.5.ebuild,v 1.4 2008/02/06 20:46:22 grobian Exp $ - -inherit flag-o-matic eutils - -DESCRIPTION="Layer Four Traceroute: an advanced traceroute implementation" -HOMEPAGE="http://oppleman.com/lft/" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="VOSTROM" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="net-libs/libpcap" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-installpath.patch -} - -src_compile() { - # avoid suid related security issues. - append-ldflags -Wl,-z,now - - econf || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die "install failed" - dodoc CHANGELOG README TODO -} |