diff options
author | Fabio Erculiani <lxnay@gentoo.org> | 2011-08-14 09:33:10 +0000 |
---|---|---|
committer | Fabio Erculiani <lxnay@gentoo.org> | 2011-08-14 09:33:10 +0000 |
commit | 732bc26d1dfb63201133e2b140b9a4759272722c (patch) | |
tree | 719c8c1227996057922ec9b746b4a15d84b35167 /www-apps | |
parent | version bump (diff) | |
download | gentoo-2-732bc26d1dfb63201133e2b140b9a4759272722c.tar.gz gentoo-2-732bc26d1dfb63201133e2b140b9a4759272722c.tar.bz2 gentoo-2-732bc26d1dfb63201133e2b140b9a4759272722c.zip |
version bump
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/389-dsgw/389-dsgw-1.1.7.ebuild | 45 | ||||
-rw-r--r-- | www-apps/389-dsgw/ChangeLog | 7 |
2 files changed, 51 insertions, 1 deletions
diff --git a/www-apps/389-dsgw/389-dsgw-1.1.7.ebuild b/www-apps/389-dsgw/389-dsgw-1.1.7.ebuild new file mode 100644 index 000000000000..583a90cb37e0 --- /dev/null +++ b/www-apps/389-dsgw/389-dsgw-1.1.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/389-dsgw/389-dsgw-1.1.7.ebuild,v 1.1 2011/08/14 09:33:10 lxnay Exp $ + +EAPI="2" + +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/mozldap + dev-libs/icu + dev-libs/389-adminutil" + +RDEPEND="${DEPEND} + dev-perl/perl-mozldap + virtual/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-fhs || die "econf failed" +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc README +} diff --git a/www-apps/389-dsgw/ChangeLog b/www-apps/389-dsgw/ChangeLog index 9caf3872387a..ca5fd07fa24a 100644 --- a/www-apps/389-dsgw/ChangeLog +++ b/www-apps/389-dsgw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-apps/389-dsgw # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/389-dsgw/ChangeLog,v 1.2 2011/01/11 23:38:34 lxnay Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/389-dsgw/ChangeLog,v 1.3 2011/08/14 09:33:10 lxnay Exp $ + +*389-dsgw-1.1.7 (14 Aug 2011) + + 14 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> +389-dsgw-1.1.7.ebuild: + version bump *389-dsgw-1.1.6 (11 Jan 2011) |