diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-05-06 10:06:53 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-05-06 10:06:53 +0000 |
commit | 0f985a8ed439f77f7efbb1e603fad5eee5482dcd (patch) | |
tree | 78d3d80759f93c87d13b08d6d0f5e51377133f26 /app-crypt | |
parent | version bump. Thanks to Marcin Kryczek <aye@gentoo.pl> in bug #49632 (Manifes... (diff) | |
download | gentoo-2-0f985a8ed439f77f7efbb1e603fad5eee5482dcd.tar.gz gentoo-2-0f985a8ed439f77f7efbb1e603fad5eee5482dcd.tar.bz2 gentoo-2-0f985a8ed439f77f7efbb1e603fad5eee5482dcd.zip |
Fixed configuration options thanks to the keen eye of Jiri Denemark <jirka@ics.muni.cz> in bug #47911
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.1.ebuild | 18 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.ebuild | 18 |
3 files changed, 29 insertions, 14 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index ae88762cd700..cb8933e611b1 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.32 2004/04/25 22:00:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.33 2004/05/06 10:06:53 dragonheart Exp $ + + 06 May 2004; Daniel Black <dragonheart@gentoo.org> heimdal-0.6.1.ebuild, + heimdal-0.6.ebuild: + Fixed configuration options thanks to the keen eye of Jiri Denemark + <jirka@ics.muni.cz> in bug #47911 25 Apr 2004; Aron Griffis <agriffis@gentoo.org> heimdal-0.6.1.ebuild, heimdal-0.6.ebuild: diff --git a/app-crypt/heimdal/heimdal-0.6.1.ebuild b/app-crypt/heimdal/heimdal-0.6.1.ebuild index 1ec8477e6604..ef2a99f6a422 100644 --- a/app-crypt/heimdal/heimdal-0.6.1.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.9 2004/04/25 22:00:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.1.ebuild,v 1.10 2004/05/06 10:06:53 dragonheart Exp $ inherit libtool eutils @@ -14,16 +14,22 @@ KEYWORDS="x86 sparc ppc alpha ~ia64 amd64 hppa mips" IUSE="ssl ldap berkdb ipv6" PROVIDE="virtual/krb5" -DEPEND=" +RDEPEND=" ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) - !app-crypt/kth-krb - sys-devel/autoconf" + !app-crypt/kth-krb" # ldap? ( net-nds/openldap ) # With this enabled, we create a multiple stage # circular dependency with USE="ldap kerberos" # -- Kain <kain@kain.org> 05 Dec 2002 +DEPEND="${RDEPEND} + sys-devel/autoconf + sys-devel/automake + sys-devel/gcc + >=sys-apps/sed-4" + + src_unpack() { unpack ${A} ; cd ${S} @@ -54,8 +60,8 @@ src_compile() { --enable-shared" use ssl \ - && myconf="--with-openssl=/usr" \ - || myconf="--without-openssl" + && myconf="${myconf} --with-openssl=/usr" \ + || myconf="${myconf} --without-openssl" #use ldap && myconf="${myconf} --with-open-ldap=/usr" diff --git a/app-crypt/heimdal/heimdal-0.6.ebuild b/app-crypt/heimdal/heimdal-0.6.ebuild index 8cd104cd9030..027476d30d9d 100644 --- a/app-crypt/heimdal/heimdal-0.6.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.16 2004/04/25 22:00:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.ebuild,v 1.17 2004/05/06 10:06:53 dragonheart Exp $ inherit libtool eutils @@ -14,16 +14,20 @@ KEYWORDS="x86 sparc ppc alpha ia64 amd64 hppa mips" IUSE="ssl ldap berkdb ipv6" PROVIDE="virtual/krb5" -DEPEND=" - ssl? ( dev-libs/openssl ) +RDEPEND="ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) - !app-crypt/kth-krb - sys-devel/autoconf" + !app-crypt/kth-krb" # ldap? ( net-nds/openldap ) # With this enabled, we create a multiple stage # circular dependency with USE="ldap kerberos" # -- Kain <kain@kain.org> 05 Dec 2002 +DEPEND="${RDEPEND} + sys-devel/autoconf + sys-devel/automake + sys-devel/gcc + >=sys-apps/sed-4" + src_unpack() { unpack ${A} ; cd ${S} @@ -54,8 +58,8 @@ src_compile() { --enable-shared" use ssl \ - && myconf="--with-openssl=/usr" \ - || myconf="--without-openssl" + && myconf="${myconf} --with-openssl=/usr" \ + || myconf="${myconf} --without-openssl" #use ldap && myconf="${myconf} --with-open-ldap=/usr" |