diff options
author | Michael Hammer <mueli@gentoo.org> | 2008-07-31 10:52:13 +0000 |
---|---|---|
committer | Michael Hammer <mueli@gentoo.org> | 2008-07-31 10:52:13 +0000 |
commit | c9daada0cd458b3a35d0bbdc586408d064869834 (patch) | |
tree | 4cae9d5a77b4440abb5e2b33fc5e1e828e592de0 /app-crypt | |
parent | Version bumped. This uses a changed homepage and src_uri. (diff) | |
download | gentoo-2-c9daada0cd458b3a35d0bbdc586408d064869834.tar.gz gentoo-2-c9daada0cd458b3a35d0bbdc586408d064869834.tar.bz2 gentoo-2-c9daada0cd458b3a35d0bbdc586408d064869834.zip |
- metadata.xml -> GLEP56
- heimdal-1.2.1 added
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-1.2.1.ebuild | 150 | ||||
-rw-r--r-- | app-crypt/heimdal/metadata.xml | 36 |
3 files changed, 191 insertions, 4 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index ad5dec7971ea..383d230158e3 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.121 2008/07/24 21:23:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.122 2008/07/31 10:52:13 mueli Exp $ + +*heimdal-1.2.1 (31 Jul 2008) + + 31 Jul 2008; Michael Hammer <mueli@gentoo.org> metadata.xml, + +heimdal-1.2.1.ebuild: + * fixed metadata.xml -> GLEP 56 + * added heimdal-1.2.1 to tree - that will be the basis for stabalization *heimdal-1.0.1 (24 Jul 2008) diff --git a/app-crypt/heimdal/heimdal-1.2.1.ebuild b/app-crypt/heimdal/heimdal-1.2.1.ebuild new file mode 100644 index 000000000000..f71d997d27c0 --- /dev/null +++ b/app-crypt/heimdal/heimdal-1.2.1.ebuild @@ -0,0 +1,150 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-1.2.1.ebuild,v 1.1 2008/07/31 10:52:13 mueli Exp $ + +WANT_AUTOMAKE=latest +WANT_AUTOCONF=latest + +inherit autotools libtool eutils virtualx toolchain-funcs flag-o-matic + +EAPI=1 +PATCHVER=0.2 +PATCH_P=${PN}-gentoo-patches-${PATCHVER} + +DESCRIPTION="Kerberos 5 implementation from KTH" +HOMEPAGE="http://www.h5l.org/" +SRC_URI="http://www.h5l.org/dist/src/${P}.tar.gz + mirror://gentoo/${PATCH_P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="afs +berkdb hdb-ldap ipv6 otp pkinit ssl threads X" + +RDEPEND="ssl? ( dev-libs/openssl ) + berkdb? ( sys-libs/db ) + !berkdb? ( sys-libs/gdbm ) + >=dev-db/sqlite-3.5.7 + sys-libs/ss + sys-libs/com_err + afs? ( net-fs/openafs ) + hdb-ldap? ( >=net-nds/openldap-2.3.0 ) + !virtual/krb5" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=sys-devel/autoconf-2.62" +# >=sys-devel/libtool-2.2" + +PROVIDE="virtual/krb5" + +GENTOODIR=${WORKDIR}/gentoo +S=${WORKDIR}/${P} + +src_unpack() { + unpack ${A} + cd "${S}" + + EPATCH_SUFFIX="patch" epatch "${GENTOODIR}"/patches + + epatch "${FILESDIR}"/${PN}-r23238-kb5_locl_h-wind_h.patch + epatch "${FILESDIR}"/${PN}-r23235-kb5-libwind_la.patch + epatch "${FILESDIR}"/${PN}-kdc-sans_pkinit.patch + epatch "${FILESDIR}"/${PN}-system_sqlite.patch + epatch "${FILESDIR}"/${PN}-symlinked-manpages.patch + epatch "${FILESDIR}"/${PN}-autoconf-ipv6-backport.patch + + AT_M4DIR="cf" eautoreconf + + elog "" + elog "Heimdal is still under development in gentoo and you might" + elog "find problems with dependencies to virtual/krb5. Nevertheless" + elog "it's still usable. For more information visit:" + elog "" + elog " http://bugs.gentoo.org/show_bug.cgi?id=185899" + elog "" + elog "I can also recommend to use our kerberos overlay at:" + elog "" + elog " git://git.overlays.gentoo.org/proj/kerberos.git" + elog "" +} + +src_compile() { + econf \ + $(use_with ipv6) \ + $(use_enable berkdb berkeley-db) \ + $(use_enable pkinit pk-init) \ + $(use_with ssl openssl /usr) \ + $(use_with X x) \ + $(use_enable threads pthread-support) \ + $(use_enable otp) \ + $(use_enable afs afs-support) \ + $(use_with hdb-ldap openldap /usr) \ + --disable-osfc2 \ + --enable-kcm \ + --enable-shared \ + --disable-netinfo \ + --prefix=/usr \ + --libexecdir=/usr/sbin || die "econf failed" + + local ltversion=`libtool --version |grep 'GNU libtool' |sed -e's/^.*(GNU libtool) \([0-9]\+\.[0-9]\+\(\.[0-9]\+\)\+\) .*$/\1/'` + local ltmajor=`echo $ltversion |sed -e's/^\([0-9]\+\)\..*$/\1/'` + local ltminor=`echo $ltversion |sed -e's/^[0-9]\+\.\([0-9]\+\)\..*$/\1/'` + if [ $ltmajor -lt 2 ] || ( [ $ltmajor -eq 2 ] && [ $ltminor -lt 2 ] ); then + ewarn "Using old libtool with a quick hack." + sed -i -e's/ECHO=/echo=/' libtool + fi + + emake || die "emake failed" +} + +src_test() { + addpredict /proc/fs/openafs/afs_ioctl + addpredict /proc/fs/nnpfs/afs_ioctl + + if use X ; then + KRB5_CONFIG="${S}"/krb5.conf Xmake check || die + else + KRB5_CONFIG="${S}"/krb5.conf make check || die + fi +} + +src_install() { + INSTALL_CATPAGES="no" emake DESTDIR="${D}" install || die "emake install failed" + + dodoc ChangeLog README NEWS TODO + + # Begin client rename and install + for i in {telnetd,ftpd,rshd} + do + mv "${D}"/usr/share/man/man8/{,k}${i}.8 + mv "${D}"/usr/sbin/{,k}${i} + done + + for i in {rcp,rsh,telnet,ftp,su,login,pagsh} + do + mv "${D}"/usr/share/man/man1/{,k}${i}.1 + mv "${D}"/usr/bin/{,k}${i} + done + + mv "${D}"/usr/share/man/man5/{,k}ftpusers.5 + mv "${D}"/usr/share/man/man5/{,k}login.access.5 + + doinitd "${GENTOODIR}"/configs/heimdal-kdc + doinitd "${GENTOODIR}"/configs/heimdal-kadmind + doinitd "${GENTOODIR}"/configs/heimdal-kpasswdd + doinitd "${GENTOODIR}"/configs/heimdal-kcm + + insinto /etc + newins "${GENTOODIR}"/configs/krb5.conf krb5.conf.example + + sed -i "s:/lib:/$(get_libdir):" "${D}"/etc/krb5.conf.example || die "sed failed" + + if use hdb-ldap; then + insinto /etc/openldap/schema + doins "${GENTOODIR}"/configs/krb5-kdc.schema + fi + + # default database dir + keepdir /var/heimdal +} diff --git a/app-crypt/heimdal/metadata.xml b/app-crypt/heimdal/metadata.xml index e15bf3c46938..364d5ff5b1c3 100644 --- a/app-crypt/heimdal/metadata.xml +++ b/app-crypt/heimdal/metadata.xml @@ -4,8 +4,38 @@ <herd>kerberos</herd> <longdescription>Kerberos 5 implementation from KTH</longdescription> <use> - <flag name='otp'>Enable support for one-time passwords (OTP) in some - heimdal apps</flag> - <flag name='pkinit'>Enable pkinit support to get the initial ticket</flag> + <flag name='ssl'> + Enable usage of openssl + </flag> + <flag name='berkdb'> + Berkeley DB is preferred before NDBM, but if you for + some reason want to use NDBM instead, you can disable + this USE flag. + </flag> + <flag name='ipv6'> + Enable/Disable ipv6 support. No magic here. + </flag> + <flag name='ldap'> + DEPRECATED (because produces circualar dependencies): + global USE which enable/disable LDAP as database + backend -> see 'hd-ldap' + </flag> + <flag name='X'> + Building X applications + </flag> + <flag name='threads'> + Enable pthread support + </flag> + <flag name='otp'> + Enable support for one-time passwords (OTP) in some + heimdal apps + </flag> + <flag name='pkinit'> + Enable pkinit support to get the initial ticket + </flag> + <flag name='hdb-ldap'> + Enable support for LDAP as database backend (not + suggested to use) + </flag> </use> </pkgmetadata> |