From d56f42f613285004f4f153d611ebb2ab3dad8521 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Wed, 3 Oct 2018 11:50:14 +0200 Subject: www-apps/lam: remove unused ebuild --- www-apps/lam/Manifest | 1 - www-apps/lam/files/postinstall-en.txt | 11 ------ www-apps/lam/lam-5.6.ebuild | 65 ----------------------------------- www-apps/lam/metadata.xml | 12 ------- 4 files changed, 89 deletions(-) delete mode 100644 www-apps/lam/Manifest delete mode 100644 www-apps/lam/files/postinstall-en.txt delete mode 100644 www-apps/lam/lam-5.6.ebuild delete mode 100644 www-apps/lam/metadata.xml diff --git a/www-apps/lam/Manifest b/www-apps/lam/Manifest deleted file mode 100644 index 8704cd7..0000000 --- a/www-apps/lam/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ldap-account-manager-5.6.tar.bz2 15223282 SHA256 2b6232c8fd88eda86e8e9bcb273585d1837d89c56f02f4517a159818ec84ab8d SHA512 4c585b4008173e75552140d6e124f7d0a1ce0eb6e0778e33586279ab408e7df78f350625b3b6eeec8d1fea6009d1b412b257f82980af9c4a909c54d16ab4fca8 WHIRLPOOL 7ba7787abc56bd6a7c63e9aac5726b52edccc795a2bb2247da398cc25f7e6ee70c7cdd6fb96fe3f909b79a44fa93ae115f3efff3868e2096e837304b182f7c7c diff --git a/www-apps/lam/files/postinstall-en.txt b/www-apps/lam/files/postinstall-en.txt deleted file mode 100644 index 02cf9da..0000000 --- a/www-apps/lam/files/postinstall-en.txt +++ /dev/null @@ -1,11 +0,0 @@ -1. Configure ${PN}: - - Configure config.cfg and create a configuration profile. - Copy config.cfg_sample to config.cfg and set the master password and default profile. - - Open the index.html in your web browser: - - Follow the link "Configuration Login" from the start page. - (The default password to edit the options is "lam") - - Select the default lam profile or create a new profile. - - Change the settings to fit your environment. - diff --git a/www-apps/lam/lam-5.6.ebuild b/www-apps/lam/lam-5.6.ebuild deleted file mode 100644 index c5a1cbd..0000000 --- a/www-apps/lam/lam-5.6.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit webapp - -MY_P="ldap-account-manager-${PV}" -DESCRIPTION="Frontend for managing accounts stored in an LDAP directory." -HOMEPAGE="http://lam.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - >=dev-lang/php-5.6[ldap,nls,session,xml] - virtual/httpd-php -" - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - default - - for conffile in config/*.cfg.sample - do - mv ${conffile} ${conffile/.sample/} - done -} - -src_compile() { - : -} - -src_install() { - webapp_src_preinst - - local docs="copyright HISTORY README VERSION" - dodoc ${docs} - docinto html - dodoc -r docs/{devel,manual} - - einfo "Copying VERSION file" - cp VERSION "${D}${MY_HTDOCSDIR}" - rm -f ${docs} - - einfo "Copying main files" - cp -r . "${D}${MY_HTDOCSDIR}" - cd "${D}${MY_HTDOCSDIR}" - - webapp_serverowned "${MY_HTDOCSDIR}"/config/config.cfg - webapp_serverowned "${MY_HTDOCSDIR}"/sess - webapp_serverowned "${MY_HTDOCSDIR}"/tmp - webapp_serverowned "${MY_HTDOCSDIR}"/config - webapp_serverowned "${MY_HTDOCSDIR}"/lib - - webapp_configfile "${MY_HTDOCSDIR}"/config/config.cfg - - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt - - webapp_src_install -} diff --git a/www-apps/lam/metadata.xml b/www-apps/lam/metadata.xml deleted file mode 100644 index c5ac9cd..0000000 --- a/www-apps/lam/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - eva@gentoo.org - Gilles Dartiguelongue - - - lam - cpe:/a:ldap-account-manager:ldap_account_manager - - -- cgit v1.2.3-65-gdbad