[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/, profiles/

2020-04-19 Thread Michał Górny
commit: 5ae9f1f393491140cef8bca994fd5a3891175de2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 19 07:15:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 19 07:15:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae9f1f3

www-apps/trac-tags: Remove last-rited pkg

Closes: https://bugs.gentoo.org/712120
Signed-off-by: Michał Górny  gentoo.org>

 profiles/package.mask  |  1 -
 www-apps/trac-tags/Manifest|  1 -
 www-apps/trac-tags/metadata.xml|  5 -
 www-apps/trac-tags/trac-tags-0.6-r2.ebuild | 33 --
 4 files changed, 40 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 3abd49d3fec..5079ac46714 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -581,7 +581,6 @@ mail-filter/spambayes
 # Removal in 30 days.  Bug #712120.
 www-apps/trac-accountmanager
 www-apps/trac-mercurial
-www-apps/trac-tags
 
 # Michał Górny  (2020-03-11)
 # The following Mercurial-related tools do not declare support

diff --git a/www-apps/trac-tags/Manifest b/www-apps/trac-tags/Manifest
deleted file mode 100644
index 55e9d4e86f2..000
--- a/www-apps/trac-tags/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST trac-tags-0.6.zip 50426 BLAKE2B 
843dbf8be57ec04015151368545d0893e2dcdaa9811082d079c34de9ed74270b14144faa53ac661a329e6c06d59ed530e15fe2880667f74d081cb5a2ba5eff02
 SHA512 
7fb82a5eeaf267defaac24a1b886b0f4be00ee78c39120a4e3703d78aa41a9328a483682826d74ec87bde897d269ed0e96d37ca07c0fe96abd79bdae59ac763b

diff --git a/www-apps/trac-tags/metadata.xml b/www-apps/trac-tags/metadata.xml
deleted file mode 100644
index 1b2becffa26..000
--- a/www-apps/trac-tags/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd";>
-
-  
-

diff --git a/www-apps/trac-tags/trac-tags-0.6-r2.ebuild 
b/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
deleted file mode 100644
index 025d60b0a73..000
--- a/www-apps/trac-tags/trac-tags-0.6-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-
-MY_REV="9901"
-MY_DIR="tagsplugin/tags/${PV}"
-
-DESCRIPTION="Tags plugin for Trac"
-HOMEPAGE="http://trac-hacks.org/wiki/TagsPlugin";
-SRC_URI="http://trac-hacks.org/changeset/${MY_REV}/${MY_DIR}?old_path=%2F&format=zip
-   -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/genshi-0.6[${PYTHON_MULTI_USEDEP}]
-   ')"
-DEPEND="${CDEPEND}
-   app-arch/unzip"
-RDEPEND="${CDEPEND}
-   >=www-apps/trac-0.11[${PYTHON_SINGLE_USEDEP}]"
-
-S="${WORKDIR}/${MY_DIR}"



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/

2020-02-09 Thread Michał Górny
commit: bc158237f0c847c9e49c5865cf4f7e3562d993d0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  8 12:40:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb  9 15:54:23 2020 +
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  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}"



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/

2020-01-09 Thread Rafael Martins
commit: 9c94f9670a0a8be3e0f379ce46a594a4727db75c
Author: Rafael Martins  gentoo  org>
AuthorDate: Thu Jan  9 18:35:00 2020 +
Commit: Rafael Martins  gentoo  org>
CommitDate: Thu Jan  9 18:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c94f967

www-apps/trac-tags: drop to maintainer-needed

Signed-off-by: Rafael Martins  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-rafaelmart...@gentoo.org
-Rafael G. Martins
-  
+  
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/trac-tags/

2017-02-17 Thread Michał Górny
commit: a6f52ea5c304d9fad8a68ee0edbc5a82882f85ed
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 18:31:51 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 20:24:32 2017 +
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}"