From 2b3736f32d39cffc8af3eb569f43a7f73ce21ca8 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Wed, 27 Jun 2012 18:47:03 +0000 Subject: Remove old. (Portage version: 2.1.11.2/cvs/Linux x86_64) --- www-misc/visitors/ChangeLog | 7 +++++-- www-misc/visitors/visitors-0.5.ebuild | 35 ----------------------------------- www-misc/visitors/visitors-0.7.ebuild | 35 ----------------------------------- 3 files changed, 5 insertions(+), 72 deletions(-) delete mode 100644 www-misc/visitors/visitors-0.5.ebuild delete mode 100644 www-misc/visitors/visitors-0.7.ebuild (limited to 'www-misc') diff --git a/www-misc/visitors/ChangeLog b/www-misc/visitors/ChangeLog index ecc7b6f19268..a15fe87b8962 100644 --- a/www-misc/visitors/ChangeLog +++ b/www-misc/visitors/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-misc/visitors # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/visitors/ChangeLog,v 1.15 2012/05/29 19:31:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/visitors/ChangeLog,v 1.16 2012/06/27 18:47:03 kensington Exp $ + + 27 Jun 2012; Michael Palimaka -visitors-0.5.ebuild, + -visitors-0.7.ebuild: + Remove old. 29 May 2012; Brent Baude visitors-0.7-r1.ebuild: Marking visitors-0.7-r1 ppc for bug 394003 @@ -69,4 +73,3 @@ 11 Jun 2004; Chuck Short metadata.xml, visitors-0.2a.ebuild: Initial Ebuild written by Sven Wegener. Closes #50919. - diff --git a/www-misc/visitors/visitors-0.5.ebuild b/www-misc/visitors/visitors-0.5.ebuild deleted file mode 100644 index d48d0a1536b1..000000000000 --- a/www-misc/visitors/visitors-0.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/visitors/visitors-0.5.ebuild,v 1.3 2005/09/12 23:02:45 hansmi Exp $ - -DESCRIPTION="Visitors - fast web log analyzer" -HOMEPAGE="http://www.hping.org/visitors/" -SRC_URI="http://www.hping.org/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="ppc x86" -IUSE="debug" - -DEPEND=">=media-gfx/graphviz-1.10" - -S="${WORKDIR}/${P/-/_}" - -src_unpack() { - unpack ${A} - cd ${S} - - sed -i -e 's:graph\.gif:graph.png:' doc.html -} - -src_compile() { - local debug="" - use debug && debug="-g" - - emake CCOPT="${CFLAGS}" DEBUG="${debug}" || die "emake failed" -} - -src_install() { - dobin visitors - dodoc AUTHORS COPYING Changelog README TODO - dohtml doc.html graph.png visitors.css -} diff --git a/www-misc/visitors/visitors-0.7.ebuild b/www-misc/visitors/visitors-0.7.ebuild deleted file mode 100644 index aa10cb6cafc9..000000000000 --- a/www-misc/visitors/visitors-0.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/visitors/visitors-0.7.ebuild,v 1.4 2010/04/13 18:48:41 hwoarang Exp $ - -DESCRIPTION="Fast web log analyzer" -HOMEPAGE="http://www.hping.org/visitors/" -SRC_URI="http://www.hping.org/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="debug" - -DEPEND="" - -S="${WORKDIR}/${P/-/_}" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e 's:graph\.gif:graph.png:' doc.html -} - -src_compile() { - local debug="" - use debug && debug="-g" - - emake CCOPT="${CFLAGS}" DEBUG="${debug}" || die "emake failed" -} - -src_install() { - dobin visitors - dodoc AUTHORS Changelog README TODO - dohtml doc.html visitors.css visitors.png -} -- cgit v1.2.3-65-gdbad