diff options
author | 2015-05-23 00:38:10 +0000 | |
---|---|---|
committer | 2015-05-23 00:38:10 +0000 | |
commit | 2018542c5dd48b606480d5935b28485fdfecdfbb (patch) | |
tree | 3a7df0cd72f8008fc61941a4a652f68257821264 /net-analyzer/raddump | |
parent | Remove old. (diff) | |
download | gentoo-2-2018542c5dd48b606480d5935b28485fdfecdfbb.tar.gz gentoo-2-2018542c5dd48b606480d5935b28485fdfecdfbb.tar.bz2 gentoo-2-2018542c5dd48b606480d5935b28485fdfecdfbb.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-analyzer/raddump')
-rw-r--r-- | net-analyzer/raddump/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/raddump/raddump-0.2.1.ebuild | 25 |
2 files changed, 5 insertions, 27 deletions
diff --git a/net-analyzer/raddump/ChangeLog b/net-analyzer/raddump/ChangeLog index e85df07b887d..5850574b9011 100644 --- a/net-analyzer/raddump/ChangeLog +++ b/net-analyzer/raddump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/raddump -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.5 2013/11/06 04:03:30 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/ChangeLog,v 1.6 2015/05/23 00:38:10 mrueg Exp $ + + 23 May 2015; Manuel Rüger <mrueg@gentoo.org> -raddump-0.2.1.ebuild: + Remove old. 06 Nov 2013; Patrick Lauer <patrick@gentoo.org> raddump-0.2.1.ebuild, raddump-0.3.1.ebuild: diff --git a/net-analyzer/raddump/raddump-0.2.1.ebuild b/net-analyzer/raddump/raddump-0.2.1.ebuild deleted file mode 100644 index ee21956d904a..000000000000 --- a/net-analyzer/raddump/raddump-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/raddump/raddump-0.2.1.ebuild,v 1.3 2013/11/06 04:03:30 patrick Exp $ - -inherit autotools - -DESCRIPTION="RADIUS packet interpreter" -HOMEPAGE="http://sourceforge.net/projects/raddump/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc" -IUSE="" -DEPEND=">=net-analyzer/tcpdump-3.8.3-r1" - -src_unpack() { - unpack ${A} - cd ${S} - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS README TODO ChangeLog -} |