net-nds/ldapcherry: Drop package from overlay
This commit is contained in:
parent
9e291e4db1
commit
d7c7aaf932
@ -1 +0,0 @@
|
||||
DIST ldapcherry-1.1.1_p20200520.tar.gz 962906 BLAKE2B 0e1bd2aafebb0fff4fa256d2cc4c1da23ef4ed4a130f45ce2de0b628f5f71e2d4927814088b9d20a436b98880837a9f4cde70f1d376b431c29c81d2dbdd52949 SHA512 8ef94e1013ba8a02aab5b8769b5137ed88355241cb1ff81f02d0e01aadddc6195e3a62f4d90df77b9e09498219222b4d00d8b4190dd9f42f4d7b9b3336562b33
|
@ -1,34 +0,0 @@
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
COMMIT_ID="4da050236db53ef2652b41c81814574e095cecfa"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="LDAP web UI written in python"
|
||||
HOMEPAGE="https://pypi.org/project/ldapcherry/ https://github.com/kakwa/ldapcherry"
|
||||
|
||||
if [[ "${PV}" == *_p* ]]; then
|
||||
SRC_URI="https://github.com/kakwa/ldapcherry/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
|
||||
else
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
S="${WORKDIR}/${PN}-${COMMIT_ID}"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/cherrypy[${PYTHON_USEDEP}]
|
||||
dev-python/python-ldap[${PYTHON_USEDEP}]
|
||||
dev-python/pyyaml[${PYTHON_USEDEP}]
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>holgersson@posteo.de</email>
|
||||
<name>Nils Freydank</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">kakwa/ldapcherry</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -4,11 +4,6 @@
|
||||
# author <email address> (LANG=C date -u +"%Y-%m-%d)
|
||||
# reason
|
||||
|
||||
# Nils Freydank <holgersson@posteo.de> (2021-08-19)
|
||||
# It's not completely working and I do not use it.
|
||||
# Removal after 2021-09-01.
|
||||
net-nds/ldapcherry
|
||||
|
||||
# Nils Freydank <holgersson@posteo.de> (2021-08-24)
|
||||
# qTox requires some extensions that need to be packaged first.
|
||||
# Currently I've got no time to do so, so I'll probably remove
|
||||
|
Loading…
Reference in New Issue
Block a user