summaryrefslogtreecommitdiff
path: root/app-admin/webapp-config
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /app-admin/webapp-config
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'app-admin/webapp-config')
-rw-r--r--app-admin/webapp-config/Manifest4
-rw-r--r--app-admin/webapp-config/webapp-config-1.55-r2.ebuild (renamed from app-admin/webapp-config/webapp-config-1.55-r1.ebuild)10
-rw-r--r--app-admin/webapp-config/webapp-config-9999.ebuild8
3 files changed, 11 insertions, 11 deletions
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-r2.ebuild
index 41fa3a45483a..08e686f810cf 100644
--- a/app-admin/webapp-config/webapp-config-1.55-r1.ebuild
+++ b/app-admin/webapp-config/webapp-config-1.55-r2.ebuild
@@ -1,14 +1,15 @@
# 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
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"
+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/"
@@ -51,12 +52,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() {
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() {