www-apps/trac-accountmanager: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:16:28 +0000 (09:16 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 Apr 2020 07:16:28 +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-accountmanager/Manifest [deleted file]
www-apps/trac-accountmanager/metadata.xml [deleted file]
www-apps/trac-accountmanager/trac-accountmanager-0.4.2-r1.ebuild [deleted file]
www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild [deleted file]

index 1b4a84b26e47ff9169636d211294d69ff4c5953a..4bd2f84718be864a6142c552195ece1186ed807b 100644 (file)
@@ -575,12 +575,6 @@ mail-filter/spambayes
 # Masked for testing due to removal of libnm-glib (bug #665338)
 >=net-misc/networkmanager-1.20
 
-# Michał Górny <mgorny@gentoo.org> (2020-03-11)
-# Unmaintained Trac plugins.  Last bumped in 2013.  Blockers
-# for Python 2 removal.
-# Removal in 30 days.  Bug #712120.
-www-apps/trac-accountmanager
-
 # Michał Górny <mgorny@gentoo.org> (2020-03-11)
 # The following Mercurial-related tools do not declare support
 # for Python 3 and have no maintainers.
diff --git a/www-apps/trac-accountmanager/Manifest b/www-apps/trac-accountmanager/Manifest
deleted file mode 100644 (file)
index c79fc70..0000000
+++ /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 (file)
index 265d9a7..0000000
+++ /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 (file)
index badb484..0000000
+++ /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 (file)
index d36113c..0000000
+++ /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}"