diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:00:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:02:02 +0200 |
commit | 755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch) | |
tree | e9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /www-apps | |
parent | package.mask: remove some masked for removal packages (diff) | |
download | gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2 gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip |
package.mask: remove some masked for removal packages
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/389-dsgw/389-dsgw-1.1.10.ebuild | 47 | ||||
-rw-r--r-- | www-apps/389-dsgw/Manifest | 1 | ||||
-rw-r--r-- | www-apps/389-dsgw/metadata.xml | 8 |
3 files changed, 0 insertions, 56 deletions
diff --git a/www-apps/389-dsgw/389-dsgw-1.1.10.ebuild b/www-apps/389-dsgw/389-dsgw-1.1.10.ebuild deleted file mode 100644 index 9ead2cd44886..000000000000 --- a/www-apps/389-dsgw/389-dsgw-1.1.10.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="389 Directory Server Gateway Web Application" -HOMEPAGE="http://port389.org/" -SRC_URI="http://directory.fedoraproject.org/sources/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug +adminserver" - -DEPEND="adminserver? ( net-nds/389-admin ) - dev-libs/nspr - dev-libs/nss - dev-libs/cyrus-sasl - dev-libs/icu:= - dev-libs/389-adminutil - net-nds/openldap" - -RDEPEND="${DEPEND} - dev-perl/perl-mozldap - dev-perl/CGI" - -src_prepare() { - # as per 389 documentation, when 64bit, export USE_64 - use amd64 && export USE_64=1 - eautoreconf -} - -src_configure() { - econf $(use_enable debug) \ - $(use_with adminserver) \ - --with-adminutil=/usr \ - --with-fhs \ - --with-openldap || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README -} diff --git a/www-apps/389-dsgw/Manifest b/www-apps/389-dsgw/Manifest deleted file mode 100644 index 4c94ffd733f0..000000000000 --- a/www-apps/389-dsgw/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 389-dsgw-1.1.10.tar.bz2 726295 SHA256 07aa0d9a432b8d9d63b2c64b7c17021b3fe2ac2ec62e4d596723253f3c0e4e3f SHA512 52c73867d6801c3f3bff424c9b302298e67f0b07bc5746f83aa83367b5fbff605ffcced968eaf6ab4863a17c703ec529644a4227aa2925aea65943a72ff4e2e8 WHIRLPOOL 34c7fcc8bce7f6bfcbb429b0bd26b1d8836cb8d94a4403e8be89ee9cbd3041f9f057fe1ecaf607e1630d1ae8fbc6018cfa9de794de83aa7890b4f18a158940a5 diff --git a/www-apps/389-dsgw/metadata.xml b/www-apps/389-dsgw/metadata.xml deleted file mode 100644 index ac529ad99d50..000000000000 --- a/www-apps/389-dsgw/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<use> - <flag name="adminserver">Install DSGW with Admin Server</flag> -</use> -</pkgmetadata> |