diff options
author | 2013-04-08 18:07:57 +0000 | |
---|---|---|
committer | 2013-04-08 18:07:57 +0000 | |
commit | 762c3b1763c1875917f28e97f7746aa868aff235 (patch) | |
tree | 6395f3e1e1e0ebaee3003143b9e080e35c7eed13 /net-analyzer/dnstracer | |
parent | Fix LICENSE, "may be freely distributed" according to README. (diff) | |
download | gentoo-2-762c3b1763c1875917f28e97f7746aa868aff235.tar.gz gentoo-2-762c3b1763c1875917f28e97f7746aa868aff235.tar.bz2 gentoo-2-762c3b1763c1875917f28e97f7746aa868aff235.zip |
Old (bug #454002).
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/dnstracer')
-rw-r--r-- | net-analyzer/dnstracer/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/dnstracer/dnstracer-1.8.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild | 9 | ||||
-rw-r--r-- | net-analyzer/dnstracer/dnstracer-1.9.ebuild | 27 |
4 files changed, 9 insertions, 62 deletions
diff --git a/net-analyzer/dnstracer/ChangeLog b/net-analyzer/dnstracer/ChangeLog index 7aceaf1b9881..fae99327299f 100644 --- a/net-analyzer/dnstracer/ChangeLog +++ b/net-analyzer/dnstracer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/dnstracer -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/ChangeLog,v 1.28 2012/12/08 12:10:17 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/ChangeLog,v 1.29 2013/04/08 18:07:57 jer Exp $ + + 08 Apr 2013; Jeroen Roovers <jer@gentoo.org> -dnstracer-1.8.ebuild, + -dnstracer-1.9.ebuild, dnstracer-1.9-r1.ebuild: + Old (bug #454002). *dnstracer-1.9-r1 (08 Dec 2012) diff --git a/net-analyzer/dnstracer/dnstracer-1.8.ebuild b/net-analyzer/dnstracer/dnstracer-1.8.ebuild deleted file mode 100644 index 070c11c7106b..000000000000 --- a/net-analyzer/dnstracer/dnstracer-1.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/dnstracer-1.8.ebuild,v 1.12 2012/12/08 11:55:45 pinkbyte Exp $ - -inherit flag-o-matic - -DESCRIPTION="Determines where a given nameserver gets its information from" -HOMEPAGE="http://www.mavetju.org/unix/general.php" -SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sparc x86" -IUSE="ipv6" - -DEPEND="" -RDEPEND="" - -src_compile() { - econf $(use_enable ipv6) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README CHANGES -} diff --git a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild b/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild index b05453530283..3b7050c2d2a5 100644 --- a/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild +++ b/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild,v 1.1 2012/12/08 12:10:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/dnstracer-1.9-r1.ebuild,v 1.2 2013/04/08 18:07:57 jer Exp $ EAPI=5 @@ -10,12 +10,9 @@ SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sparc x86 ~amd64-linux" IUSE="ipv6" -DEPEND="" -RDEPEND="" - DOCS=( CHANGES README ) src_configure() { diff --git a/net-analyzer/dnstracer/dnstracer-1.9.ebuild b/net-analyzer/dnstracer/dnstracer-1.9.ebuild deleted file mode 100644 index 499c83cf7b1c..000000000000 --- a/net-analyzer/dnstracer/dnstracer-1.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dnstracer/dnstracer-1.9.ebuild,v 1.7 2012/12/08 11:55:45 pinkbyte Exp $ - -inherit flag-o-matic - -DESCRIPTION="Determines where a given nameserver gets its information from" -HOMEPAGE="http://www.mavetju.org/unix/general.php" -SRC_URI="http://www.mavetju.org/download/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ~ppc ppc64 s390 sparc x86" -IUSE="ipv6" - -DEPEND="" -RDEPEND="" - -src_compile() { - econf $(use_enable ipv6) || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc README CHANGES -} |