From 014a42d765d3db1297e6aca65670793186c69a22 Mon Sep 17 00:00:00 2001 From: Thilo Bangert Date: Sun, 26 Jul 2009 10:44:35 +0000 Subject: remove old versions (Portage version: 2.2_rc33/cvs/Linux i686) --- www-servers/webfs/ChangeLog | 6 +++++- www-servers/webfs/webfs-1.20.ebuild | 30 ------------------------------ www-servers/webfs/webfs-1.21.ebuild | 35 ----------------------------------- 3 files changed, 5 insertions(+), 66 deletions(-) delete mode 100644 www-servers/webfs/webfs-1.20.ebuild delete mode 100644 www-servers/webfs/webfs-1.21.ebuild (limited to 'www-servers') diff --git a/www-servers/webfs/ChangeLog b/www-servers/webfs/ChangeLog index ef73f473a3f7..c00a2c7100a3 100644 --- a/www-servers/webfs/ChangeLog +++ b/www-servers/webfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/webfs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/webfs/ChangeLog,v 1.21 2009/05/21 20:30:27 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/webfs/ChangeLog,v 1.22 2009/07/26 10:44:35 bangert Exp $ + + 26 Jul 2009; Thilo Bangert -webfs-1.20.ebuild, + -webfs-1.21.ebuild: + remove old versions 21 May 2009; Brent Baude webfs-1.21-r1.ebuild: stable ppc, bug 266692 diff --git a/www-servers/webfs/webfs-1.20.ebuild b/www-servers/webfs/webfs-1.20.ebuild deleted file mode 100644 index af17a5d05dfe..000000000000 --- a/www-servers/webfs/webfs-1.20.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/webfs/webfs-1.20.ebuild,v 1.7 2007/03/01 07:38:09 bangert Exp $ - -DESCRIPTION="Lightweight HTTP server for static content" -SRC_URI="http://dl.bytesex.org/releases/${PN}/${PN}_${PV}.tar.gz" -HOMEPAGE="http://bytesex.org/webfs.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc alpha ppc ~amd64" -IUSE="ssl" - -DEPEND="ssl? ( dev-libs/openssl )" - -RDEPEND="${DEPEND} - app-misc/mime-types" - -src_compile() { - local myconf - use ssl || myconf="${myconf} USE_SSL=0" - emake prefix=/usr ${myconf} || die "emake failed" -} - -src_install() { - local myconf - use ssl || myconf="${myconf} USE_SSL=0" - einstall ${myconf} mandir=${D}/usr/share/man || die "make install failed" - dodoc README COPYING -} diff --git a/www-servers/webfs/webfs-1.21.ebuild b/www-servers/webfs/webfs-1.21.ebuild deleted file mode 100644 index c939cdf68ece..000000000000 --- a/www-servers/webfs/webfs-1.21.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/webfs/webfs-1.21.ebuild,v 1.7 2007/08/13 22:05:37 dertobi123 Exp $ - -DESCRIPTION="Lightweight HTTP server for static content" -SRC_URI="http://dl.bytesex.org/releases/${PN}/${P}.tar.gz" -HOMEPAGE="http://linux.bytesex.org/misc/webfs.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 ppc sparc x86" -IUSE="ssl threads" - -DEPEND="ssl? ( dev-libs/openssl )" - -RDEPEND="${DEPEND} - app-misc/mime-types" - -src_compile() { - local myconf - use ssl || myconf="${myconf} USE_SSL=no" - use threads && myconf="${myconf} USE_THREADS=yes" - - emake prefix=/usr ${myconf} || die "emake failed" -} - -src_install() { - local myconf - use ssl || myconf="${myconf} USE_SSL=no" - use threads && myconf="${myconf} USE_THREADS=yes" - einstall ${myconf} mandir=${D}/usr/share/man || die "make install failed" - newinitd ${FILESDIR}/${PN}.initd ${PN} || die "newinitd failed" - newconfd ${FILESDIR}/${PN}.confd ${PN} || die "newconfd failed" - dodoc README COPYING -} -- cgit v1.2.3-65-gdbad