public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2017-01-15 11:20 Pacho Ramos
  0 siblings, 0 replies; 40+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3b3eaab9e93caffa671f98fbfc306d3f3e91569f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 11:17:53 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:20:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3eaab9

www-apps/roundup: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 www-apps/roundup/Manifest              |  1 -
 www-apps/roundup/roundup-1.4.21.ebuild | 39 ----------------------------------
 2 files changed, 40 deletions(-)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 325991a..15857ef 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,3 +1,2 @@
 DIST roundup-1.4.20.tar.gz 2127168 SHA256 a38a2f4bdf1076f2107de683f1d4e10450edaf94a1be9438198a5cb2241a13a2 SHA512 62a1ca744afb7e17a4e165d695e1623d73810a3d3e6c374a4b73d010fcc3e93756ca0bfb6dc4cf7937acd1156c4b938e881e2e9ffd9b0c8e4c4366b730cc43b1 WHIRLPOOL 6fb918d427f304081b666390eefbc3a330bfe9a93b6e89aef2905e2b27b2a68fe74691fbf95569095b4f504703f9cd68823c3c9761b25db5be9cfa6439a07dd5
-DIST roundup-1.4.21.tar.gz 2460371 SHA256 3cb940e7e9063f8c821952796eee3997a8fd944bf570025ccc9a02e19c9ab644 SHA512 1c978c5c6030659d6a9618c9c0a6fa9afc28f21e8eac88fd208dd64a37818da65ce3b5b69010f5846e539408f135636221180e7ee873e36333ae0a92f6029a5f WHIRLPOOL 1b60030e2ce5df692c9eb480cd5572af3927ee0bcfec00f17b83b2a59e21f893bc7660ccf2eebd26fc862db87260654234066baab4d07bec5144af02b28da1a3
 DIST roundup-1.5.0.tar.gz 2388893 SHA256 45ab9d3d92ff4ad7f1bb7ac561df43ca3c7e07129caab0dea810aa508f047be7 SHA512 b861f1fe63b702a4831773a291907818c853fa3593b05165019ea666a3ee2dd538845db8bcb5156cf2247caa4180f3ad44d1e08ed9279d95c131313934e39d70 WHIRLPOOL 2821cf7714cbd22694b0195419af75d90fb7b7bb3507bc706a3398bcae23500d63a82bb67eeb9482a7ae1296b5b3096fde2fee10d49282db176159d9009776d7

