summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2009-07-26 10:44:35 +0000
committerThilo Bangert <bangert@gentoo.org>2009-07-26 10:44:35 +0000
commit014a42d765d3db1297e6aca65670793186c69a22 (patch)
treee212d15cdf4d8dde606043c28619858423f6ef27 /www-servers/webfs
parentVersion bump. Patches for 2.6.30 needs more testing in this version. (diff)
downloadgentoo-2-014a42d765d3db1297e6aca65670793186c69a22.tar.gz
gentoo-2-014a42d765d3db1297e6aca65670793186c69a22.tar.bz2
gentoo-2-014a42d765d3db1297e6aca65670793186c69a22.zip
remove old versions
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'www-servers/webfs')
-rw-r--r--www-servers/webfs/ChangeLog6
-rw-r--r--www-servers/webfs/webfs-1.20.ebuild30
-rw-r--r--www-servers/webfs/webfs-1.21.ebuild35
3 files changed, 5 insertions, 66 deletions
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 <bangert@gentoo.org> -webfs-1.20.ebuild,
+ -webfs-1.21.ebuild:
+ remove old versions
21 May 2009; Brent Baude <ranger@gentoo.org> 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
-}