diff options
author | Peter Volkov <pva@gentoo.org> | 2009-06-01 09:45:49 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-06-01 09:45:49 +0000 |
commit | 30a5f499f2910ff843da49bcb779fc407153c504 (patch) | |
tree | fb4593bb515da7f303451bad2c71e569a4a727f5 /net-analyzer/ngrep | |
parent | Block zodb wrt #190882, don't remove it unless you fix it. (diff) | |
download | gentoo-2-30a5f499f2910ff843da49bcb779fc407153c504.tar.gz gentoo-2-30a5f499f2910ff843da49bcb779fc407153c504.tar.bz2 gentoo-2-30a5f499f2910ff843da49bcb779fc407153c504.zip |
Remove old.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/ngrep')
-rw-r--r-- | net-analyzer/ngrep/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ngrep/ngrep-1.45-r1.ebuild | 44 | ||||
-rw-r--r-- | net-analyzer/ngrep/ngrep-1.45.ebuild | 36 |
3 files changed, 5 insertions, 81 deletions
diff --git a/net-analyzer/ngrep/ChangeLog b/net-analyzer/ngrep/ChangeLog index d386e3a52dcf..7ce16a4a9ae3 100644 --- a/net-analyzer/ngrep/ChangeLog +++ b/net-analyzer/ngrep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ngrep # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.60 2009/05/31 15:35:57 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.61 2009/06/01 09:45:49 pva Exp $ + + 01 Jun 2009; Peter Volkov <pva@gentoo.org> -ngrep-1.45.ebuild, + -ngrep-1.45-r1.ebuild: + Remove old. 31 May 2009; Brent Baude <ranger@gentoo.org> ngrep-1.45-r2.ebuild: stable ppc64, bug 271105 diff --git a/net-analyzer/ngrep/ngrep-1.45-r1.ebuild b/net-analyzer/ngrep/ngrep-1.45-r1.ebuild deleted file mode 100644 index cc6e77d9c3ce..000000000000 --- a/net-analyzer/ngrep/ngrep-1.45-r1.ebuild +++ /dev/null @@ -1,44 +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/ngrep/ngrep-1.45-r1.ebuild,v 1.11 2008/11/09 12:11:47 vapier Exp $ - -inherit eutils autotools - -DESCRIPTION="A grep for network layers" -HOMEPAGE="http://ngrep.sourceforge.net/" -SRC_URI="mirror://sourceforge/ngrep/${P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6 pcre" - -DEPEND="virtual/libc - net-libs/libpcap - pcre? ( dev-libs/libpcre )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}.patch - epatch "${FILESDIR}"/${P}-Makefile.in.patch - eautoreconf -} - -src_compile() { - econf --with-dropprivs-user=ngrep \ - $(use_enable pcre) \ - $(use_enable ipv6) || die "econf failed" - emake || die "emake failed" -} - -pkg_preinst() { - enewgroup ngrep - enewuser ngrep -1 -1 -1 ngrep -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/*.txt -} diff --git a/net-analyzer/ngrep/ngrep-1.45.ebuild b/net-analyzer/ngrep/ngrep-1.45.ebuild deleted file mode 100644 index d43813f6a9e3..000000000000 --- a/net-analyzer/ngrep/ngrep-1.45.ebuild +++ /dev/null @@ -1,36 +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/ngrep/ngrep-1.45.ebuild,v 1.12 2008/01/16 20:42:01 grobian Exp $ - -inherit eutils autotools - -DESCRIPTION="A grep for network layers" -HOMEPAGE="http://ngrep.sourceforge.net/" -SRC_URI="mirror://sourceforge/ngrep/${P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="ipv6 pcre" - -DEPEND="virtual/libc - net-libs/libpcap - pcre? ( dev-libs/libpcre )" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${P}.patch - eautoreconf -} - -src_compile() { - econf $(use_enable pcre) $(use_enable ipv6) || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc doc/*.txt -} |