diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:16:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:16:02 +0200 |
commit | f40f5c1492de2313a4afc1b19973493bc77b0280 (patch) | |
tree | 54c94d45e11139bcea0f741207f565871f064c34 /www-apps | |
parent | www-apps/trac-tags: Remove last-rited pkg (diff) | |
download | gentoo-f40f5c1492de2313a4afc1b19973493bc77b0280.tar.gz gentoo-f40f5c1492de2313a4afc1b19973493bc77b0280.tar.bz2 gentoo-f40f5c1492de2313a4afc1b19973493bc77b0280.zip |
www-apps/trac-mercurial: Remove last-rited pkg
Closes: https://bugs.gentoo.org/712120
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps')
4 files changed, 0 insertions, 63 deletions
diff --git a/www-apps/trac-mercurial/Manifest b/www-apps/trac-mercurial/Manifest deleted file mode 100644 index 0c863f7292b9..000000000000 --- a/www-apps/trac-mercurial/Manifest +++ /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 index 1b2becffa26c..000000000000 --- a/www-apps/trac-mercurial/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-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 index 705c196994e6..000000000000 --- a/www-apps/trac-mercurial/trac-mercurial-0.12.0.29_pre10899-r2.ebuild +++ /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 index 6aa50c5b940c..000000000000 --- a/www-apps/trac-mercurial/trac-mercurial-1.0.0.3_pre20130206-r1.ebuild +++ /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}" |