From 0334094f63b1280a251caf580cb5d37f7b7f1e51 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Sat, 3 Jun 2006 22:14:35 +0000 Subject: 0.10.2 version bump. Package-Manager: portage-2.0.54 --- net-analyzer/pmacct/ChangeLog | 8 +++- net-analyzer/pmacct/files/digest-pmacct-0.10.0 | 1 - net-analyzer/pmacct/files/digest-pmacct-0.10.2 | 1 + net-analyzer/pmacct/pmacct-0.10.0.ebuild | 54 -------------------------- net-analyzer/pmacct/pmacct-0.10.2.ebuild | 54 ++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 56 deletions(-) delete mode 100644 net-analyzer/pmacct/files/digest-pmacct-0.10.0 create mode 100644 net-analyzer/pmacct/files/digest-pmacct-0.10.2 delete mode 100644 net-analyzer/pmacct/pmacct-0.10.0.ebuild create mode 100644 net-analyzer/pmacct/pmacct-0.10.2.ebuild (limited to 'net-analyzer/pmacct') diff --git a/net-analyzer/pmacct/ChangeLog b/net-analyzer/pmacct/ChangeLog index 762955f2d6bd..d327b55fb039 100644 --- a/net-analyzer/pmacct/ChangeLog +++ b/net-analyzer/pmacct/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/pmacct # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.40 2006/04/18 22:37:21 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/ChangeLog,v 1.41 2006/06/03 22:14:35 vanquirius Exp $ + +*pmacct-0.10.2 (03 Jun 2006) + + 03 Jun 2006; Marcelo Goes -pmacct-0.10.0.ebuild, + +pmacct-0.10.2.ebuild: + 0.10.2 version bump. *pmacct-0.10.1 (18 Apr 2006) diff --git a/net-analyzer/pmacct/files/digest-pmacct-0.10.0 b/net-analyzer/pmacct/files/digest-pmacct-0.10.0 deleted file mode 100644 index b7bddcbf854f..000000000000 --- a/net-analyzer/pmacct/files/digest-pmacct-0.10.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 e4d1eda71a817c2d1e048a37baf46591 pmacct-0.10.0.tar.gz 342595 diff --git a/net-analyzer/pmacct/files/digest-pmacct-0.10.2 b/net-analyzer/pmacct/files/digest-pmacct-0.10.2 new file mode 100644 index 000000000000..07c09887fbae --- /dev/null +++ b/net-analyzer/pmacct/files/digest-pmacct-0.10.2 @@ -0,0 +1 @@ +MD5 8ddd4a4ce248efe162378c47a16f43e2 pmacct-0.10.2.tar.gz 345607 diff --git a/net-analyzer/pmacct/pmacct-0.10.0.ebuild b/net-analyzer/pmacct/pmacct-0.10.0.ebuild deleted file mode 100644 index d0f8fbde7e54..000000000000 --- a/net-analyzer/pmacct/pmacct-0.10.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.10.0.ebuild,v 1.1 2006/03/22 21:15:23 vanquirius Exp $ - -DESCRIPTION="A network tool to gather ip traffic informations" -HOMEPAGE="http://www.ba.cnr.it/~paolo/pmacct/" -SRC_URI="http://www.ba.cnr.it/~paolo/pmacct/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" -IUSE="64bit debug ipv6 mmap mysql postgres" - -RDEPEND="net-libs/libpcap - mysql? ( dev-db/mysql ) - postgres? ( dev-db/postgresql )" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i "s|\(CFLAGS=\).*$|\1\"${CFLAGS}\"|g" configure || die "sed failed" -} - -src_compile() { - econf \ - $(use_enable mysql) \ - $(use_enable postgres pgsql) \ - $(use_enable mmap) \ - $(use_enable ipv6) \ - $(use_enable debug) \ - $(use_enable 64bit) \ - || die "econf failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README EXAMPLES KNOWN-BUGS CONFIG-KEYS FAQS ChangeLog docs/SIGNALS \ - docs/PLUGINS docs/INTERNALS TODO TOOLS || die "dodoc failed" - - for dirname in examples sql; do - docinto ${dirname} - dodoc ${dirname}/* || die "dodoc ${dirname} failed" - done - - newinitd "${FILESDIR}"/pmacctd-init.d pmacctd || die "newinitd failed" - newconfd "${FILESDIR}"/pmacctd-conf.d pmacctd || die "newconfd failed" - - insinto /etc - newins "${S}"/examples/pmacctd-imt.conf.example pmacctd.conf.example || \ - die "newins failed" -} diff --git a/net-analyzer/pmacct/pmacct-0.10.2.ebuild b/net-analyzer/pmacct/pmacct-0.10.2.ebuild new file mode 100644 index 000000000000..0d2de589af3f --- /dev/null +++ b/net-analyzer/pmacct/pmacct-0.10.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pmacct/pmacct-0.10.2.ebuild,v 1.1 2006/06/03 22:14:35 vanquirius Exp $ + +DESCRIPTION="A network tool to gather ip traffic informations" +HOMEPAGE="http://www.pmacct.net/" +SRC_URI="http://www.pmacct.net/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="64bit debug ipv6 mmap mysql postgres" + +RDEPEND="net-libs/libpcap + mysql? ( dev-db/mysql ) + postgres? ( dev-db/postgresql )" +DEPEND="${RDEPEND}" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i "s|\(CFLAGS=\).*$|\1\"${CFLAGS}\"|g" configure || die "sed failed" +} + +src_compile() { + econf \ + $(use_enable mysql) \ + $(use_enable postgres pgsql) \ + $(use_enable mmap) \ + $(use_enable ipv6) \ + $(use_enable debug) \ + $(use_enable 64bit) \ + || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc README EXAMPLES KNOWN-BUGS CONFIG-KEYS FAQS ChangeLog docs/SIGNALS \ + docs/PLUGINS docs/INTERNALS TODO TOOLS || die "dodoc failed" + + for dirname in examples sql; do + docinto ${dirname} + dodoc ${dirname}/* || die "dodoc ${dirname} failed" + done + + newinitd "${FILESDIR}"/pmacctd-init.d pmacctd || die "newinitd failed" + newconfd "${FILESDIR}"/pmacctd-conf.d pmacctd || die "newconfd failed" + + insinto /etc + newins "${S}"/examples/pmacctd-imt.conf.example pmacctd.conf.example || \ + die "newins failed" +} -- cgit v1.2.3-65-gdbad