commit:     5ae9f1f393491140cef8bca994fd5a3891175de2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 07:15:26 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 07:15:26 2020 +0000
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 <mgorny <AT> 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 <mgo...@gentoo.org> (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..00000000000
--- 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..00000000000
--- a/www-apps/trac-tags/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <!-- maintainer-needed -->
-</pkgmetadata>

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..00000000000
--- 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}"

Reply via email to