summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2004-08-19 21:39:56 +0000
committerStuart Herbert <stuart@gentoo.org>2004-08-19 21:39:56 +0000
commit8086995d512d7a8218d364662603d3aa4b1169e8 (patch)
treefb9f242a69bdd743b4e98ee201f4316d3ad1084f /net-www/webapp-config
parentRemoved old version (diff)
downloadhistorical-8086995d512d7a8218d364662603d3aa4b1169e8.tar.gz
historical-8086995d512d7a8218d364662603d3aa4b1169e8.tar.bz2
historical-8086995d512d7a8218d364662603d3aa4b1169e8.zip
Removed old version
Diffstat (limited to 'net-www/webapp-config')
-rw-r--r--net-www/webapp-config/ChangeLog6
-rw-r--r--net-www/webapp-config/files/digest-webapp-config-1.10-r81
-rw-r--r--net-www/webapp-config/files/digest-webapp-config-1.10-r91
-rw-r--r--net-www/webapp-config/webapp-config-1.10-r8.ebuild49
-rw-r--r--net-www/webapp-config/webapp-config-1.10-r9.ebuild49
5 files changed, 5 insertions, 101 deletions
diff --git a/net-www/webapp-config/ChangeLog b/net-www/webapp-config/ChangeLog
index 6bc8019fc9b7..eb23014ad3c9 100644
--- a/net-www/webapp-config/ChangeLog
+++ b/net-www/webapp-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/webapp-config
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/ChangeLog,v 1.55 2004/08/19 21:38:55 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/ChangeLog,v 1.56 2004/08/19 21:39:56 stuart Exp $
+
+ 19 Aug 2004; Stuart Herbert <stuart@gentoo.org>
+ -webapp-config-1.10-r9.ebuild:
+ Obsolete version; removed by eversionrm tool
19 Aug 2004; Stuart Herbert <stuart@gentoo.org>
-webapp-config-1.10-r8.ebuild:
diff --git a/net-www/webapp-config/files/digest-webapp-config-1.10-r8 b/net-www/webapp-config/files/digest-webapp-config-1.10-r8
deleted file mode 100644
index 12c20a88babc..000000000000
--- a/net-www/webapp-config/files/digest-webapp-config-1.10-r8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4e5bd97faea4822e1ae8a6d3423d6f41 webapp-config-1.10-r8.tar.bz2 52215
diff --git a/net-www/webapp-config/files/digest-webapp-config-1.10-r9 b/net-www/webapp-config/files/digest-webapp-config-1.10-r9
deleted file mode 100644
index 0d0805ee28f7..000000000000
--- a/net-www/webapp-config/files/digest-webapp-config-1.10-r9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 804e71860e8045a868880af4ebb201eb webapp-config-1.10-r9.tar.bz2 65971
diff --git a/net-www/webapp-config/webapp-config-1.10-r8.ebuild b/net-www/webapp-config/webapp-config-1.10-r8.ebuild
deleted file mode 100644
index 4f28253f2058..000000000000
--- a/net-www/webapp-config/webapp-config-1.10-r8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r8.ebuild,v 1.1 2004/08/16 21:24:19 stuart Exp $
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="http://dev.gentoo.org/~stuart/${PN}/${PN}-${PVR}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/grep
- sys-apps/findutils
- sys-apps/sed
- sys-apps/gawk
- sys-apps/coreutils
- app-shells/bash
- app-portage/gentoolkit"
-
-S=${WORKDIR}/${PF}
-
-src_compile() {
- # do nothing
- true
-}
-
-src_install() {
- dosbin sbin/webapp-config
- dodir /usr/lib/webapp-config
- cp -R lib/* ${D}/usr/lib/webapp-config/
- dodir /etc/vhosts
- cp config/webapp-config ${D}/etc/vhosts/
- dodir /usr/share/webapps
- dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt README.txt TODO.txt CHANGES.txt examples/postinstall-en.txt
- doman doc/webapp-config.5 doc/webapp-config.8 doc/webapp.eclass.5
- dohtml doc/webapp-config.5.html doc/webapp-config.8.html doc/webapp.eclass.5.html
-}
-
-pkg_postinst() {
- echo
- einfo "Now that you have upgraded webapp-config, you **must** update your"
- einfo "config files in /etc/vhosts/webapp-config before you emerge any"
- einfo "packages that use webapp-config."
- echo
- sleep 5
-}
diff --git a/net-www/webapp-config/webapp-config-1.10-r9.ebuild b/net-www/webapp-config/webapp-config-1.10-r9.ebuild
deleted file mode 100644
index 45707aa10814..000000000000
--- a/net-www/webapp-config/webapp-config-1.10-r9.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r9.ebuild,v 1.1 2004/08/19 10:43:17 stuart Exp $
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="http://dev.gentoo.org/~stuart/${PN}/${PN}-${PVR}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/grep
- sys-apps/findutils
- sys-apps/sed
- sys-apps/gawk
- sys-apps/coreutils
- app-shells/bash
- app-portage/gentoolkit"
-
-S=${WORKDIR}/${PF}
-
-src_compile() {
- # do nothing
- true
-}
-
-src_install() {
- dosbin sbin/webapp-config
- dodir /usr/lib/webapp-config
- cp -R lib/* ${D}/usr/lib/webapp-config/
- dodir /etc/vhosts
- cp config/webapp-config ${D}/etc/vhosts/
- dodir /usr/share/webapps
- dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt README.txt TODO.txt CHANGES.txt examples/postinstall-en.txt
- doman doc/webapp-config.5 doc/webapp-config.8 doc/webapp.eclass.5
- dohtml doc/webapp-config.5.html doc/webapp-config.8.html doc/webapp.eclass.5.html
-}
-
-pkg_postinst() {
- echo
- einfo "Now that you have upgraded webapp-config, you **must** update your"
- einfo "config files in /etc/vhosts/webapp-config before you emerge any"
- einfo "packages that use webapp-config."
- echo
- sleep 5
-}