* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/
@ 2017-02-17 20:24 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2017-02-17 20:24 UTC (permalink / raw
To: gentoo-commits
commit: a6f52ea5c304d9fad8a68ee0edbc5a82882f85ed
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 18:31:51 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:24:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6f52ea5
www-apps/trac-tags: distutils-r1, EAPI=6
.../{trac-tags-0.6.ebuild => trac-tags-0.6-r1.ebuild} | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/www-apps/trac-tags/trac-tags-0.6.ebuild b/www-apps/trac-tags/trac-tags-0.6-r1.ebuild
similarity index 65%
rename from www-apps/trac-tags/trac-tags-0.6.ebuild
rename to www-apps/trac-tags/trac-tags-0.6-r1.ebuild
index 1e0e312023..6f090a0e86 100644
--- a/www-apps/trac-tags/trac-tags-0.6.ebuild
+++ b/www-apps/trac-tags/trac-tags-0.6-r1.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=3
+EAPI=6
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python2_7 )
-inherit distutils
+inherit distutils-r1
MY_REV="9901"
MY_DIR="tagsplugin/tags/${PV}"
@@ -23,11 +21,11 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-CDEPEND=">=dev-python/genshi-0.6"
+CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]"
DEPEND="${CDEPEND}
- dev-python/setuptools
+ dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip"
RDEPEND="${CDEPEND}
- >=www-apps/trac-0.11"
+ >=www-apps/trac-0.11[${PYTHON_USEDEP}]"
S="${WORKDIR}/${MY_DIR}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/
@ 2020-01-09 18:41 Rafael Martins
0 siblings, 0 replies; 3+ messages in thread
From: Rafael Martins @ 2020-01-09 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 9c94f9670a0a8be3e0f379ce46a594a4727db75c
Author: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 9 18:35:00 2020 +0000
Commit: Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Thu Jan 9 18:41:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c94f967
www-apps/trac-tags: drop to maintainer-needed
Signed-off-by: Rafael Martins <rafaelmartins <AT> gentoo.org>
Package-Manager: Portage-2.3.79, Repoman-2.3.16
www-apps/trac-tags/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/www-apps/trac-tags/metadata.xml b/www-apps/trac-tags/metadata.xml
index c194f2fc320..1b2becffa26 100644
--- a/www-apps/trac-tags/metadata.xml
+++ b/www-apps/trac-tags/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>rafaelmartins@gentoo.org</email>
- <name>Rafael G. Martins</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/
@ 2020-02-09 15:54 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2020-02-09 15:54 UTC (permalink / raw
To: gentoo-commits
commit: bc158237f0c847c9e49c5865cf4f7e3562d993d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 12:40:23 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 15:54:23 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc158237
www-apps/trac-tags: Switch to python-single-r1, due to trac dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{trac-tags-0.6-r1.ebuild => trac-tags-0.6-r2.ebuild} | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
similarity index 71%
rename from www-apps/trac-tags/trac-tags-0.6-r1.ebuild
rename to www-apps/trac-tags/trac-tags-0.6-r2.ebuild
index 43896d792b6..025d60b0a73 100644
--- a/www-apps/trac-tags/trac-tags-0.6-r1.ebuild
+++ b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
@@ -20,11 +21,13 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-CDEPEND=">=dev-python/genshi-0.6[${PYTHON_USEDEP}]"
+CDEPEND="
+ $(python_gen_cond_dep '
+ >=dev-python/genshi-0.6[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${CDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
app-arch/unzip"
RDEPEND="${CDEPEND}
- >=www-apps/trac-0.11[${PYTHON_USEDEP}]"
+ >=www-apps/trac-0.11[${PYTHON_SINGLE_USEDEP}]"
S="${WORKDIR}/${MY_DIR}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-09 15:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-09 18:41 [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/ Rafael Martins
-- strict thread matches above, loose matches on Subject: below --
2020-02-09 15:54 Michał Górny
2017-02-17 20:24 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox