summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-05-10 11:47:15 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-05-10 11:47:15 +0000
commit073d38c4b8a960a77d69ce87869d489969e8027f (patch)
treeb0e8e5d6b56cccfaa54a3f42dbd59e56db4cb6cf /app-crypt
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.tar.gz
gentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.tar.bz2
gentoo-2-073d38c4b8a960a77d69ce87869d489969e8027f.zip
Version bump and closing #50253.
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/heimdal/ChangeLog8
-rw-r--r--app-crypt/heimdal/Manifest2
-rw-r--r--app-crypt/heimdal/files/digest-heimdal-0.6.21
-rw-r--r--app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch12
-rw-r--r--app-crypt/heimdal/heimdal-0.6.2.ebuild107
5 files changed, 129 insertions, 1 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog
index 4995f2d6698d..68d4297ed4e5 100644
--- a/app-crypt/heimdal/ChangeLog
+++ b/app-crypt/heimdal/ChangeLog
@@ -1,6 +1,12 @@
# 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.34 2004/05/10 11:15:33 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.35 2004/05/10 11:47:15 aliz Exp $
+
+*heimdal-0.6.2 (10 May 2004)
+
+ 10 May 2004; Daniel Ahlberg <aliz@gentoo.org> heimdal-0.6.2.ebuild:
+ + Version bump.
+ + Readd krb4 support, closing #50253.
*heimdal-0.6.1-r1 (10 May 2004)
diff --git a/app-crypt/heimdal/Manifest b/app-crypt/heimdal/Manifest
index 2a071a9f20bf..a46bb1116b79 100644
--- a/app-crypt/heimdal/Manifest
+++ b/app-crypt/heimdal/Manifest
@@ -3,11 +3,13 @@ MD5 1870803f21f81294e8751238c106b435 heimdal-0.6.1.ebuild 2736
MD5 a4398c35578c6ade246c1695fc259749 heimdal-0.6.1-r1.ebuild 2638
MD5 4cf7825bcf9ec7143437f58165988aca ChangeLog 4893
MD5 e5573e25f19694fc8ccaaced2dd576f4 metadata.xml 353
+MD5 9c8b66eeaafbc269de306e305f02a142 heimdal-0.6.2.ebuild 2822
MD5 35eed8dc7a9b322e4ed6220ef29cd1bc files/heimdal-0.6-berkdb.patch 542
MD5 9cf5addf22f494dcf6c5aa9d16a372a8 files/digest-heimdal-0.6 64
MD5 a97dade54c35f0835e9f067d825de8a5 files/digest-heimdal-0.6.1-r1 66
MD5 3d0262aa218e1611500de735d3581e28 files/heimdal-0.6.1-fPIC.patch 352
MD5 8eb01abfea336bcb2791c23ef05a5b24 files/heimdal-0.6-rxapps.patch 729
MD5 a97dade54c35f0835e9f067d825de8a5 files/digest-heimdal-0.6.1 66
+MD5 59cbfb44a4bd4c27cf0dd3943b50ae52 files/digest-heimdal-0.6.2 66
MD5 bdcc2eedb42140afd25307f21aa5bb17 files/heimdal-0.6-gcc3.patch 466
MD5 12c2f086658ad67e3ddaf1340cb9405a files/01heimdal 125
diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.2 b/app-crypt/heimdal/files/digest-heimdal-0.6.2
new file mode 100644
index 000000000000..d953a7dde6d8
--- /dev/null
+++ b/app-crypt/heimdal/files/digest-heimdal-0.6.2
@@ -0,0 +1 @@
+MD5 1938063cece4cdb695a0f787e776621c heimdal-0.6.2.tar.gz 3312948
diff --git a/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
new file mode 100644
index 000000000000..ee01e34dcd18
--- /dev/null
+++ b/app-crypt/heimdal/files/heimdal-0.6.2-fPIC.patch
@@ -0,0 +1,12 @@
+--- lib/editline/Makefile.am 2004-05-10 09:27:21.442490749 +0000
++++ lib/editline/Makefile.am 2004-05-10 09:27:38.876209101 +0000
+@@ -47,6 +47,9 @@
+
+ EXTRA_DIST = $(man_MANS)
+
++$(libeditline_la_OBJECTS): %.lo: %.c
++ $(LTCOMPILE) -fPIC -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
++
+ snprintf.c:
+ $(LN_S) $(srcdir)/../roken/snprintf.c .
+ strdup.c:
diff --git a/app-crypt/heimdal/heimdal-0.6.2.ebuild b/app-crypt/heimdal/heimdal-0.6.2.ebuild
new file mode 100644
index 000000000000..e447a4ff5d96
--- /dev/null
+++ b/app-crypt/heimdal/heimdal-0.6.2.ebuild
@@ -0,0 +1,107 @@
+# 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.1 2004/05/10 11:47:15 aliz Exp $
+
+inherit libtool eutils
+
+DESCRIPTION="Kerberos 5 implementation from KTH"
+SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
+HOMEPAGE="http://www.pdc.kth.se/heimdal/"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc ~ppc ~alpha ~ia64 ~amd64"
+IUSE="ssl berkdb ipv6"
+PROVIDE="virtual/krb5"
+
+RDEPEND="
+ ssl? ( dev-libs/openssl )
+ berkdb? ( sys-libs/db )
+ krb4? ( >=app-crypt/kth-krb-1.2.2-r2 )
+ !virtual/krb5"
+ # 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}
+
+ epatch ${FILESDIR}/${PN}-${PV:0:3}-rxapps.patch
+ epatch ${FILESDIR}/${PN}-${PV:0:3}-berkdb.patch
+ epatch ${FILESDIR}/${P}-fPIC.patch
+
+ # Um, I don't think the below is doing anything since automake is
+ # run in src_compile(), but I'll leave it alone since this ebuild
+ # isn't mine... (16 Feb 2004 agriffis)
+ cd ${S}/lib/krb5 || die
+ sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in || die
+
+}
+
+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)
+ $(use_with berkdb berkely-db)
+ $(use_with ssl openssl)
+ --enable-shared"
+
+ use krb4 \
+ && myconf="${myconf} --with-krb4 --with-krb4-config=/usr/athena/bin/krb4-config" \
+ || myconf="${myconf} --without-krb4"
+
+ #use ldap && myconf="${myconf} --with-open-ldap=/usr"
+
+ econf ${myconf} || die "econf failed"
+
+ emake prefix=/usr \
+ sysconfdir=/etc \
+ mandir=/usr/share/man \
+ infodir=/usr/share/info \
+ datadir=/usr/share \
+ localstatedir=/var/lib \
+ includedir=/usr/include/heimdal \
+ || die
+}
+
+src_install() {
+ make prefix=${D}/usr \
+ sysconfdir=${D}/etc \
+ mandir=${D}/usr/share/man \
+ infodir=${D}/usr/share/info \
+ datadir=${D}/usr/share \
+ localstatedir=${D}/var/lib \
+ includedir=${D}/usr/include/heimdal \
+ install || die
+
+ #dodir /etc/env.d
+ #cp ${FILESDIR}/01heimdal ${D}/etc/env.d
+
+ dodoc COPYRIGHT ChangeLog README NEWS PROBLEMS TODO
+
+ # Begin client rename and install
+ for i in {telnetd,ftpd}
+ do
+ mv ${D}/usr/share/man/man8/${i}.8.gz ${D}/usr/share/man/man8/k${i}.8.gz
+ mv ${D}/usr/sbin/${i} ${D}/usr/sbin/k${i}
+ done
+ for i in {rcp,rsh,telnet,ftp,rlogin}
+ do
+ mv ${D}/usr/share/man/man1/${i}.1.gz ${D}/usr/share/man/man1/k${i}.1.gz
+ mv ${D}/usr/bin/${i} ${D}/usr/bin/k${i}
+ done
+}