From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- www-apps/roundup/Manifest | 2 +- www-apps/roundup/roundup-1.6.1-r1.ebuild | 41 ++++++++++++++++++++++++++++++++ www-apps/roundup/roundup-1.6.1.ebuild | 38 ----------------------------- 3 files changed, 42 insertions(+), 39 deletions(-) create mode 100644 www-apps/roundup/roundup-1.6.1-r1.ebuild delete mode 100644 www-apps/roundup/roundup-1.6.1.ebuild (limited to 'www-apps/roundup') diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest index d7e77e2ef7a3..7c152f9c9e63 100644 --- a/www-apps/roundup/Manifest +++ b/www-apps/roundup/Manifest @@ -1,5 +1,5 @@ DIST roundup-1.5.1.tar.gz 2618886 BLAKE2B 5ccca10ce7f30b35b0875340c4cae87aa19e5384e6e5973576ea8e2de79eb83d32447580944f472d73e7cdb5f43a4ed7f805d51242e22cc2f756b3deae4004b2 SHA512 d7cdeaafb682ce7f202cacddeb1a42312f22778a2c83b52b4e838c27b1e7141a94b2ac2b670b0edee0efcfe27d74e31e6f267ae1380e90359def27385ca68d58 DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052 EBUILD roundup-1.5.1.ebuild 1223 BLAKE2B 7ed134153096b574ae8efd88613d28555055ba10ecde2bbcc47ffb78dc68de813b8fd6e2c8ade791b34fd69ca8ef88a4e7522cf24f26c282c463f87c3e4571af SHA512 226588bc17c7fa2726b1734d6a233c354f684d39b705f47ce3ce2b9792c6ecbe7979075861a677a6434e78caa0f5abede020a329c145ed59e112769591575a62 -EBUILD roundup-1.6.1.ebuild 1149 BLAKE2B 45f05861dec435e55b74d9ff39d02d832a02b555c77318682fa6f1b79236fbb4453550a37e62f4deff9618d432de1e6fb8498cc74d4a9d8b804bfe77ba32e158 SHA512 76082840f77b8a568657796d132c4c69f2fbcd01ff0ea1e039c8d750d62fff94b2dbd5ee2bfa72235220dc9885241eec1ea91273113b32ccb4902b7f4e891e7c +EBUILD roundup-1.6.1-r1.ebuild 1194 BLAKE2B 891e1ce36fecbb548e49b06dcd2a4bb14a90c70fdd61dcbfde977d49df5d084af519065181f84a90b9d949a3315e621fa71c0e309919c6b7623d634074ab1dff SHA512 6c5f128ecc8a3af8c0123ad0879b5b718d5a86f46388759ba4d46256d1bc5f879de85f3cd96fdbcbaba04c56a01b9fc3b665993225dcc78b92b8d71ae6f762c1 MISC metadata.xml 671 BLAKE2B a0a50000b9e4b5858b672a682111ec2b958aee5067e491eb842437ff14a85fa0ab2c8550b12ac4a028d583f43808223e279f04a24d56747c338e7c3c81d454b0 SHA512 2930519c380cf108ade7731b1ee9587fbaf3861957e6d5375afea0f221363137d959e582ce85e44acad39184b850600d2ca3bd5c809826edb8c53948a3b30741 diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild new file mode 100644 index 000000000000..571eeef81bb0 --- /dev/null +++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2019 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-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-1.6.1.ebuild b/www-apps/roundup/roundup-1.6.1.ebuild deleted file mode 100644 index eebb51a675b5..000000000000 --- a/www-apps/roundup/roundup-1.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 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] ) - 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." -} -- cgit v1.2.3