diff --git a/www-apps/roundup/roundup-1.4.21.ebuild b/www-apps/roundup/roundup-1.4.21.ebuild
deleted file mode 100644
index e5e9a6a..00000000
--- a/www-apps/roundup/roundup-1.4.21.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple-to-use and -install issue-tracking system with command-line, web, and e-mail interfaces"
-HOMEPAGE="http://roundup.sourceforge.net https://pypi.python.org/pypi/roundup"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-
-DEPEND=">=sys-libs/db-3.2.9"
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGES.txt doc/*.txt"
-
-python_install_all() {
-	rm -r "${ED}"/usr/share/doc/${PN} || die
-	dohtml -r doc/*
-}
-
-pkg_postinst() {
-	ewarn "As a non privileged user! (not root)"
-	ewarn "Run 'roundup-admin install' to set up a roundup instance"
-	ewarn "Then edit your config.ini file in the tracker home you setup"
-	ewarn "Run 'roundup-admin initialise' to setup the admin pass"
-	ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
-	ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
-	ewarn "log is in [tracker home]/roundup.log"
-	ewarn "pid file is in [tracker home]/roundup.pid"
-	ewarn
-	ewarn "See upgrading.txt for upgrading instructions."
-}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2017-02-17 23:31 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2017-02-17 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     591aaad1a13e95287bf5e261d9db72d24807145e
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 23:27:16 2017 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 23:29:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591aaad1

www-apps/roundup: Version bumps

bug #576868

Package-Manager: portage-2.3.3

 www-apps/roundup/Manifest             |  1 +
 www-apps/roundup/metadata.xml         |  4 ++++
 www-apps/roundup/roundup-1.5.1.ebuild | 40 +++++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 15857efa56..eefa8c5111 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,2 +1,3 @@
 DIST roundup-1.4.20.tar.gz 2127168 SHA256 a38a2f4bdf1076f2107de683f1d4e10450edaf94a1be9438198a5cb2241a13a2 SHA512 62a1ca744afb7e17a4e165d695e1623d73810a3d3e6c374a4b73d010fcc3e93756ca0bfb6dc4cf7937acd1156c4b938e881e2e9ffd9b0c8e4c4366b730cc43b1 WHIRLPOOL 6fb918d427f304081b666390eefbc3a330bfe9a93b6e89aef2905e2b27b2a68fe74691fbf95569095b4f504703f9cd68823c3c9761b25db5be9cfa6439a07dd5
 DIST roundup-1.5.0.tar.gz 2388893 SHA256 45ab9d3d92ff4ad7f1bb7ac561df43ca3c7e07129caab0dea810aa508f047be7 SHA512 b861f1fe63b702a4831773a291907818c853fa3593b05165019ea666a3ee2dd538845db8bcb5156cf2247caa4180f3ad44d1e08ed9279d95c131313934e39d70 WHIRLPOOL 2821cf7714cbd22694b0195419af75d90fb7b7bb3507bc706a3398bcae23500d63a82bb67eeb9482a7ae1296b5b3096fde2fee10d49282db176159d9009776d7
+DIST roundup-1.5.1.tar.gz 2618886 SHA256 d5b915e57d33c302ca38a0f018032ac7842570a4d1a5ac3f04f6f07211f94a68 SHA512 d7cdeaafb682ce7f202cacddeb1a42312f22778a2c83b52b4e838c27b1e7141a94b2ac2b670b0edee0efcfe27d74e31e6f267ae1380e90359def27385ca68d58 WHIRLPOOL 093f3b7d202b04ab3e21f96a1fb0b900d24c5ff60a91a716ed96d0abb106d124b251440a4b5f449b82d2d986dbe860cc37fadd84630386d5e4f60861e1f2dbd6

diff --git a/www-apps/roundup/metadata.xml b/www-apps/roundup/metadata.xml
index ccc27c8bd6..0942edd018 100644
--- a/www-apps/roundup/metadata.xml
+++ b/www-apps/roundup/metadata.xml
@@ -5,6 +5,10 @@
 		<email>web-apps@gentoo.org</email>
 		<name>Gentoo Webapps</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>cedk@gentoo.org</email>
+		<name>Cédric Krier</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="pypi">roundup</remote-id>
 		<remote-id type="sourceforge">roundup</remote-id>

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
new file mode 100644
index 0000000000..04f180683d
--- /dev/null
+++ b/www-apps/roundup/roundup-1.5.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+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.python.org/pypi/roundup"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	rm -r "${ED}"/usr/share/doc/${PN} || die
+	dohtml -r doc/*
+}
+
+pkg_postinst() {
+	ewarn "As a non privileged user! (not root)"
+	ewarn "Run 'roundup-admin install' to set up a roundup instance"
+	ewarn "Then edit your config.ini file in the tracker home you setup"
+	ewarn "Run 'roundup-admin initialise' to setup the admin pass"
+	ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
+	ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
+	ewarn "log is in [tracker home]/roundup.log"
+	ewarn "pid file is in [tracker home]/roundup.pid"
+	ewarn
+	ewarn "See upgrading.txt for upgrading instructions."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2017-03-11 23:53 Michael Weber
  0 siblings, 0 replies; 40+ messages in thread
From: Michael Weber @ 2017-03-11 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     33001edc82289999c90feb2a016f12376b5bdacc
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 23:49:59 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 23:53:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33001edc

www-apps/roundup: ppc stable (bug 593182).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 www-apps/roundup/roundup-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
index 495a374c760..7fcb03e1eb4 100644
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ b/www-apps/roundup/roundup-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ppc ~sparc ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2017-06-17 21:41 Thomas Deutschmann
  0 siblings, 0 replies; 40+ messages in thread
From: Thomas Deutschmann @ 2017-06-17 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     137440f30968caa977ce9f54a13b65166ad97cf7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 21:40:49 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 21:40:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137440f3

www-apps/roundup: amd64 stable wrt bug #593182

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/roundup/roundup-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
index 7fcb03e1eb4..f4782c2902d 100644
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ b/www-apps/roundup/roundup-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2017-06-17 21:41 Thomas Deutschmann
  0 siblings, 0 replies; 40+ messages in thread
From: Thomas Deutschmann @ 2017-06-17 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     70677ef7d491d4ab2af68e36b6bce6406b7f3498
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 21:41:19 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 21:41:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70677ef7

www-apps/roundup: x86 stable wrt bug #593182

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apps/roundup/roundup-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
index f4782c2902d..dd40a00a480 100644
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ b/www-apps/roundup/roundup-1.5.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2018-03-05 20:26 Sergei Trofimovich
  0 siblings, 0 replies; 40+ messages in thread
From: Sergei Trofimovich @ 2018-03-05 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     895e5f3de6076b673132293fd460682738c56371
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Mar  5 19:16:43 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 20:26:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=895e5f3d

www-apps/roundup: stable 1.5.1 for sparc, bug #593182

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 www-apps/roundup/roundup-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
index dd40a00a480..e3693ce0fb5 100644
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ b/www-apps/roundup/roundup-1.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2019-02-16 13:03 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2019-02-16 13:03 UTC (permalink / raw
  To: gentoo-commits

commit:     afd5351d68a10538a6598be35bfdc6abfbe51abe
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 13:02:50 2019 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 13:02:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd5351d

www-apps/roundup: Version bump to 1.6.0

Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/roundup/Manifest             |  1 +
 www-apps/roundup/roundup-1.6.0.ebuild | 38 +++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 85f9a98fa16..07f3cccfd45 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1 +1,2 @@
 DIST roundup-1.5.1.tar.gz 2618886 BLAKE2B 5ccca10ce7f30b35b0875340c4cae87aa19e5384e6e5973576ea8e2de79eb83d32447580944f472d73e7cdb5f43a4ed7f805d51242e22cc2f756b3deae4004b2 SHA512 d7cdeaafb682ce7f202cacddeb1a42312f22778a2c83b52b4e838c27b1e7141a94b2ac2b670b0edee0efcfe27d74e31e6f267ae1380e90359def27385ca68d58
+DIST roundup-1.6.0.tar.gz 2893499 BLAKE2B 5fe75b0953d16cebe52a25379d5a13f7745eb87e4a6a46f17945c3655394c1d1d2aff9e74783ee3e4757fc407ca2b46a7c3ef6d20eedbfb695783302fb64bf1f SHA512 1a8e9c0c7a6e607953ee91ce750f72bf53b5c6dc4bbd6d001570dd77abf396d4de2c832ef45495b87890a3c11b158be9e7a8eed635f63b5586b7bb9399856dcc

diff --git a/www-apps/roundup/roundup-1.6.0.ebuild b/www-apps/roundup/roundup-1.6.0.ebuild
new file mode 100644
index 00000000000..93f94d136de
--- /dev/null
+++ b/www-apps/roundup/roundup-1.6.0.ebuild
@@ -0,0 +1,38 @@
+# 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"
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+python_install_all() {
+	distutils-r1_python_install_all
+	rm -r "${ED}"/usr/share/doc/${PN} || die
+}
+
+pkg_postinst() {
+	ewarn "As a non privileged user! (not root)"
+	ewarn "Run 'roundup-admin install' to set up a roundup instance"
+	ewarn "Then edit your config.ini file in the tracker home you setup"
+	ewarn "Run 'roundup-admin initialise' to setup the admin pass"
+	ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
+	ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
+	ewarn "log is in [tracker home]/roundup.log"
+	ewarn "pid file is in [tracker home]/roundup.pid"
+	ewarn
+	ewarn "See upgrading.txt for upgrading instructions."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2019-02-16 16:25 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2019-02-16 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e1e944999a765117e98f7df775a5d5e16051a84c
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 16 16:24:51 2019 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Feb 16 16:25:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e94499

www-apps/roundup: Update post install warnings

Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-apps/roundup/roundup-1.6.0.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/www-apps/roundup/roundup-1.6.0.ebuild b/www-apps/roundup/roundup-1.6.0.ebuild
index 93f94d136de..bb623df0658 100644
--- a/www-apps/roundup/roundup-1.6.0.ebuild
+++ b/www-apps/roundup/roundup-1.6.0.ebuild
@@ -25,14 +25,6 @@ python_install_all() {
 }
 
 pkg_postinst() {
-	ewarn "As a non privileged user! (not root)"
-	ewarn "Run 'roundup-admin install' to set up a roundup instance"
-	ewarn "Then edit your config.ini file in the tracker home you setup"
-	ewarn "Run 'roundup-admin initialise' to setup the admin pass"
-	ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
-	ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
-	ewarn "log is in [tracker home]/roundup.log"
-	ewarn "pid file is in [tracker home]/roundup.pid"
-	ewarn
+	ewarn "See installation.txt for initialisation instructions."
 	ewarn "See upgrading.txt for upgrading instructions."
 }


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2019-11-24 11:24 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2019-11-24 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     d9cf4fb88899af4b1e8069c8a9c7be5b47124382
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 11:24:34 2019 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 11:24:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cf4fb8

www-apps/roundup: Limit psycopg to version that contains psycopg1

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/{roundup-1.6.1.ebuild => roundup-1.6.1-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.6.1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
similarity index 91%
rename from www-apps/roundup/roundup-1.6.1.ebuild
rename to www-apps/roundup/roundup-1.6.1-r1.ebuild
index eebb51a675b..571eeef81bb 100644
--- a/www-apps/roundup/roundup-1.6.1.ebuild
+++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild
@@ -20,7 +20,10 @@ 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] )
+	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] )"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-01-18 23:15 Thomas Deutschmann
  0 siblings, 0 replies; 40+ messages in thread
From: Thomas Deutschmann @ 2020-01-18 23:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5f58f6e045ccd79c600434d9107554cc9c2f4ea5
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 23:13:12 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 23:15:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f58f6e0

www-apps/roundup: x86 stable (bug #705724)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apps/roundup/roundup-1.6.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
index 571eeef81bb..dc41deff3a3 100644
--- a/www-apps/roundup/roundup-1.6.1-r1.ebuild
+++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-01-20 11:51 Agostino Sarubbo
  0 siblings, 0 replies; 40+ messages in thread
From: Agostino Sarubbo @ 2020-01-20 11:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f4c5455488f0a3ee5690ef8899a2a1bf3414900b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 11:50:55 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 11:50:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c54554

www-apps/roundup: amd64 stable wrt bug #705724

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/roundup/roundup-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
index dc41deff3a3..56dd9c2620f 100644
--- a/www-apps/roundup/roundup-1.6.1-r1.ebuild
+++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-01-21  8:46 Agostino Sarubbo
  0 siblings, 0 replies; 40+ messages in thread
From: Agostino Sarubbo @ 2020-01-21  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     8d26d13faf1007dd28cfcf7794b39e4f78f606fe
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 08:46:50 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 08:46:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d26d13f

www-apps/roundup: ppc stable wrt bug #705724

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/roundup/roundup-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
index 56dd9c2620f..113ed391b3f 100644
--- a/www-apps/roundup/roundup-1.6.1-r1.ebuild
+++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-01-21  8:52 Agostino Sarubbo
  0 siblings, 0 replies; 40+ messages in thread
From: Agostino Sarubbo @ 2020-01-21  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3ccac4727b97b8dacd2f11f6904cc71ef708f164
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 21 08:52:16 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jan 21 08:52:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccac472

www-apps/roundup: sparc stable wrt bug #705724

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apps/roundup/roundup-1.6.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-1.6.1-r1.ebuild b/www-apps/roundup/roundup-1.6.1-r1.ebuild
index 113ed391b3f..7d88bde098f 100644
--- a/www-apps/roundup/roundup-1.6.1-r1.ebuild
+++ b/www-apps/roundup/roundup-1.6.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-06-30  8:56 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2020-06-30  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     33c253fdeddb6c2175affffe85bd9cc214a68e0f
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 08:52:30 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 08:55:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c253fd

www-apps/roundup: version bumps with Py3 support

Closes: https://bugs.gentoo.org/709008
Closes: https://bugs.gentoo.org/710054
Closes: https://bugs.gentoo.org/722520
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/Manifest                   |  1 +
 www-apps/roundup/metadata.xml               |  3 ++
 www-apps/roundup/roundup-2.0.0_beta0.ebuild | 47 +++++++++++++++++++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index b97d22ec510..512d93ded07 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,2 +1,3 @@
 DIST roundup-1.5.1.tar.gz 2618886 BLAKE2B 5ccca10ce7f30b35b0875340c4cae87aa19e5384e6e5973576ea8e2de79eb83d32447580944f472d73e7cdb5f43a4ed7f805d51242e22cc2f756b3deae4004b2 SHA512 d7cdeaafb682ce7f202cacddeb1a42312f22778a2c83b52b4e838c27b1e7141a94b2ac2b670b0edee0efcfe27d74e31e6f267ae1380e90359def27385ca68d58
 DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052
+DIST roundup-2.0.0beta0.tar.gz 3461319 BLAKE2B 713f454bf289b27c9a14b4446ab65313a2fb6a0e754ee3e4217bfc2146b8bb2f3ddfce7472fb30041aff2e44e48888893b592b8447945bcb4ad2d3409e8ace84 SHA512 3e9b4a12ee172964f35bbcef6ae07153e76060531e92d78a2c8852d088395067cf933d141e26bdbb6462df15652d5c2a5fa5ee82288c7e85667b87df6a7f55f8

diff --git a/www-apps/roundup/metadata.xml b/www-apps/roundup/metadata.xml
index 499f901ab9c..424a6ed97c3 100644
--- a/www-apps/roundup/metadata.xml
+++ b/www-apps/roundup/metadata.xml
@@ -17,5 +17,8 @@
 		<flag name="tz">Enable full support of timezone</flag>
 		<flag name="xapian">Enable Xapian full-text indexer</flag>
 		<flag name="whoosh">Enable Whoosh full-text indexer</flag>
+		<flag name="jinja">Enable Jinja2 support</flag>
+		<flag name="pyjwt">Enable jwt tokens for login</flag>
+		<flag name="markdown">Enable markdown rendering</flag>
 	</use>
 </pkgmetadata>

diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
new file mode 100644
index 00000000000..e5a9ee447a2
--- /dev/null
+++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..8} )
+
+inherit distutils-r1
+MY_P=${P/_/}
+
+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}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT ZPL"
+SLOT="0"
+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] )
+	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] )
+	whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
+	ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )
+	jinja? ( dev-python/jinja[$PYTHON_USEDEP] )
+	pyjwt? ( dev-python/pyjwt[$PYTHON_USEDEP] )
+	markdown? (
+		dev-python/markdown[$PYTHON_USEDEP]
+		dev-python/markdown2[$PYTHON_USEDEP]
+		dev-python/mistune[$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."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-06-30 17:28 Thomas Deutschmann
  0 siblings, 0 replies; 40+ messages in thread
From: Thomas Deutschmann @ 2020-06-30 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     03b42aa75d69b627f9d999cabe93767013555ac2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 30 17:28:09 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 17:28:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b42aa7

www-apps/roundup: drop Python 3.8 support

Not all required Python deps are keyworded for all architectures.

Fixes: 33c253fdeddb6c2175affffe85bd9cc214a68e0f
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0_beta0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
index e5a9ee447a2..a3a4cebf17b 100644
--- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6..8} )
+PYTHON_COMPAT=( python3_{6..7} )
 
 inherit distutils-r1
 MY_P=${P/_/}
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-07-13 18:08 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2020-07-13 18:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6b6d8ec34ac4acf83213bb55d0c3570842c0fa26
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 17:03:27 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 18:08:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6d8ec3

www-apps/roundup: ppc keyworded (bug #732338)

Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
index a3a4cebf17b..4201c294741 100644
--- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-07-14 16:58 Sergei Trofimovich
  0 siblings, 0 replies; 40+ messages in thread
From: Sergei Trofimovich @ 2020-07-14 16:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7ff924d8c59a9617d5a2d1da17520ffa5b2142a9
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul 14 16:55:39 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 16:58:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff924d8

www-apps/roundup: keyworded 2.0.0_beta0 for sparc, bug #732338

Package-Manager: Portage-2.3.99, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0_beta0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
index 4201c294741..22303fae743 100644
--- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT ZPL"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-07-26  8:35 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2020-07-26  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     401584b1878434e146e75bd2269623d1b1200aa3
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 08:27:16 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 08:34:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401584b1

www-apps/roundup: clean old version

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/Manifest             |  1 -
 www-apps/roundup/roundup-1.5.1.ebuild | 39 -----------------------------------
 2 files changed, 40 deletions(-)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 512d93ded07..e841872ef8f 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,3 +1,2 @@
-DIST roundup-1.5.1.tar.gz 2618886 BLAKE2B 5ccca10ce7f30b35b0875340c4cae87aa19e5384e6e5973576ea8e2de79eb83d32447580944f472d73e7cdb5f43a4ed7f805d51242e22cc2f756b3deae4004b2 SHA512 d7cdeaafb682ce7f202cacddeb1a42312f22778a2c83b52b4e838c27b1e7141a94b2ac2b670b0edee0efcfe27d74e31e6f267ae1380e90359def27385ca68d58
 DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052
 DIST roundup-2.0.0beta0.tar.gz 3461319 BLAKE2B 713f454bf289b27c9a14b4446ab65313a2fb6a0e754ee3e4217bfc2146b8bb2f3ddfce7472fb30041aff2e44e48888893b592b8447945bcb4ad2d3409e8ace84 SHA512 3e9b4a12ee172964f35bbcef6ae07153e76060531e92d78a2c8852d088395067cf933d141e26bdbb6462df15652d5c2a5fa5ee82288c7e85667b87df6a7f55f8

diff --git a/www-apps/roundup/roundup-1.5.1.ebuild b/www-apps/roundup/roundup-1.5.1.ebuild
deleted file mode 100644
index 7a2714a3718..00000000000
--- a/www-apps/roundup/roundup-1.5.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGES.txt doc/*.txt"
-
-python_install_all() {
-	distutils-r1_python_install_all
-	rm -r "${ED}"/usr/share/doc/${PN} || die
-	dohtml -r doc/*
-}
-
-pkg_postinst() {
-	ewarn "As a non privileged user! (not root)"
-	ewarn "Run 'roundup-admin install' to set up a roundup instance"
-	ewarn "Then edit your config.ini file in the tracker home you setup"
-	ewarn "Run 'roundup-admin initialise' to setup the admin pass"
-	ewarn "run /usr/bin/roundup start port host \"your tracker name\" [your tracker home], and all should work!"
-	ewarn "run /usr/bin/roundup stop [your tracker home] to stop the server"
-	ewarn "log is in [tracker home]/roundup.log"
-	ewarn "pid file is in [tracker home]/roundup.pid"
-	ewarn
-	ewarn "See upgrading.txt for upgrading instructions."
-}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-07-26  8:35 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2020-07-26  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     2b5642d3e5ecc94d3ef3000186c8b836096d8ad8
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 08:34:02 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 08:34:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b5642d3

www-apps/roundup: version bumps

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/Manifest                                             | 2 +-
 www-apps/roundup/{roundup-2.0.0_beta0.ebuild => roundup-2.0.0.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index e841872ef8f..65007a33af1 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,2 +1,2 @@
 DIST roundup-1.6.1.tar.gz 3128618 BLAKE2B 7fa87006582feac74f0fc455bc201f2485326b8f6ed616164f667992da114d45e8d8cef370a825450b5a4cb757ba0453d5fe3ace47164bd83e78a8c6f28b9d05 SHA512 b7666c5515c76baa4fa3ac3d0efea82feace6270af55bbc70e603b2ce0c617b4a303a15133310c1e00d3b6442baa58060d5387f568014652b1b781d9248f0052
-DIST roundup-2.0.0beta0.tar.gz 3461319 BLAKE2B 713f454bf289b27c9a14b4446ab65313a2fb6a0e754ee3e4217bfc2146b8bb2f3ddfce7472fb30041aff2e44e48888893b592b8447945bcb4ad2d3409e8ace84 SHA512 3e9b4a12ee172964f35bbcef6ae07153e76060531e92d78a2c8852d088395067cf933d141e26bdbb6462df15652d5c2a5fa5ee82288c7e85667b87df6a7f55f8
+DIST roundup-2.0.0.tar.gz 3495554 BLAKE2B 98b7cbfebe969411282ddf6b4bd7b94ea1efb7b1d929daf44ae5f30dc23c05cb327d0f4653b22a5594f7b198dd16a172c45568a15f8704b187cd4c355455ca9c SHA512 5adb0d96be260e70fe098fd37af27bd0abee38cb8fde4ba2e130d2caac7f64af86a3b0ab09de931a693dca8bfbe15c68444db343ccf718d9d25576d49c6d6cbf

diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
similarity index 97%
rename from www-apps/roundup/roundup-2.0.0_beta0.ebuild
rename to www-apps/roundup/roundup-2.0.0.ebuild
index 22303fae743..e5a9ee447a2 100644
--- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6..7} )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit distutils-r1
 MY_P=${P/_/}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 12:49 Michał Górny
  0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2020-09-20 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6360d73a3635ef65123433a573b8da5d1dcce00f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:47:42 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 12:47:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6360d73a

www-apps/roundup: Stabilize 2.0.0 sparc, #743571

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index e5a9ee447a2..e646253dea2 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -14,7 +14,7 @@ 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=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 12:54 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2020-09-20 12:54 UTC (permalink / raw
  To: gentoo-commits

commit:     def013f5844498d0c56b099d3ebf9d52863242c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:53:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 12:53:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def013f5

www-apps/roundup: Stabilize 2.0.0 x86, #743571

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index e646253dea2..1925a08fc3c 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -14,7 +14,7 @@ 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=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 12:56 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2020-09-20 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     89430b61c389b9fb323f3e5ce0adcb6b223dc902
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:55:58 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 12:55:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89430b61

www-apps/roundup: Stabilize 2.0.0 amd64, #743571

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index 1925a08fc3c..50d828f11f5 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -14,7 +14,7 @@ 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=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 12:58 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2020-09-20 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     65f23747ab532d17dbdcf5f84d719fce8a95da34
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:57:01 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 12:57:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f23747

www-apps/roundup: Stabilize 2.0.0 ppc, #743571

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index 50d828f11f5..7ec970551c8 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -14,7 +14,7 @@ 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=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 13:11 Michał Górny
  0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2020-09-20 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     034d539abc27de9bd8c5c60e15e415b104575fb9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 12:59:23 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 13:11:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=034d539a

www-apps/roundup: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apps/roundup/Manifest                |  1 -
 www-apps/roundup/roundup-1.6.1-r1.ebuild | 41 --------------------------------
 2 files changed, 42 deletions(-)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 65007a33af1..2fa8cc04de4 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 7d88bde098f..00000000000
--- 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."
-}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2020-09-20 21:38 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2020-09-20 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd5f4e6b506540117e5416ba677cccce1294d4a
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 21:37:32 2020 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 21:38:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd5f4e6

www-apps/roundup: Use python_gen_impl_dep for sqlite

Closes: https://bugs.gentoo.org/743736
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index 7ec970551c8..bc6b341c9ce 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -20,7 +20,7 @@ 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] )


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2021-01-10 22:27 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2021-01-10 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e4bd208acac75decf627724d8abe787363f60f19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 22:12:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 22:27:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bd208a

www-apps/roundup: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www-apps/roundup/metadata.xml b/www-apps/roundup/metadata.xml
index 424a6ed97c3..bd18af9335b 100644
--- a/www-apps/roundup/metadata.xml
+++ b/www-apps/roundup/metadata.xml
@@ -9,6 +9,7 @@
 		<email>cedk@gentoo.org</email>
 		<name>Cédric Krier</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="pypi">roundup</remote-id>
 		<remote-id type="sourceforge">roundup</remote-id>


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2021-03-13  9:10 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2021-03-13  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     745748b6f1e00d6a9080be1280c812aa7fe2c10e
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 09:10:24 2021 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 09:10:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=745748b6

www-apps/roundup: add support for python 3.9

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild
index f1857def1d4..335af1be6ac 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
 MY_P=${P/_/}
@@ -36,6 +37,8 @@ RDEPEND="${DEPEND}
 
 DOCS="CHANGES.txt doc/*.txt"
 
+distutils_enable_tests pytest
+
 python_install_all() {
 	distutils-r1_python_install_all
 	rm -r "${ED}"/usr/share/doc/${PN} || die


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2021-11-21 17:49 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2021-11-21 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5498bd160f1ab0cf37a124c726fead459db05c13
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 21 12:09:07 2021 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Sun Nov 21 17:49:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5498bd16

www-apps/roundup: version bumps

Closes: https://bugs.gentoo.org/820458
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/Manifest             |  1 +
 www-apps/roundup/roundup-2.1.0.ebuild | 51 +++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index 2fa8cc04de4a..f0804e5b918f 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1 +1,2 @@
 DIST roundup-2.0.0.tar.gz 3495554 BLAKE2B 98b7cbfebe969411282ddf6b4bd7b94ea1efb7b1d929daf44ae5f30dc23c05cb327d0f4653b22a5594f7b198dd16a172c45568a15f8704b187cd4c355455ca9c SHA512 5adb0d96be260e70fe098fd37af27bd0abee38cb8fde4ba2e130d2caac7f64af86a3b0ab09de931a693dca8bfbe15c68444db343ccf718d9d25576d49c6d6cbf
+DIST roundup-2.1.0.tar.gz 3586805 BLAKE2B a5ec6cad38e252e2ffd4d3de4def9b8414ee8758503aa29681d80b36ac62a15700e21e762c6833ce6f795f71a7a1c75c4d9ae30c49c5f038317e5d3fdc58b11d SHA512 ebc047d944f1118b30141b873d91e580d415f1e7c9331875d6efb18cf42c9121163c801b1559d02890165bfd2e5a894c5990b587ce7766b2bf4724745ca9e760

diff --git a/www-apps/roundup/roundup-2.1.0.ebuild b/www-apps/roundup/roundup-2.1.0.ebuild
new file mode 100644
index 000000000000..efc8e54efbc0
--- /dev/null
+++ b/www-apps/roundup/roundup-2.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+MY_P=${P/_/}
+
+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}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT ZPL"
+SLOT="0"
+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? ( $(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] )
+	whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
+	ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )
+	jinja? ( dev-python/jinja[$PYTHON_USEDEP] )
+	pyjwt? ( dev-python/pyjwt[$PYTHON_USEDEP] )
+	markdown? (
+		|| (
+			dev-python/markdown[$PYTHON_USEDEP]
+			dev-python/markdown2[$PYTHON_USEDEP]
+			dev-python/mistune[$PYTHON_USEDEP]
+			)
+		)"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+distutils_enable_tests pytest
+
+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."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2022-02-05  9:42 Jakov Smolić
  0 siblings, 0 replies; 40+ messages in thread
From: Jakov Smolić @ 2022-02-05  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     efc110e353f49ba868d3eacc7a0f9425b87e3827
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 09:42:42 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 09:42:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc110e3

www-apps/roundup: Stabilize 2.1.0 ALLARCHES, #832749

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 www-apps/roundup/roundup-2.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-2.1.0.ebuild b/www-apps/roundup/roundup-2.1.0.ebuild
index efc8e54efbc0..569f2b0e5c1a 100644
--- a/www-apps/roundup/roundup-2.1.0.ebuild
+++ b/www-apps/roundup/roundup-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ 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=""


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2022-06-04  7:42 Michał Górny
  0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2022-06-04  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     87473f42c905a715f9f21dbbcc0de6fc841206c2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 07:08:24 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 07:41:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87473f42

www-apps/roundup: Use slot for dev-python/psycopg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apps/roundup/{roundup-2.0.0.ebuild => roundup-2.0.0-r1.ebuild} | 4 ++--
 www-apps/roundup/{roundup-2.1.0.ebuild => roundup-2.1.0-r1.ebuild} | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0-r1.ebuild
similarity index 94%
rename from www-apps/roundup/roundup-2.0.0.ebuild
rename to www-apps/roundup/roundup-2.0.0-r1.ebuild
index f2b8f1e25bb8..7a5a687eb89b 100644
--- a/www-apps/roundup/roundup-2.0.0.ebuild
+++ b/www-apps/roundup/roundup-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1
@@ -23,7 +23,7 @@ RDEPEND="${DEPEND}
 	tz? ( dev-python/pytz[$PYTHON_USEDEP] )
 	sqlite? ( $(python_gen_impl_dep sqlite) )
 	mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
-	postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
+	postgres? ( >=dev-python/psycopg-2.8:2[$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] )

diff --git a/www-apps/roundup/roundup-2.1.0.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild
similarity index 93%
rename from www-apps/roundup/roundup-2.1.0.ebuild
rename to www-apps/roundup/roundup-2.1.0-r1.ebuild
index 4fce988711fc..46b7a8361e12 100644
--- a/www-apps/roundup/roundup-2.1.0.ebuild
+++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 MY_P=${P/_/}
@@ -22,7 +22,7 @@ RDEPEND="${DEPEND}
 	tz? ( dev-python/pytz[$PYTHON_USEDEP] )
 	sqlite? ( $(python_gen_impl_dep sqlite) )
 	mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
-	postgres? ( >=dev-python/psycopg-2.8[$PYTHON_USEDEP] )
+	postgres? ( >=dev-python/psycopg-2.8:2[$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] )


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2022-07-01  7:20 Cédric Krier
  0 siblings, 0 replies; 40+ messages in thread
From: Cédric Krier @ 2022-07-01  7:20 UTC (permalink / raw
  To: gentoo-commits

commit:     7610dc491e9c2b26544956b4651a51086a6906da
Author:     Cédric Krier <cedk <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 07:19:44 2022 +0000
Commit:     Cédric Krier <cedk <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 07:19:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7610dc49

www-apps/roundup: support Python 3.10

Closes: https://bugs.gentoo.org/846344
Signed-off-by: Cédric Krier <cedk <AT> gentoo.org>

 www-apps/roundup/roundup-2.0.0-r1.ebuild | 2 +-
 www-apps/roundup/roundup-2.1.0-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apps/roundup/roundup-2.0.0-r1.ebuild b/www-apps/roundup/roundup-2.0.0-r1.ebuild
index 7a5a687eb89b..0a9b6b7ecd33 100644
--- a/www-apps/roundup/roundup-2.0.0-r1.ebuild
+++ b/www-apps/roundup/roundup-2.0.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=no
 
 inherit distutils-r1

diff --git a/www-apps/roundup/roundup-2.1.0-r1.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild
index 46b7a8361e12..a1aad702ad80 100644
--- a/www-apps/roundup/roundup-2.1.0-r1.ebuild
+++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 MY_P=${P/_/}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2023-03-16 18:52 Michał Górny
  0 siblings, 0 replies; 40+ messages in thread
From: Michał Górny @ 2023-03-16 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0b237f2d84fae2bd47a3e0e1c5723369f897c86e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 16:04:12 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 18:50:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b237f2d

www-apps/roundup: Use pypi.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apps/roundup/roundup-2.1.0-r1.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/roundup/roundup-2.1.0-r1.ebuild b/www-apps/roundup/roundup-2.1.0-r1.ebuild
index 592de6280d44..e891f9603add 100644
--- a/www-apps/roundup/roundup-2.1.0-r1.ebuild
+++ b/www-apps/roundup/roundup-2.1.0-r1.ebuild
@@ -4,13 +4,10 @@
 EAPI=8
 PYTHON_COMPAT=( python3_{9..10} )
 
-inherit distutils-r1
-MY_P=${P/_/}
+inherit distutils-r1 pypi
 
 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}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT ZPL"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2023-04-02 11:05 Viorel Munteanu
  0 siblings, 0 replies; 40+ messages in thread
From: Viorel Munteanu @ 2023-04-02 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     530ba430bf5b8b79a6003a99adfdc9dde15378e4
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  2 11:05:11 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Apr  2 11:05:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=530ba430

www-apps/roundup: add 2.2.0

Closes: https://bugs.gentoo.org/897332
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 www-apps/roundup/Manifest             |  1 +
 www-apps/roundup/roundup-2.2.0.ebuild | 55 +++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index f0804e5b918f..4eca53c9974b 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1,2 +1,3 @@
 DIST roundup-2.0.0.tar.gz 3495554 BLAKE2B 98b7cbfebe969411282ddf6b4bd7b94ea1efb7b1d929daf44ae5f30dc23c05cb327d0f4653b22a5594f7b198dd16a172c45568a15f8704b187cd4c355455ca9c SHA512 5adb0d96be260e70fe098fd37af27bd0abee38cb8fde4ba2e130d2caac7f64af86a3b0ab09de931a693dca8bfbe15c68444db343ccf718d9d25576d49c6d6cbf
 DIST roundup-2.1.0.tar.gz 3586805 BLAKE2B a5ec6cad38e252e2ffd4d3de4def9b8414ee8758503aa29681d80b36ac62a15700e21e762c6833ce6f795f71a7a1c75c4d9ae30c49c5f038317e5d3fdc58b11d SHA512 ebc047d944f1118b30141b873d91e580d415f1e7c9331875d6efb18cf42c9121163c801b1559d02890165bfd2e5a894c5990b587ce7766b2bf4724745ca9e760
+DIST roundup-2.2.0.tar.gz 3722236 BLAKE2B f9f36ff2a49c769dcce38dd59fd88825cb3a6560fbfc2a7bbf6d2abf1388bb328da5aa7de2934ae2469163bb4f125b4438b07f1eff9082458768012b4eda7687 SHA512 dbaf7c4a5e7fb75f0e401f39962c8f5a3b088036a0f2c9efb2910f3941df35df6c345c2051c37cbdcc9a2049d82d09bcb4e15b368f8c4c77fa4b4bf80c6dc844

diff --git a/www-apps/roundup/roundup-2.2.0.ebuild b/www-apps/roundup/roundup-2.2.0.ebuild
new file mode 100644
index 000000000000..3348a3a9aa19
--- /dev/null
+++ b/www-apps/roundup/roundup-2.2.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Issue-tracking system with command-line, web, and e-mail interfaces"
+HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
+
+LICENSE="MIT ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
+
+RDEPEND="
+	jinja? ( dev-python/jinja[$PYTHON_USEDEP] )
+	markdown? (
+		|| (
+			dev-python/markdown[$PYTHON_USEDEP]
+			dev-python/markdown2[$PYTHON_USEDEP]
+			dev-python/mistune[$PYTHON_USEDEP]
+		)
+	)
+	mysql? ( dev-python/mysqlclient[$PYTHON_USEDEP] )
+	postgres? ( >=dev-python/psycopg-2.8:2[$PYTHON_USEDEP] )
+	pyjwt? ( dev-python/pyjwt[$PYTHON_USEDEP] )
+	sqlite? ( $(python_gen_impl_dep sqlite) )
+	ssl? ( dev-python/pyopenssl[$PYTHON_USEDEP] )
+	tz? ( dev-python/pytz[$PYTHON_USEDEP] )
+	whoosh? ( >=dev-python/whoosh-2.5.7[$PYTHON_USEDEP] )
+	xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,$PYTHON_USEDEP] )
+"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# this test fails (for both py3.10 and py3.11, and it also fails in 2.1.0)
+	# upstream report https://issues.roundup-tracker.org/issue2551272
+	test/test_templating.py::Markdown2TestCase::test_string_markdown_code_block_attribute
+)
+
+python_install_all() {
+	distutils-r1_python_install_all
+	mv "${ED}"/usr/share/doc/${PN}/html "${ED}"/usr/share/doc/${PF}/ || die
+	rmdir "${ED}"/usr/share/doc/${PN} || die
+}
+
+pkg_postinst() {
+	ewarn "See installation.txt for initialisation instructions."
+	ewarn "See upgrading.txt for upgrading instructions."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2023-05-01  1:53 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-05-01  1:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c7060b6aed6b2bc62405a591eefd5f1c9bf76c3d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 01:50:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 01:50:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7060b6a

www-apps/roundup: Stabilize 2.2.0 amd64, #904566

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.2.0.ebuild b/www-apps/roundup/roundup-2.2.0.ebuild
index 3348a3a9aa19..e7351f11f8be 100644
--- a/www-apps/roundup/roundup-2.2.0.ebuild
+++ b/www-apps/roundup/roundup-2.2.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2023-05-01  9:39 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-05-01  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     fa331063a307838e0b51492924c2d75ccf963e52
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 09:37:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 09:37:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa331063

www-apps/roundup: Stabilize 2.2.0 sparc, #904566

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.2.0.ebuild b/www-apps/roundup/roundup-2.2.0.ebuild
index e7351f11f8be..6e57a5b9ffd9 100644
--- a/www-apps/roundup/roundup-2.2.0.ebuild
+++ b/www-apps/roundup/roundup-2.2.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2023-05-01  9:39 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2023-05-01  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5bf9786c17a705b8d00c707a0d4aaa46407d6fb4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 09:38:04 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 09:38:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bf9786c

www-apps/roundup: Stabilize 2.2.0 x86, #904566

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.2.0.ebuild b/www-apps/roundup/roundup-2.2.0.ebuild
index 6e57a5b9ffd9..d82993a48cd1 100644
--- a/www-apps/roundup/roundup-2.2.0.ebuild
+++ b/www-apps/roundup/roundup-2.2.0.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2024-04-20 12:07 Viorel Munteanu
  0 siblings, 0 replies; 40+ messages in thread
From: Viorel Munteanu @ 2024-04-20 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     96ee24a19f411ea77994dc2b38b87e229b078ec2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 12:05:55 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 12:06:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ee24a1

www-apps/roundup: add 2.3.0

Closes: https://bugs.gentoo.org/910044
Closes: https://bugs.gentoo.org/923584
Closes: https://bugs.gentoo.org/929875
Closes: https://bugs.gentoo.org/903697
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 www-apps/roundup/Manifest             |  1 +
 www-apps/roundup/roundup-2.3.0.ebuild | 78 +++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

diff --git a/www-apps/roundup/Manifest b/www-apps/roundup/Manifest
index d0fc2e60a971..8163a9198eaa 100644
--- a/www-apps/roundup/Manifest
+++ b/www-apps/roundup/Manifest
@@ -1 +1,2 @@
 DIST roundup-2.2.0.tar.gz 3722236 BLAKE2B f9f36ff2a49c769dcce38dd59fd88825cb3a6560fbfc2a7bbf6d2abf1388bb328da5aa7de2934ae2469163bb4f125b4438b07f1eff9082458768012b4eda7687 SHA512 dbaf7c4a5e7fb75f0e401f39962c8f5a3b088036a0f2c9efb2910f3941df35df6c345c2051c37cbdcc9a2049d82d09bcb4e15b368f8c4c77fa4b4bf80c6dc844
+DIST roundup-2.3.0.tar.gz 3880745 BLAKE2B a6ed278352a91893cd5706b8e5c9fcbed76fc35364cb3709371187ba27b459efa4676ed8a342c937fcd2b637f21714379acdec21631e6c9012ab6a8bf3cebfcd SHA512 83c659ce8d268f4f7f16f10731371ed6320564635e2620e2502e600c4ddbcae92f5c46722a33c66aceef5a8af99f5c556bce5512f03b97ff0cfb88e8bafe7cb6

diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild
new file mode 100644
index 000000000000..e8fc8857ed1f
--- /dev/null
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{10..12} )
+
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Issue-tracking system with command-line, web, and e-mail interfaces"
+HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
+
+LICENSE="MIT ZPL"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown test"
+
+RDEPEND="
+	jinja? ( dev-python/jinja[${PYTHON_USEDEP}] )
+	markdown? (
+		|| (
+			dev-python/markdown[${PYTHON_USEDEP}]
+			dev-python/markdown2[${PYTHON_USEDEP}]
+			dev-python/mistune[${PYTHON_USEDEP}]
+		)
+	)
+	mysql? ( dev-python/mysqlclient[${PYTHON_USEDEP}] )
+	postgres? ( dev-python/psycopg:0[${PYTHON_USEDEP}] )
+	pyjwt? ( dev-python/pyjwt[${PYTHON_USEDEP}] )
+	sqlite? ( $(python_gen_impl_dep sqlite) )
+	ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )
+	tz? ( dev-python/pytz[${PYTHON_USEDEP}] )
+	whoosh? ( >=dev-python/whoosh-2.5.7[${PYTHON_USEDEP}] )
+	xapian? ( >=dev-libs/xapian-bindings-1.0.0[python,${PYTHON_USEDEP}] )
+"
+
+DOCS="CHANGES.txt doc/*.txt"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# tries to connect to non-running server
+	test/test_liveserver.py::TestPostgresWsgiServer
+	test/test_sqlite.py::sqliteSessionTest
+	test/test_sqlite.py::sqliteSpecialActionTestCase::testInnerMain
+	# automagic, assumes a postgresql server is available
+	test/test_config.py::TrackerConfig::testLoadSessionDbRedis
+
+	# upstream issue:  https://issues.roundup-tracker.org/issue2551335
+	test/test_templating.py::Markdown2TestCase::test_markdown_hyperlinked_url
+	# upstream issue:  https://issues.roundup-tracker.org/issue2551336
+	test/test_templating.py::Markdown2TestCase::test_string_markdown_link_item
+)
+
+python_install() {
+	distutils-r1_python_install
+	if [[ -d "${ED}"/usr/share ]]; then
+		rm -r "${D}$(python_get_sitedir)"/usr
+	else
+		mv "${D}$(python_get_sitedir)"/usr/share "${ED}"/usr/ || die
+		dodir /usr/share/doc/${PF}
+		mv "${ED}"/usr/share/doc/${PN}/html "${ED}"/usr/share/doc/${PF}/ || die
+		rmdir "${ED}"/usr/share/doc/${PN} || die
+		rmdir "${D}$(python_get_sitedir)"/usr || die
+	fi
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	find "${ED}"/usr/share/roundup -name __pycache__ -type d -exec rm -r {} +
+}
+
+pkg_postinst() {
+	ewarn "See installation.txt for initialisation instructions."
+	ewarn "See upgrading.txt for upgrading instructions."
+}


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2024-07-03 16:31 Jakov Smolić
  0 siblings, 0 replies; 40+ messages in thread
From: Jakov Smolić @ 2024-07-03 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     667c4902f94f0c390b53e9703adde48058b4934b
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 16:31:25 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 16:31:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667c4902

www-apps/roundup: Stabilize 2.3.0 x86, #933058

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 www-apps/roundup/roundup-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild
index e8fc8857ed1f..e5fc31dba9a6 100644
--- a/www-apps/roundup/roundup-2.3.0.ebuild
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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 test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2024-07-03 16:31 Jakov Smolić
  0 siblings, 0 replies; 40+ messages in thread
From: Jakov Smolić @ 2024-07-03 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     893e85279d24da59311347533b6db4dcac4d2251
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 16:31:31 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 16:31:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893e8527

www-apps/roundup: Stabilize 2.3.0 amd64, #933058

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 www-apps/roundup/roundup-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild
index e5fc31dba9a6..045ca8837397 100644
--- a/www-apps/roundup/roundup-2.3.0.ebuild
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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 test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
@ 2024-07-03 19:31 Sam James
  0 siblings, 0 replies; 40+ messages in thread
From: Sam James @ 2024-07-03 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     8741e0b55bd34ebf1b067af5c3620177deef4de8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 19:30:44 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 19:30:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8741e0b5

www-apps/roundup: Stabilize 2.3.0 sparc, #933058

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apps/roundup/roundup-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/roundup/roundup-2.3.0.ebuild b/www-apps/roundup/roundup-2.3.0.ebuild
index 045ca8837397..05d61ddbcf9c 100644
--- a/www-apps/roundup/roundup-2.3.0.ebuild
+++ b/www-apps/roundup/roundup-2.3.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://roundup.sourceforge.io https://pypi.org/project/roundup/"
 
 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 test"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2024-07-03 19:31 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-17 21:41 [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 19:31 Sam James
2024-07-03 16:31 Jakov Smolić
2024-07-03 16:31 Jakov Smolić
2024-04-20 12:07 Viorel Munteanu
2023-05-01  9:39 Sam James
2023-05-01  9:39 Sam James
2023-05-01  1:53 Sam James
2023-04-02 11:05 Viorel Munteanu
2023-03-16 18:52 Michał Górny
2022-07-01  7:20 Cédric Krier
2022-06-04  7:42 Michał Górny
2022-02-05  9:42 Jakov Smolić
2021-11-21 17:49 Cédric Krier
2021-03-13  9:10 Cédric Krier
2021-01-10 22:27 Sam James
2020-09-20 21:38 Cédric Krier
2020-09-20 13:11 Michał Górny
2020-09-20 12:58 Sam James
2020-09-20 12:56 Sam James
2020-09-20 12:54 Sam James
2020-09-20 12:49 Michał Górny
2020-07-26  8:35 Cédric Krier
2020-07-26  8:35 Cédric Krier
2020-07-14 16:58 Sergei Trofimovich
2020-07-13 18:08 Sam James
2020-06-30 17:28 Thomas Deutschmann
2020-06-30  8:56 Cédric Krier
2020-01-21  8:52 Agostino Sarubbo
2020-01-21  8:46 Agostino Sarubbo
2020-01-20 11:51 Agostino Sarubbo
2020-01-18 23:15 Thomas Deutschmann
2019-11-24 11:24 Cédric Krier
2019-02-16 16:25 Cédric Krier
2019-02-16 13:03 Cédric Krier
2018-03-05 20:26 Sergei Trofimovich
2017-06-17 21:41 Thomas Deutschmann
2017-03-11 23:53 Michael Weber
2017-02-17 23:31 Cédric Krier
2017-01-15 11:20 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox