Removed webapp-config-1.11 from the tree.
authorGunnar Wrobel <wrobel@gentoo.org>
Sat, 11 Mar 2006 16:03:43 +0000 (16:03 +0000)
committerGunnar Wrobel <wrobel@gentoo.org>
Sat, 11 Mar 2006 16:03:43 +0000 (16:03 +0000)
Package-Manager: portage-2.0.54

app-admin/webapp-config/ChangeLog
app-admin/webapp-config/Manifest
app-admin/webapp-config/files/digest-webapp-config-1.11 [deleted file]
app-admin/webapp-config/webapp-config-1.11.ebuild [deleted file]

index 6a2384272bc2190773daaac0899cae8fff7e7e80..6c60d63889e82bd20420954ca4c37adb447990c6 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/webapp-config
 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.34 2006/03/10 20:14:40 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.35 2006/03/11 16:03:43 wrobel Exp $
+
+  11 Mar 2006; <wrobel@gentoo.org> -webapp-config-1.11.ebuild:
+  Removed webapp-config-1.11 from the tree.
 
   10 Mar 2006; Chris White <chriswhite@gentoo.org>
   webapp-config-1.50.13.ebuild:
index ee2b53318ee0e4d1e973abe9bdc0fcc7b0fc1015..3d08561613b47efdc1497c1e7e54eeb17105d996 100644 (file)
@@ -1,18 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 24b3152a0479dabc0183dd7b3f2760f9 ChangeLog 18763
-MD5 6aad9c4cd4548cb948cd4035286d6ac7 files/digest-webapp-config-1.11 70
+MD5 41e0ce751dd83f5b950ba8ce614ec898 ChangeLog 18867
 MD5 4a197b74bf68a2f921f202710177d4a6 files/digest-webapp-config-1.50.10 72
 MD5 5908b6a044c7c0eb9a40134a1bb793cd files/digest-webapp-config-1.50.13 72
 MD5 4defd726d2b03decc5b7ff21b0aac1a3 metadata.xml 225
-MD5 90bba75c31e392fd21e084681aeca6ae webapp-config-1.11.ebuild 1408
 MD5 a4fc5ad7697ee281f41a3fe2b3f3268c webapp-config-1.50.10.ebuild 1869
 MD5 6a7305af7224a6d139cd20fea416fb91 webapp-config-1.50.13.ebuild 1876
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2.1 (GNU/Linux)
-
-iD8DBQFEEd44FdQwWVoAgN4RAqADAJ9VV+22aHCiOJgT78iT2YH78JQoMwCg5Oxf
-0p/VuNTAJ/RNRikPvH84rHY=
-=2+lv
------END PGP SIGNATURE-----
diff --git a/app-admin/webapp-config/files/digest-webapp-config-1.11 b/app-admin/webapp-config/files/digest-webapp-config-1.11
deleted file mode 100644 (file)
index 30ffc0a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 56f6709ebc07e43382f9ac07bed0cc63 webapp-config-1.11.tar.bz2 54859
diff --git a/app-admin/webapp-config/webapp-config-1.11.ebuild b/app-admin/webapp-config/webapp-config-1.11.ebuild
deleted file mode 100644 (file)
index d9ec0b5..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.11.ebuild,v 1.1 2005/11/20 12:22:25 stuart Exp $
-
-inherit eutils
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="http://dev.gentoo.org/~stuart/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="sys-apps/grep
-       sys-apps/findutils
-       sys-apps/sed
-       sys-apps/gawk
-       sys-apps/coreutils
-       app-shells/bash
-       app-portage/gentoolkit"
-
-src_compile() {
-       # do nothing
-       true
-}
-
-src_install() {
-       dosbin sbin/webapp-config
-       dodir /usr/$(get_libdir)/webapp-config
-       cp -R lib/* ${D}/usr/$(get_libdir)/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
-       epause 5
-}