diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-14 17:36:17 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-06-14 17:36:17 +0000 |
commit | c1a357af2baccc272ef2ecbe31e2776edbb1c4f8 (patch) | |
tree | 8d00ac58581a8cf367a9e8de62f545c6516acbfd /app-crypt | |
parent | QA - Don't assign assign default RDEPEND. (diff) | |
download | historical-c1a357af2baccc272ef2ecbe31e2776edbb1c4f8.tar.gz historical-c1a357af2baccc272ef2ecbe31e2776edbb1c4f8.tar.bz2 historical-c1a357af2baccc272ef2ecbe31e2776edbb1c4f8.zip |
Closing #53632
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/heimdal/Manifest | 4 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.2.ebuild | 9 |
3 files changed, 9 insertions, 9 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index fce24b9dd248..5e35238702e7 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # 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.42 2004/06/03 20:10:57 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.43 2004/06/14 17:36:17 aliz Exp $ + + 14 Jun 2004; Daniel Ahlberg <aliz@gentoo.org> heimdal-0.6.2.ebuild: + Fixed typo, closing #53632. 03 Jun 2004; <rphillips@gentoo.org> : Removed old ebuilds that had security flaws in them diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index 3ae48beab094..e7ade5705c88 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,6 +1,6 @@ -MD5 80b6c3e80043a592950fdd29efc6f14c ChangeLog 5741 +MD5 a737246dfbeb4735095940d50bc2b5aa ChangeLog 5836 MD5 e5573e25f19694fc8ccaaced2dd576f4 metadata.xml 353 -MD5 1b0c83a271e6af141f3fe3f590c1460b heimdal-0.6.2.ebuild 2817 +MD5 81c334524fea328bea1d2739ffef2a34 heimdal-0.6.2.ebuild 2814 MD5 35eed8dc7a9b322e4ed6220ef29cd1bc files/heimdal-0.6-berkdb.patch 542 MD5 3d0262aa218e1611500de735d3581e28 files/heimdal-0.6.1-fPIC.patch 352 MD5 3d0262aa218e1611500de735d3581e28 files/heimdal-0.6.2-fPIC.patch 352 diff --git a/app-crypt/heimdal/heimdal-0.6.2.ebuild b/app-crypt/heimdal/heimdal-0.6.2.ebuild index 3ea82753187d..e4e9c599a894 100644 --- a/app-crypt/heimdal/heimdal-0.6.2.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.2.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.2.ebuild,v 1.9 2004/06/06 10:47:52 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.2.ebuild,v 1.10 2004/06/14 17:36:17 aliz Exp $ inherit libtool eutils @@ -14,8 +14,7 @@ KEYWORDS="x86 sparc ppc alpha ~ia64 amd64 hppa mips" IUSE="ssl berkdb ipv6 krb4" PROVIDE="virtual/krb5" -RDEPEND=" - ssl? ( dev-libs/openssl ) +RDEPEND="ssl? ( dev-libs/openssl ) berkdb? ( sys-libs/db ) krb4? ( >=app-crypt/kth-krb-1.2.2-r2 ) !virtual/krb5" @@ -46,7 +45,6 @@ src_unpack() { } src_compile() { - elibtoolize aclocal -I cf || die "configure problem" @@ -56,7 +54,7 @@ src_compile() { local myconf=" $(use_with ipv6) - $(use_with berkdb berkely-db) + $(use_with berkdb berkeley-db) $(use_with ssl openssl) --enable-shared" @@ -67,7 +65,6 @@ src_compile() { #use ldap && myconf="${myconf} --with-open-ldap=/usr" econf ${myconf} || die "econf failed" - emake prefix=/usr \ sysconfdir=/etc \ mandir=/usr/share/man \ |