diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-01 17:37:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-01 17:37:41 +0000 |
commit | b03f1359c7cfc667e0b227996aa0548e0c45bc6a (patch) | |
tree | 3bd128bc42f3e22f86d0c89a1858ac70cf327f33 /net-analyzer | |
parent | Marking tkTheme-1.0-r2 ppc for bug 397011 (diff) | |
download | gentoo-2-b03f1359c7cfc667e0b227996aa0548e0c45bc6a.tar.gz gentoo-2-b03f1359c7cfc667e0b227996aa0548e0c45bc6a.tar.bz2 gentoo-2-b03f1359c7cfc667e0b227996aa0548e0c45bc6a.zip |
Remove testing cruft. Remove old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/lft/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/lft/files/lft-2.5-installpath.patch | 24 | ||||
-rw-r--r-- | net-analyzer/lft/lft-3.0-r1.ebuild | 19 | ||||
-rw-r--r-- | net-analyzer/lft/lft-3.33.ebuild | 3 |
4 files changed, 6 insertions, 46 deletions
diff --git a/net-analyzer/lft/ChangeLog b/net-analyzer/lft/ChangeLog index ce348738558b..ab69a25d5432 100644 --- a/net-analyzer/lft/ChangeLog +++ b/net-analyzer/lft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/lft # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.35 2012/02/01 16:59:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/ChangeLog,v 1.36 2012/02/01 17:37:40 jer Exp $ + + 01 Feb 2012; Jeroen Roovers <jer@gentoo.org> + -files/lft-2.5-installpath.patch, -lft-3.0-r1.ebuild, lft-3.33.ebuild: + Remove testing cruft. Remove old. 01 Feb 2012; Brent Baude <ranger@gentoo.org> lft-3.33.ebuild: Marking lft-3.33 ppc for bug 358787 diff --git a/net-analyzer/lft/files/lft-2.5-installpath.patch b/net-analyzer/lft/files/lft-2.5-installpath.patch deleted file mode 100644 index 20acc0d34198..000000000000 --- a/net-analyzer/lft/files/lft-2.5-installpath.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- Makefile.in.orig 2005-09-03 17:20:27.000000000 +1000 -+++ Makefile.in 2005-09-03 17:22:26.000000000 +1000 -@@ -48,14 +48,14 @@ - - install: lft lft.8 whob whob.8 - @echo "Installing LFT and WhoB" -- test -d $(bindir)/. || $(MKDIR) $(bindir) -- $(INSTALL) lft $(bindir)/lft -- $(INSTALL) whob $(bindir)/whob -- @ ( echo chown root $(bindir)/lft && chown root $(bindir)/lft && echo chmod u+s $(bindir)/lft && chmod u+s $(bindir)/lft ) || echo "***" WARNING: could not set $(bindir) suid to root -- test -d $(mandir)/man8/. || $(MKDIR) $(mandir)/man8 -+ test -d $(DESTDIR)$(bindir)/. || $(MKDIR) $(DESTDIR)$(bindir) -+ $(INSTALL) lft $(DESTDIR)$(bindir)/lft -+ $(INSTALL) whob $(DESTDIR)$(bindir)/whob -+ @ ( echo chown root $(DESTDIR)$(bindir)/lft && chown root $(DESTDIR)$(bindir)/lft && echo chmod u+s $(DESTDIR)$(bindir)/lft && chmod u+s $(DESTDIR)$(bindir)/lft ) || echo "***" WARNING: could not set $(bindir) suid to root -+ test -d $(DESTDIR)$(mandir)/man8/. || $(MKDIR) $(DESTDIR)$(mandir)/man8 - @echo "Installing LFT and WhoB manual pages" -- $(INSTALL) lft.8 $(mandir)/man8/lft.8 -- $(INSTALL) whob.8 $(mandir)/man8/whob.8 -+ $(INSTALL) lft.8 $(DESTDIR)$(mandir)/man8/lft.8 -+ $(INSTALL) whob.8 $(DESTDIR)$(mandir)/man8/whob.8 - - clean: - $(RM) *.o core* lft whob *~ diff --git a/net-analyzer/lft/lft-3.0-r1.ebuild b/net-analyzer/lft/lft-3.0-r1.ebuild deleted file mode 100644 index e193862edfd8..000000000000 --- a/net-analyzer/lft/lft-3.0-r1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-3.0-r1.ebuild,v 1.5 2010/01/01 18:34:00 fauli Exp $ - -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 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -DEPEND="net-libs/libpcap" - -src_install() { - einstall || die "einstall failed" - dodoc CHANGELOG README TODO -} diff --git a/net-analyzer/lft/lft-3.33.ebuild b/net-analyzer/lft/lft-3.33.ebuild index c0508423aeda..7026c8693cf8 100644 --- a/net-analyzer/lft/lft-3.33.ebuild +++ b/net-analyzer/lft/lft-3.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-3.33.ebuild,v 1.5 2012/02/01 16:59:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-3.33.ebuild,v 1.6 2012/02/01 17:37:40 jer Exp $ EAPI="4" @@ -19,6 +19,5 @@ RDEPEND="${DEPEND}" DOCS=( CHANGELOG README TODO ) src_prepare() { -cp -av Makefile.in{,.org} sed -i Makefile.in -e '/[Ss]trip/d' || die } |