diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-20 14:59:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-20 15:11:33 +0200 |
commit | 034d539abc27de9bd8c5c60e15e415b104575fb9 (patch) | |
tree | 25058f5dc69536c9702e6fd478afc3a7c0076ea0 /www-apps/roundup | |
parent | sys-cluster/slurm: Drop old (diff) | |
download | gentoo-034d539abc27de9bd8c5c60e15e415b104575fb9.tar.gz gentoo-034d539abc27de9bd8c5c60e15e415b104575fb9.tar.bz2 gentoo-034d539abc27de9bd8c5c60e15e415b104575fb9.zip |
www-apps/roundup: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/roundup')
-rw-r--r-- | www-apps/roundup/Manifest | 1 | ||||
-rw-r--r-- | www-apps/roundup/roundup-1.6.1-r1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest index 65007a33af1c..2fa8cc04de4a 100644 --- a/www-apps/roundup/Manifest +++ b/www-apps/roundup/Manifest @@ -1,2 +1 @@ -DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052 DIST roundup-2.0.0.tar.gz 3495554 BLAKE2B 98b7cbfebe969411282ddf6b4bd7b94ea1efb7b1d929daf44ae5f30dc23c05cb327d0f4653b22a5594f7b198dd16a172c45568a15f8704b187cd4c355455ca9c SHA512 5adb0d96be260e70fe098fd37af27bd0abee38cb8fde4ba2e130d2caac7f64af86a3b0ab09de931a693dca8bfbe15c68444db343ccf718d9d25576d49c6d6cbf 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." -} |