www-apps/trac-mercurial: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:16:02 +0000 (09:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:16:02 +0000 (09:16 +0200)
Closes: https://bugs.gentoo.org/712120
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apps/trac-mercurial/Manifest [deleted file]
www-apps/trac-mercurial/metadata.xml [deleted file]
www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild [deleted file]
www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild [deleted file]

index 5079ac467148fef7029276b086584132eaf79df1..1b4a84b26e47ff9169636d211294d69ff4c5953a 100644 (file)
@@ -580,7 +580,6 @@ mail-filter/spambayes
 # for Python 2 removal.
 # Removal in 30 days.  Bug #712120.
 www-apps/trac-accountmanager
-www-apps/trac-mercurial
 
 # Michał Górny <mgorny@gentoo.org> (2020-03-11)
 # The following Mercurial-related tools do not declare support
diff --git a/www-apps/trac-mercurial/Manifest b/www-apps/trac-mercurial/Manifest
deleted file mode 100644 (file)
index 0c863f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST TracMercurial-0.12.0.29dev-r10899.tar.gz 26248 BLAKE2B e9734b7fcce215c7929869bd1f857e3bc07026a275c3eee34cd0bddbe06811ee8c190b95934ca118d6680ffe3e7bcd45454ffb3e50a236e406454ba17ff1dcd1 SHA512 bc2ea9676dadc926cb9caf65219924953e36ccdfd2d4a6a8f1fdedc05486578b16972f4cb66bf948737e08160ebe366193a5071f293927f573c940c92fa7e31d
diff --git a/www-apps/trac-mercurial/metadata.xml b/www-apps/trac-mercurial/metadata.xml
deleted file mode 100644 (file)
index 1b2becf..0000000
+++ /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-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild b/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild
deleted file mode 100644 (file)
index 705c196..0000000
+++ /dev/null
@@ -1,28 +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_PN="TracMercurial"
-MY_P="${MY_PN}-${PV/_pre/dev-r}"
-
-DESCRIPTION="A Mercurial plugin for Trac"
-HOMEPAGE="http://trac.edgewall.org/"
-SRC_URI="https://dev.gentoo.org/~rafaelmartins/distfiles/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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
deleted file mode 100644 (file)
index 6aa50c5..0000000
+++ /dev/null
@@ -1,29 +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 mercurial
-
-MY_PN="TracMercurial"
-MY_P="${MY_PN}-${PV/_pre/dev-r}"
-
-DESCRIPTION="A Mercurial plugin for Trac"
-HOMEPAGE="http://trac.edgewall.org/"
-EHG_REPO_URI="https://hg.edgewall.org/trac/mercurial-plugin"
-EHG_REVISION="8df754d9b36a"
-
-LICENSE="GPL-2"
-SLOT="0"
-# KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-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}"