public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/
@ 2016-11-19 21:04 Dirkjan Ochtman
  0 siblings, 0 replies; 4+ messages in thread
From: Dirkjan Ochtman @ 2016-11-19 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e1ac9d819365f9a8ac2d958c8883bc7472fa4f7a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 21:02:53 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 21:03:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ac9d81

www-apps/trac-mercurial: remove myself as maintainer

Package-Manager: portage-2.3.0

 www-apps/trac-mercurial/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/www-apps/trac-mercurial/metadata.xml b/www-apps/trac-mercurial/metadata.xml
index 044adc4..c194f2f 100644
--- a/www-apps/trac-mercurial/metadata.xml
+++ b/www-apps/trac-mercurial/metadata.xml
@@ -5,8 +5,4 @@
     <email>rafaelmartins@gentoo.org</email>
     <name>Rafael G. Martins</name>
   </maintainer>
-  <maintainer type="person">
-    <email>djc@gentoo.org</email>
-    <name>Dirkjan Ochtman</name>
-  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/
@ 2017-02-17 20:24 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2017-02-17 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3130542ee6a805690df481dca7756fd3c2cafc92
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 18:41:10 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 20:24:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3130542e

www-apps/trac-mercurial: distutils-r1, EAPI=6

 ...build => trac-mercurial-0.12.0.29_pre10899-r1.ebuild} | 16 +++++++---------
 ...uild => trac-mercurial-1.0.0.3_pre20130206-r1.ebuild} | 16 +++++++---------
 2 files changed, 14 insertions(+), 18 deletions(-)

diff --git a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild
similarity index 60%
rename from www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899.ebuild
rename to www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild
index 5919028ede..0611467c4a 100644
--- a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899.ebuild
+++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2012 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_PN="TracMercurial"
 MY_P="${MY_PN}-${PV/_pre/dev-r}"
@@ -22,8 +20,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools"
-RDEPEND=">=www-apps/trac-0.12
-	>=dev-vcs/mercurial-1.1"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=www-apps/trac-0.12[${PYTHON_USEDEP}]
+	>=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206.ebuild b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild
similarity index 60%
rename from www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206.ebuild
rename to www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild
index 4158f02d78..6989df50ac 100644
--- a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206.ebuild
+++ b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-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=4
+EAPI=6
 
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_COMPAT=( python2_7 )
 
-inherit distutils mercurial
+inherit distutils-r1 mercurial
 
 MY_PN="TracMercurial"
 MY_P="${MY_PN}-${PV/_pre/dev-r}"
@@ -23,8 +21,8 @@ SLOT="0"
 # KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools"
-RDEPEND=">=www-apps/trac-1.0
-		>=dev-vcs/mercurial-1.1"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=">=www-apps/trac-1.0[${PYTHON_USEDEP}]
+		>=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"


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

* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/
@ 2020-01-09 18:41 Rafael Martins
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael Martins @ 2020-01-09 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     5b0177ca058908b1300894660de4ad7aa52e50bb
Author:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  9 18:34:24 2020 +0000
Commit:     Rafael Martins <rafaelmartins <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 18:41:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0177ca

www-apps/trac-mercurial: 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-mercurial/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apps/trac-mercurial/metadata.xml b/www-apps/trac-mercurial/metadata.xml
index c194f2fc320..1b2becffa26 100644
--- a/www-apps/trac-mercurial/metadata.xml
+++ b/www-apps/trac-mercurial/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] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/
@ 2020-02-09 15:54 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b37173851bce8c0b8d6edd3ba7c881add7245d82
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 12:38:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 15:54:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3717385

www-apps/trac-mercurial: Switch to python-single-r1, due to trac dep

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

 ...9-r1.ebuild => trac-mercurial-0.12.0.29_pre10899-r2.ebuild} | 10 ++++++----
 .../trac-mercurial-1.0.0.3_pre20130206-r1.ebuild               | 10 ++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild
similarity index 68%
rename from www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild
rename to www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild
index e661cc957b6..705c196994e 100644
--- a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r1.ebuild
+++ b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-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
@@ -19,8 +20,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=www-apps/trac-0.12[${PYTHON_USEDEP}]
-	>=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]"
+RDEPEND=">=www-apps/trac-0.12[${PYTHON_SINGLE_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-vcs/mercurial-1.1[${PYTHON_MULTI_USEDEP}]
+	')"
 
 S="${WORKDIR}/${MY_P}"

diff --git a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild
index 9b4f678dd53..6aa50c5b940 100644
--- a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild
+++ b/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.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 mercurial
@@ -20,8 +21,9 @@ SLOT="0"
 # KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=">=www-apps/trac-1.0[${PYTHON_USEDEP}]
-		>=dev-vcs/mercurial-1.1[${PYTHON_USEDEP}]"
+RDEPEND=">=www-apps/trac-1.0[${PYTHON_SINGLE_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-vcs/mercurial-1.1[${PYTHON_MULTI_USEDEP}]
+	')"
 
 S="${WORKDIR}/${MY_P}"


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

end of thread, other threads:[~2020-02-09 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-19 21:04 [gentoo-commits] repo/gentoo:master commit in: www-apps/trac-mercurial/ Dirkjan Ochtman
  -- strict thread matches above, loose matches on Subject: below --
2017-02-17 20:24 Michał Górny
2020-01-09 18:41 Rafael Martins
2020-02-09 15:54 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