diff options
author | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2005-08-22 03:21:37 +0000 |
---|---|---|
committer | Rajiv Aaron Manglani <rajiv@gentoo.org> | 2005-08-22 03:21:37 +0000 |
commit | d62d742a05d14e88912502e168ef9e8d10bfa522 (patch) | |
tree | 3cbf6ce07cde170b62e485377edb555f7818f0e0 /net-dns/dnstop | |
parent | Initial commit, ebuild written by me. (diff) | |
download | historical-d62d742a05d14e88912502e168ef9e8d10bfa522.tar.gz historical-d62d742a05d14e88912502e168ef9e8d10bfa522.tar.bz2 historical-d62d742a05d14e88912502e168ef9e8d10bfa522.zip |
add metadata.xml, mark dnstop-20031113 stable on x86, remove old ebuilds.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dns/dnstop')
-rw-r--r-- | net-dns/dnstop/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/dnstop/Manifest | 19 | ||||
-rw-r--r-- | net-dns/dnstop/dnstop-20030124.ebuild | 30 | ||||
-rw-r--r-- | net-dns/dnstop/dnstop-20030228.ebuild | 31 | ||||
-rw-r--r-- | net-dns/dnstop/dnstop-20031113.ebuild | 6 | ||||
-rw-r--r-- | net-dns/dnstop/files/digest-dnstop-20030124 | 1 | ||||
-rw-r--r-- | net-dns/dnstop/files/digest-dnstop-20030228 | 1 | ||||
-rw-r--r-- | net-dns/dnstop/metadata.xml | 9 |
8 files changed, 20 insertions, 83 deletions
diff --git a/net-dns/dnstop/ChangeLog b/net-dns/dnstop/ChangeLog index 34e926a9a154..587e66fdec11 100644 --- a/net-dns/dnstop/ChangeLog +++ b/net-dns/dnstop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/dnstop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/ChangeLog,v 1.7 2005/01/29 21:19:18 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/ChangeLog,v 1.8 2005/08/22 03:21:37 rajiv Exp $ + + 22 Aug 2005; Rajiv Aaron Manglani <rajiv@gentoo.org> +metadata.xml, + -dnstop-20030124.ebuild, -dnstop-20030228.ebuild, dnstop-20031113.ebuild: + add metadata.xml, mark dnstop-20031113 stable on x86, remove old ebuilds. 30 Jan 2005; Daniel Black <dragonheart@gentoo.org> dnstop-20030124.ebuild, dnstop-20030228.ebuild, dnstop-20031113.ebuild: diff --git a/net-dns/dnstop/Manifest b/net-dns/dnstop/Manifest index 74d758fee295..2f04a5f7862b 100644 --- a/net-dns/dnstop/Manifest +++ b/net-dns/dnstop/Manifest @@ -1,17 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b2a40c50dce1195c403b17a772d64565 ChangeLog 1085 -MD5 9dba8a5d76b58f3d05091b2694006917 dnstop-20030124.ebuild 703 -MD5 fe2c6fa449e6d23d300929ef938ffc60 dnstop-20030228.ebuild 732 -MD5 8fef80d301c8abd4f4861e05330c45d6 dnstop-20031113.ebuild 733 -MD5 f253c14e9fd625129c3947a9eee0b639 files/digest-dnstop-20030124 65 -MD5 62d027147b3b5980c98fa019ae575ad1 files/digest-dnstop-20030228 65 +MD5 5c03a105622dbd96e30380bf94e810de dnstop-20031113.ebuild 726 +MD5 12a7fd763a3dde5ea468c4869cb8e358 ChangeLog 1302 +MD5 c546ddef0d0bcf060c017bc93b2dc621 metadata.xml 257 MD5 5559ca03ec5be95b7d52e70d7f2ff39d files/digest-dnstop-20031113 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB+/3dmdTrptrqvGERAk3bAJ9cUMvo+R64VnbO+qiZhk3Sl0E/ugCeOeJ0 -wOKZNlLTX+IXd0z7iZp5Py4= -=R6CZ ------END PGP SIGNATURE----- diff --git a/net-dns/dnstop/dnstop-20030124.ebuild b/net-dns/dnstop/dnstop-20030124.ebuild deleted file mode 100644 index c488d33156b4..000000000000 --- a/net-dns/dnstop/dnstop-20030124.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20030124.ebuild,v 1.4 2005/01/29 21:19:18 dragonheart Exp $ - -DESCRIPTION="Displays various tables of DNS traffic on your network." -HOMEPAGE="http://dnstop.measurement-factory.com/" -SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~ppc" - -IUSE="" -DEPEND="virtual/libpcap" - -S=${WORKDIR} - -src_compile() { - cp Makefile Makefile.orig - sed -e "s:^CFLAGS=.*$:CFLAGS=${CFLAGS} -DUSE_PPP:" \ - Makefile.orig > Makefile - - emake || die -} - -src_install() { - dobin dnstop - doman dnstop.8 - dodoc LICENSE -} diff --git a/net-dns/dnstop/dnstop-20030228.ebuild b/net-dns/dnstop/dnstop-20030228.ebuild deleted file mode 100644 index 946106737825..000000000000 --- a/net-dns/dnstop/dnstop-20030228.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20030228.ebuild,v 1.5 2005/01/29 21:19:18 dragonheart Exp $ - -DESCRIPTION="Displays various tables of DNS traffic on your network." -HOMEPAGE="http://dnstop.measurement-factory.com/" -SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~ppc ~sparc x86" - -IUSE="" -DEPEND="sys-libs/ncurses - virtual/libpcap" - -S=${WORKDIR} - -src_compile() { - cp Makefile Makefile.orig - sed -e "s:^CFLAGS=.*$:CFLAGS=${CFLAGS} -DUSE_PPP:" \ - Makefile.orig > Makefile - - emake || die -} - -src_install() { - dobin dnstop - doman dnstop.8 - dodoc LICENSE -} diff --git a/net-dns/dnstop/dnstop-20031113.ebuild b/net-dns/dnstop/dnstop-20031113.ebuild index 964ab15be800..ba76dce9e264 100644 --- a/net-dns/dnstop/dnstop-20031113.ebuild +++ b/net-dns/dnstop/dnstop-20031113.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.5 2005/01/29 21:19:18 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.6 2005/08/22 03:21:37 rajiv Exp $ DESCRIPTION="Displays various tables of DNS traffic on your network." HOMEPAGE="http://dnstop.measurement-factory.com/" @@ -8,7 +8,7 @@ SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc" +KEYWORDS="x86 ~ppc ~sparc" IUSE="" DEPEND="sys-libs/ncurses diff --git a/net-dns/dnstop/files/digest-dnstop-20030124 b/net-dns/dnstop/files/digest-dnstop-20030124 deleted file mode 100644 index 8cc23d347b61..000000000000 --- a/net-dns/dnstop/files/digest-dnstop-20030124 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2805fe585faa3d0d0f338a383758d21 dnstop-20030124.tar.gz 7207 diff --git a/net-dns/dnstop/files/digest-dnstop-20030228 b/net-dns/dnstop/files/digest-dnstop-20030228 deleted file mode 100644 index 9b0713cb6f77..000000000000 --- a/net-dns/dnstop/files/digest-dnstop-20030228 +++ /dev/null @@ -1 +0,0 @@ -MD5 71f2ee93f69d57f764407941e52e19cd dnstop-20030228.tar.gz 7315 diff --git a/net-dns/dnstop/metadata.xml b/net-dns/dnstop/metadata.xml new file mode 100644 index 000000000000..107a16f3fb80 --- /dev/null +++ b/net-dns/dnstop/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>rajiv@gentoo.org</email> + <name>Rajiv Aaron Manglani</name> +</maintainer> +</pkgmetadata> |