summaryrefslogtreecommitdiff
path: root/www-apps/roundup
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-23 10:22:15 +0100
commit8b4ace9c50842c5b83401ea7b179dcab940387e1 (patch)
tree230f3135ceaace633cf93e9838b185c4a6664c2e /www-apps/roundup
parent9ee6d97c2883d42f204a533a8bc1f4562df778fb (diff)
gentoo resync : 23.09.2020
Diffstat (limited to 'www-apps/roundup')
-rw-r--r--www-apps/roundup/Manifest4
-rw-r--r--www-apps/roundup/roundup-1.6.1-r1.ebuild41
-rw-r--r--www-apps/roundup/roundup-2.0.0.ebuild4
3 files changed, 3 insertions, 46 deletions
diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 6e84d0aed6b4..6553b2fe6d30 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,5 +1,3 @@
-DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052
DIST roundup-2.0.0.tar.gz 3495554 BLAKE2B 98b7cbfebe969411282ddf6b4bd7b94ea1efb7b1d929daf44ae5f30dc23c05cb327d0f4653b22a5594f7b198dd16a172c45568a15f8704b187cd4c355455ca9c SHA512 5adb0d96be260e70fe098fd37af27bd0abee38cb8fde4ba2e130d2caac7f64af86a3b0ab09de931a693dca8bfbe15c68444db343ccf718d9d25576d49c6d6cbf
-EBUILD roundup-1.6.1-r1.ebuild 1190 BLAKE2B 87f0ca80e23052ba6dd7acfcd62d0d5e6886fc0763de9aeb52ab2f756d650e4b37c403ce183c49175d94acb93609d516de0c822e19a92ccc38b47d67f3446543 SHA512 c588e2211c4ce65cfd6595890348bcb5adb8d57dda2aac87e21d3b1e60cd3403dd396fb0b228c16f98d766fc5269783514cadcaa42a523ea5b984b7506535f92
-EBUILD roundup-2.0.0.ebuild 1431 BLAKE2B 6783eaa9b7ec33a7c2c72f5d9deef4bcd7b404a99ac1cdd99533ee98ec13cd6363bf351bc035ad80e5c56820f14ef682283ed05e5fb38d518325823403fc14ff SHA512 46c33c27208605c769600da5194d2fab482c56132ead93b4a42d0c3495089d7da5502484e3ce48cedfd20807ce7cc1dba2de9e92b33545d52bd88d2c0c436911
+EBUILD roundup-2.0.0.ebuild 1431 BLAKE2B 2d86ec791470f9a79b8b3a8ff2dee9c663be9543419e8a41452fee5bf4230d42cb90a4502e10ef81658f7b21318c080f9ec83b1c1bc387cea9bc1e456cd5a232 SHA512 e5af334b91139403b78ad1e7cb05efd0d951d1fe23ba9d816c57128df46fabd5c80509c712a4ad0bb3281c50b00ff0641cf5b0e7295ee5efa2f5b81ad020adb9
MISC metadata.xml 834 BLAKE2B a40da78f8ffe622a906c466eb787d91409641f093da28314c6e959d7822084959534a0750c3a5c1076626c21a23631f1e834730ac4df3a5ecabbbab01eed8685 SHA512 11c911f38d30bc80377c4c510dbd1a33164463cce40d85cd4db7e83660ae0699e1241eba5d25def7016557e42537c2bff1f0c9e74f9ade44c7a01f0ff952c20d
diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
deleted file mode 100644
index 7d88bde098f4..000000000000
--- a/www-apps/roundup/roundup-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Issue-tracking system with command-line, web, and e-mail interfaces"
-HOMEPAGE="http://roundup.sourceforge.net https://pypi.org/project/roundup/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT ZPL"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="+tz sqlite mysql postgres xapian whoosh ssl"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- tz? ( dev-python/pytz[$PYTHON_USEDEP] )
- sqlite? ( dev-lang/python:*[sqlite] )
- mysql? ( dev-python/mysql-python[$PYTHON_USEDEP] )
- postgres? (
- >=dev-python/psycopg-1.1.21[$PYTHON_USEDEP]
- <dev-python/psycopg-2.8[$PYTHON_USEDEP]
- )
- xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
- whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
- ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )"
-
-DOCS="CHANGES.txt doc/*.txt"
-
-python_install_all() {
- distutils-r1_python_install_all
- rm -r "${ED}"/usr/share/doc/${PN} || die
-}
-
-pkg_postinst() {
- ewarn "See installation.txt for initialisation instructions."
- ewarn "See upgrading.txt for upgrading instructions."
-}
diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index e5a9ee447a2d..bc6b341c9ce2 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -14,13 +14,13 @@ S="${WORKDIR}/${MY_P}"
LICENSE="MIT ZPL"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
DEPEND=""
RDEPEND="${DEPEND}
tz? ( dev-python/pytz[$PYTHON_USEDEP] )
- sqlite? ( dev-lang/python:*[sqlite] )
+ sqlite? ( $(python_gen_impl_dep sqlite) )
mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )