summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-08-03 13:58:55 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-08-03 13:58:55 +0000
commitdef7814745b6a38c24239cd9a44a0e15522d5047 (patch)
treea1d7147583c847a179b94622ac1d932ded329ead /app-admin/webapp-config
parentMasking selinux-tvtime (using default mask from base profile) as tvtime has b... (diff)
downloadgentoo-2-def7814745b6a38c24239cd9a44a0e15522d5047.tar.gz
gentoo-2-def7814745b6a38c24239cd9a44a0e15522d5047.tar.bz2
gentoo-2-def7814745b6a38c24239cd9a44a0e15522d5047.zip
Remove older unstable versions
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r--app-admin/webapp-config/ChangeLog6
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.18.ebuild72
-rw-r--r--app-admin/webapp-config/webapp-config-1.50.19.ebuild65
3 files changed, 5 insertions, 138 deletions
diff --git a/app-admin/webapp-config/ChangeLog b/app-admin/webapp-config/ChangeLog
index c93f1de30004..489048ced7c3 100644
--- a/app-admin/webapp-config/ChangeLog
+++ b/app-admin/webapp-config/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/webapp-config
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.90 2013/08/03 13:56:20 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/ChangeLog,v 1.91 2013/08/03 13:58:54 blueness Exp $
+
+ 03 Aug 2013; Anthony G. Basile <blueness@gentoo.org>
+ -webapp-config-1.50.18.ebuild, -webapp-config-1.50.19.ebuild:
+ Remove older unstable versions
*webapp-config-1.51 (03 Aug 2013)
diff --git a/app-admin/webapp-config/webapp-config-1.50.18.ebuild b/app-admin/webapp-config/webapp-config-1.50.18.ebuild
deleted file mode 100644
index 4e3e985cdb0b..000000000000
--- a/app-admin/webapp-config/webapp-config-1.50.18.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2012 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.50.18.ebuild,v 1.2 2012/04/27 19:43:57 blueness Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils eutils
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="http://sourceforge.net/projects/webapp-config/"
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-PYTHON_MODNAME="WebappConfig"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.50.16-apache-move.patch"
- epatch "${FILESDIR}/${PN}-1.50.16-baselayout2.patch"
- epatch "${FILESDIR}/${PN}-1.50.16-htdocs-symlink.patch"
- #UPSTREAM-MERGED#epatch "${FILESDIR}/${PN}-1.50.16-absolute-paths.patch"
- epatch "${FILESDIR}/${PN}-1.50.16-update-servers.patch"
- # Do not build nor install eclass manual, bug 322759
- rm -f doc/webapp.eclass.5*
- sed -e '/MAN_PAGES/s/webapp.eclass.5//' \
- -e '/HTML_PAGES/s/webapp.eclass.5.html//' \
- -i doc/Makefile || die
-}
-
-src_install() {
- # According to this discussion:
- # http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
- # distutils does not provide for specifying two different script install
- # locations. Since we only install one script here the following should
- # be ok
- distutils_src_install --install-scripts="/usr/sbin"
-
- insinto /etc/vhosts
- doins config/webapp-config
-
- keepdir /usr/share/webapps
- keepdir /var/db/webapps
-
- dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt CHANGES.txt examples/postinstall-en.txt
- doman doc/*.[58]
- dohtml doc/*.[58].html
-}
-
-src_test() {
- testing() {
- PYTHONPATH="." "$(PYTHON)" WebappConfig/tests/dtest.py
- }
- python_execute_function testing
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog "Now that you have upgraded webapp-config, you **must** update your"
- elog "config files in /etc/vhosts/webapp-config before you emerge any"
- elog "packages that use webapp-config."
-}
diff --git a/app-admin/webapp-config/webapp-config-1.50.19.ebuild b/app-admin/webapp-config/webapp-config-1.50.19.ebuild
deleted file mode 100644
index 923949e907ed..000000000000
--- a/app-admin/webapp-config/webapp-config-1.50.19.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2012 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.50.19.ebuild,v 1.4 2012/06/28 23:28:24 blueness Exp $
-
-EAPI="3"
-
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="Gentoo's installer for web-based applications"
-HOMEPAGE="http://sourceforge.net/projects/webapp-config/"
-SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="app-text/xmlto"
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="2.5 3.*"
-
-PYTHON_MODNAME="WebappConfig"
-
-src_compile() {
- distutils_src_compile
- #parallel build fixed in next release
- emake -j1 -C doc/
-}
-
-src_install() {
- # According to this discussion:
- # http://mail.python.org/pipermail/distutils-sig/2004-February/003713.html
- # distutils does not provide for specifying two different script install
- # locations. Since we only install one script here the following should
- # be ok
- distutils_src_install --install-scripts="/usr/sbin"
-
- insinto /etc/vhosts
- doins config/webapp-config
-
- keepdir /usr/share/webapps
- keepdir /var/db/webapps
-
- dodoc AUTHORS TODO
- doman doc/*.[58]
- dohtml doc/*.[58].html
-}
-
-src_test() {
- testing() {
- PYTHONPATH="." "$(PYTHON)" WebappConfig/tests/dtest.py
- }
- python_execute_function testing
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- elog "Now that you have upgraded webapp-config, you **must** update your"
- elog "config files in /etc/vhosts/webapp-config before you emerge any"
- elog "packages that use webapp-config."
-}