summaryrefslogtreecommitdiff
path: root/www-apps/trac-accountmanager
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-25 11:37:10 +0100
commit38423c67c8a23f6a1bc42038193182e2da3116eb (patch)
tree04e2cf4bd43601b77daa79fe654e409187093c5e /www-apps/trac-accountmanager
parent623ee73d661e5ed8475cb264511f683407d87365 (diff)
gentoo resync : 25.04.2020
Diffstat (limited to 'www-apps/trac-accountmanager')
-rw-r--r--www-apps/trac-accountmanager/Manifest5
-rw-r--r--www-apps/trac-accountmanager/metadata.xml15
-rw-r--r--www-apps/trac-accountmanager/trac-accountmanager-0.4.2-r1.ebuild22
-rw-r--r--www-apps/trac-accountmanager/trac-accountmanager-0.4.4.ebuild22
4 files changed, 0 insertions, 64 deletions
diff --git a/www-apps/trac-accountmanager/Manifest b/www-apps/trac-accountmanager/Manifest
deleted file mode 100644
index 1622e3d37c3f..000000000000
--- a/www-apps/trac-accountmanager/Manifest
+++ /dev/null
@@ -1,5 +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
-EBUILD trac-accountmanager-0.4.2-r1.ebuild 533 BLAKE2B c464f57524c5cd6533ff85587b662e9c1402636c54b6dbc923a1a649664afb114062d54c4b76c54263a7f1ce494515588706a36a5ab413d958ee97297d007c92 SHA512 09b18fe054486d0b7cf3c4a8b7e701114911e2ea17f5da10edba745ac33099af602dd31ce8ee8924b626b728b7ad5518f1172a48c99fec961b8c6991b446961d
-EBUILD trac-accountmanager-0.4.4.ebuild 533 BLAKE2B d4f32b357bab9648fdfe8295d8a8d76d7b39801919c1be64be50933b4b9c062b13c956a1e84e8393688024e2e4e38ac2a2f5d8d06e010232949b0956714d98c8 SHA512 ec9319060b7b405ddf30fa9431751252ce484ab2ee0a01b3410248d749058cb8d64854bb182effa581504847c7975174a5afe1b9c0af06a455c4957caf66e5bb
-MISC metadata.xml 574 BLAKE2B f987a5d529e55b9b7eebe0193cae649ba2476e6aede095da391702517ece9e246a0d57f01938f7f96a449ecd7f9847d5febc6e9f83e930b542cd226c71db6798 SHA512 77db2a3fc962abaea7f3cad255b496368530a2f9206f74096f013da474294f7273029e0e6fa23363230adfb733c8b91f6e6f7b3e647d5f4d2bd09498f7acc725
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}"