From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- app-admin/webapp-config/Manifest | 4 +- .../webapp-config/webapp-config-1.55-r1.ebuild | 66 ---------------------- .../webapp-config/webapp-config-1.55-r2.ebuild | 66 ++++++++++++++++++++++ app-admin/webapp-config/webapp-config-9999.ebuild | 8 +-- 4 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 app-admin/webapp-config/webapp-config-1.55-r1.ebuild create mode 100644 app-admin/webapp-config/webapp-config-1.55-r2.ebuild (limited to 'app-admin/webapp-config') diff --git a/app-admin/webapp-config/Manifest b/app-admin/webapp-config/Manifest index 90dcdffda160..adb6ed056c96 100644 --- a/app-admin/webapp-config/Manifest +++ b/app-admin/webapp-config/Manifest @@ -1,4 +1,4 @@ DIST webapp-config-1.55.tar.bz2 72583 BLAKE2B be958dc991f0e1f6835d9c29350b7d97e3f23d52971f6013165ce59a8f4b32ac6262c9719956d1bcdbe60797f07d77910b44a749ae545c4dc15f765525144709 SHA512 44294b276fd036908438cd984ebf70433639caa18d8330bab348433b4f39ea2c42c57fa8de4f0a6198f7875429a3ef9ebe61321c288d910f9be8b3414865f438 -EBUILD webapp-config-1.55-r1.ebuild 1661 BLAKE2B f29ef74d12902a9ca377dd1b1ce3c04d9dd23f7603656836a535878ded0bca972cfaf32aee98edf1cdfa89121be26d11104993ddb6e779b0c16b0270f5b06994 SHA512 ad33e31b90c5cb86083cd60640f40fb231270c9400b63c026cd9399a36d8751250fa7503ad83aae4028913cc3aa7da30328072d7304aabc4a5612403ef5c4c49 -EBUILD webapp-config-9999.ebuild 1771 BLAKE2B 04a18d5f689b7eb03395cc7cf8e9767f904c69aa7fdc7077da17c897a40226e3f41c7f256e3d38b9803f68a762bf480d13abc94441f70660633cdcd031ec9a78 SHA512 bb9b8c13065ae6ea506a62ef23533ef8006df35f574ca0358eb99313a64151bcb9d610154309a35b18f3c848ada0130ee33a445e86a56229d2cd3c6406514188 +EBUILD webapp-config-1.55-r2.ebuild 1668 BLAKE2B 19e80e8e0dcfebb72e2507156cb5a5594cd5668e1cc13e54a7a2a6fe88ba0f13d1a01da2b850b5b0bcef3f6b6da66e21d50d15bc9dc881c98ad78e8717272b5a SHA512 d611050b0c187ae9f9058bce03550bb8db23a5ceabe2977ddf61edb77f2f7543cfc8caf6e517513b9eeb9aa30ec91486d1d8bac7a342e6d06001ed7393c23ccc +EBUILD webapp-config-9999.ebuild 1777 BLAKE2B e7ad69bc2c4bbcea4ee2de8dbb5af689507b8a42633da9e0b6714deb744b99fe0b4d019d6d92cf9dcc08db0e8cd3c2ba227cc7328a5e1fe97908cf50ca427b09 SHA512 f9b1a38032ec05cfa7e2491aece8cb36d0abd55842b996be1ac2940bbc02ca38725b662c12cd378c571f55dfcaa6eb9d41df8f04fe4ff4b882784a5d35216bfd MISC metadata.xml 549 BLAKE2B ef8063655837a5a3d97c128ec84fbcf28bfc0cce3d255dbc76375a8739a41ef38c110f5cd8bb98c5feb7fd56be2ef4909a5cd8da50111d5bfc37b4f889cd1683 SHA512 fd419176ee4766dd95893e97a43a657541d0ece4c5e01a367d125fdaf72e58bc19d054efd1c35075a303e4596e29355aee124121666e089224229727aa07385d diff --git a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild b/app-admin/webapp-config/webapp-config-1.55-r1.ebuild deleted file mode 100644 index 41fa3a45483a..000000000000 --- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 prefix - -SRC_URI="https://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" - -DESCRIPTION="Gentoo's installer for web-based applications" -HOMEPAGE="https://sourceforge.net/projects/webapp-config/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="+portage" - -DEPEND="app-text/xmlto - sys-apps/gentoo-functions" -RDEPEND=" - portage? ( sys-apps/portage[${PYTHON_USEDEP}] )" - -python_prepare_all() { - distutils-r1_python_prepare_all - eprefixify WebappConfig/eprefix.py config/webapp-config -} - -python_compile_all() { - emake -C doc/ -} - -python_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-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" -} - -python_install_all() { - distutils-r1_python_install_all - - insinto /etc/vhosts - doins config/webapp-config - - keepdir /usr/share/webapps - keepdir /var/db/webapps - - dodoc AUTHORS - doman doc/*.[58] - dohtml doc/*.[58].html -} - -python_test() { - PYTHONPATH="." "${PYTHON}" WebappConfig/tests/external.py \ - || die "Testing failed with ${EPYTHON}" -} - -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.55-r2.ebuild b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild new file mode 100644 index 000000000000..08e686f810cf --- /dev/null +++ b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=no +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 prefix + +SRC_URI="https://dev.gentoo.org/~twitch153/${PN}/${P}.tar.bz2" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" + +DESCRIPTION="Gentoo's installer for web-based applications" +HOMEPAGE="https://sourceforge.net/projects/webapp-config/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="+portage" + +DEPEND="app-text/xmlto + sys-apps/gentoo-functions" +RDEPEND=" + portage? ( sys-apps/portage[${PYTHON_USEDEP}] )" + +python_prepare_all() { + distutils-r1_python_prepare_all + eprefixify WebappConfig/eprefix.py config/webapp-config +} + +python_compile_all() { + emake -C doc/ +} + +python_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-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" +} + +python_install_all() { + distutils-r1_python_install_all + + insinto /etc/vhosts + doins config/webapp-config + + keepdir /usr/share/webapps + keepdir /var/db/webapps + + dodoc AUTHORS + doman doc/*.[58] +} + +python_test() { + PYTHONPATH="." "${EPYTHON}" WebappConfig/tests/external.py -v || + die "Testing failed with ${EPYTHON}" +} + +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-9999.ebuild b/app-admin/webapp-config/webapp-config-9999.ebuild index 37cef6a134c9..611a6da21acf 100644 --- a/app-admin/webapp-config/webapp-config-9999.ebuild +++ b/app-admin/webapp-config/webapp-config-9999.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 prefix @@ -57,12 +58,11 @@ python_install_all() { dodoc AUTHORS doman doc/*.[58] - dohtml doc/*.[58].html } python_test() { - PYTHONPATH="." "${PYTHON}" WebappConfig/tests/external.py \ - || die "Testing failed with ${EPYTHON}" + PYTHONPATH="." "${EPYTHON}" WebappConfig/tests/external.py -v || + die "Testing failed with ${EPYTHON}" } pkg_postinst() { -- cgit v1.2.3