net-nds/phpldapadmin: drop 1.2.6.3

Signed-off-by: protegh <protegh@users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
protegh
2023-07-28 14:03:36 +02:00
committed by Viorel Munteanu
parent ae06bbee68
commit ee91122dc1
2 changed files with 0 additions and 52 deletions

View File

@@ -1,2 +1 @@
DIST phpldapadmin-1.2.6.3.tar.gz 1130061 BLAKE2B d1183a89db659eeadbf33632edabb1f24d855eea3f37d36128b5a4262a4979f1fa1f963b2d1e43c4d07c988899a7c4cfb72a6f88e13ee5a830654686eaecf183 SHA512 66aeb81c812830968df5d3a2f0ccdd479fe5d7ed3bb729c0fb9991d3efa20263a493b38bfe48c99ad2c93c2ee549f51f53e064fb1381bc7e126ca2ad2bfc3167
DIST phpldapadmin-1.2.6.6.tar.gz 1132820 BLAKE2B e153d9ac3e844a1a08235c43a096a7418a2d67128bc216fe09f7a00c4f4bdf39e7646842d0c0189c5c42beb3a7823959c7d5fa21b8721f96d0204f87e9b16aad SHA512 398bb6c36a3c9b64016bebc6debeaf8048c4b6b9ebdc7a2bfa8acfa4d4458990a0a59d4e32a2abef772baba667dd495309eff2d68e39847f25a50ad79a06984d

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit webapp
MY_PN="phpLDAPadmin"
DESCRIPTION="phpLDAPadmin is a web-based tool for managing all aspects of your LDAP server"
HOMEPAGE="http://phpldapadmin.sourceforge.net"
SRC_URI="https://github.com/leenooks/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="
>=dev-lang/php-7.2[hash(+),ldap,session,xml,nls]
virtual/httpd-php
"
S="${WORKDIR}/${MY_PN}-${PV}"
# http://phpldapadmin.git.sourceforge.net/git/gitweb.cgi?p=phpldapadmin/phpldapadmin;a=commit;h=7dc8d57d6952fe681cb9e8818df7f103220457bd
PATCHES=(
"${FILESDIR}/${PN}-1.2.1.1-fix-magic-quotes.patch"
)
need_httpd_cgi
src_prepare() {
mv config/config.php.example config/config.php
default
}
src_install() {
webapp_src_preinst
dodoc INSTALL.md
# Restrict config file access - bug 280836
chown root:apache "config/config.php"
chmod 640 "config/config.php"
insinto "${MY_HTDOCSDIR}"
doins -r *
webapp_configfile "${MY_HTDOCSDIR}/config/config.php"
webapp_postinst_txt en "${FILESDIR}"/postinstall2-en.txt
webapp_src_install
}