diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-03-11 16:03:43 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-03-11 16:03:43 +0000 |
commit | 300970b5873f3ac0eb704a44a34385ac294ff770 (patch) | |
tree | c64d07322239f10371e6fdcdcaca9632fe82662a /app-admin/webapp-config | |
parent | Add missing runtime dependency. (diff) | |
download | gentoo-2-300970b5873f3ac0eb704a44a34385ac294ff770.tar.gz gentoo-2-300970b5873f3ac0eb704a44a34385ac294ff770.tar.bz2 gentoo-2-300970b5873f3ac0eb704a44a34385ac294ff770.zip |
Removed webapp-config-1.11 from the tree.
(Portage version: 2.0.54)
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r-- | app-admin/webapp-config/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webapp-config/Manifest | 12 | ||||
-rw-r--r-- | app-admin/webapp-config/files/digest-webapp-config-1.11 | 1 | ||||
-rw-r--r-- | app-admin/webapp-config/webapp-config-1.11.ebuild | 49 |
4 files changed, 4 insertions, 63 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog index 6a2384272bc2..6c60d63889e8 100644 --- a/app-admin/webapp-config/ChangeLog +++ b/app-admin/webapp-config/ChangeLog @@ -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: diff --git a/app-admin/webapp-config/Manifest b/app-admin/webapp-config/Manifest index ee2b53318ee0..dbc60d2e2a84 100644 --- a/app-admin/webapp-config/Manifest +++ b/app-admin/webapp-config/Manifest @@ -1,18 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 24b3152a0479dabc0183dd7b3f2760f9 ChangeLog 18763 -MD5 6aad9c4cd4548cb948cd4035286d6ac7 files/digest-webapp-config-1.11 70 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 index 30ffc0afef32..000000000000 --- a/app-admin/webapp-config/files/digest-webapp-config-1.11 +++ /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 index d9ec0b58ebd9..000000000000 --- a/app-admin/webapp-config/webapp-config-1.11.ebuild +++ /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 -} |