diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:16:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 09:16:28 +0200 |
commit | 0b2738079ecf48de708666e704f24496fac804a5 (patch) | |
tree | d2e574d8de2faf278e6284107445bb8a9b2061f0 /www-apps | |
parent | www-apps/trac-mercurial: Remove last-rited pkg (diff) | |
download | gentoo-0b2738079ecf48de708666e704f24496fac804a5.tar.gz gentoo-0b2738079ecf48de708666e704f24496fac804a5.tar.bz2 gentoo-0b2738079ecf48de708666e704f24496fac804a5.zip |
www-apps/trac-accountmanager: 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, 61 deletions
diff --git a/www-apps/trac-accountmanager/Manifest b/www-apps/trac-accountmanager/Manifest deleted file mode 100644 index c79fc704f04a..000000000000 --- a/www-apps/trac-accountmanager/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST TracAccountManager-0.4.2.tar.gz 157706 BLAKE2B 79efaff9b70c4800dc308df147e43c68e09e18b1957814f08e1d0ad9611806dc175c1d47e5a603273e801589555321b7c4ae7bc3c7ed6f554c9201ce0b3e23fa SHA512 b73046dd15cefbe4d7854107af1bdf372ab5c2c6e83855395383b4a894d85325d867eaa1e9013f41ffcf8907baf3ea64873ac1b6c3b333af6dfd6480ab4016b4 -DIST TracAccountManager-0.4.4.tar.gz 157666 BLAKE2B 85688076847e681c9090eb77f010ec6921bda745b24e306961db3c28d6caa3c148cb7c2d63effd3f45f1b07b6af88faad85d9fd5aab16f77bb50cfede640ba38 SHA512 622e011c5cd956c3e32fe578b60d0cc060b109893a6bbd5ea12dea36373a9a47a8a226ae6a297d69a22f9d1d1deae686ccdf2258623877ee794febb99c9a99e4 diff --git a/www-apps/trac-accountmanager/metadata.xml b/www-apps/trac-accountmanager/metadata.xml deleted file mode 100644 index 265d9a787dd3..000000000000 --- a/www-apps/trac-accountmanager/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - The AccountManagerPlugin offers several features for managing user accounts: - - * allow users to register new accounts - * login via an HTML form instead of using HTTP authentication - * allow existing users to change their passwords or delete their accounts - </longdescription> - <upstream> - <remote-id type="pypi">TracAccountManager</remote-id> - </upstream> -</pkgmetadata> diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.4.2-r1.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.4.2-r1.ebuild deleted file mode 100644 index badb4847741c..000000000000 --- a/www-apps/trac-accountmanager/trac-accountmanager-0.4.2-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Trac plugin for manage user accounts" -HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin" -SRC_URI="mirror://pypi/T/TracAccountManager/TracAccountManager-${PV}.tar.gz" - -LICENSE="BSD BEER-WARE" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=www-apps/trac-0.12" - -S="${WORKDIR}/acct_mgr-${PV}" diff --git a/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild b/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild deleted file mode 100644 index d36113c20396..000000000000 --- a/www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A Trac plugin for manage user accounts" -HOMEPAGE="http://trac-hacks.org/wiki/AccountManagerPlugin" -SRC_URI="mirror://pypi/T/TracAccountManager/TracAccountManager-${PV}.tar.gz" - -LICENSE="BSD BEER-WARE" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=www-apps/trac-0.12" - -S="${WORKDIR}/acct_mgr-${PV}" |