diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-14 12:01:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-14 12:01:23 +0000 |
commit | d9c275cc00938ca5b2a9aa7e1174c10d3e945bdf (patch) | |
tree | b157ebce071b7889a60f87beb5dc46af28d48948 /app-crypt | |
parent | Replace missing ~arch keywords on .7 (diff) | |
download | historical-d9c275cc00938ca5b2a9aa7e1174c10d3e945bdf.tar.gz historical-d9c275cc00938ca5b2a9aa7e1174c10d3e945bdf.tar.bz2 historical-d9c275cc00938ca5b2a9aa7e1174c10d3e945bdf.zip |
Stable on amd64
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.3.ebuild | 10 |
3 files changed, 14 insertions, 5 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 9b9c871c1193..1b57a1fa7fb5 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.48 2004/09/13 22:44:54 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.49 2004/09/14 12:01:23 aliz Exp $ + + 14 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> heimdal-0.6.3.ebuild: + Fixed fpic issues. Stable on amd64. 13 Sep 2004; <solar@gentoo.org> files/heimdal-kadmind, files/heimdal-kpasswdd, heimdal-0.6.3.ebuild: diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest index 5b85be7b401c..36867f11c05c 100644 --- a/app-crypt/heimdal/Manifest +++ b/app-crypt/heimdal/Manifest @@ -1,6 +1,6 @@ MD5 aee9e1e8938d800d1c71c09bb7e9e744 heimdal-0.6.2-r1.ebuild 3141 -MD5 fa00acbf44333c79bcbefa71ce385112 heimdal-0.6.3.ebuild 2786 -MD5 84cbebf46651af9614fbf4169c7439b9 ChangeLog 6989 +MD5 e7f4e270b874c85221548c499c61af1d heimdal-0.6.3.ebuild 2956 +MD5 d63b35248f0ee5dfc90de0da40bc0c0d ChangeLog 7097 MD5 e5573e25f19694fc8ccaaced2dd576f4 metadata.xml 353 MD5 bf72d9d820834284e0f4681b508bac49 heimdal-0.6.2.ebuild 2810 MD5 35eed8dc7a9b322e4ed6220ef29cd1bc files/heimdal-0.6-berkdb.patch 542 diff --git a/app-crypt/heimdal/heimdal-0.6.3.ebuild b/app-crypt/heimdal/heimdal-0.6.3.ebuild index 5f475c50ecb7..2f91385381e0 100644 --- a/app-crypt/heimdal/heimdal-0.6.3.ebuild +++ b/app-crypt/heimdal/heimdal-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.2 2004/09/13 22:44:54 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.3.ebuild,v 1.3 2004/09/14 12:01:23 aliz Exp $ inherit libtool eutils flag-o-matic @@ -10,7 +10,7 @@ HOMEPAGE="http://www.pdc.kth.se/heimdal/" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 ~amd64 ~hppa ~mips" +KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 amd64 ~hppa ~mips" IUSE="ssl berkdb ipv6 krb4 ldap" PROVIDE="virtual/krb5" @@ -39,6 +39,12 @@ src_unpack() { } src_compile() { + elibtoolize + + aclocal -I cf || die "configure problem" + autoheader || die "configure problem" + automake -a || die "configure problem" + autoconf || die "configure problem" local myconf=" $(use_with ipv6) |