diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-07-18 15:12:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-07-18 15:12:35 +0000 |
commit | f3b7ca052f16d3bf45b364342a16434117a7d683 (patch) | |
tree | 3bfc5e0f5adfbe6fae5845186545eaef91dfadb4 /app-crypt/heimdal | |
parent | Cleaning old ebuilds (diff) | |
download | gentoo-2-f3b7ca052f16d3bf45b364342a16434117a7d683.tar.gz gentoo-2-f3b7ca052f16d3bf45b364342a16434117a7d683.tar.bz2 gentoo-2-f3b7ca052f16d3bf45b364342a16434117a7d683.zip |
remove crufted out versions
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/heimdal/files/digest-heimdal-0.6.4 | 2 | ||||
-rw-r--r-- | app-crypt/heimdal/files/digest-heimdal-0.6.4-r1 | 2 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.4-r1.ebuild | 145 | ||||
-rw-r--r-- | app-crypt/heimdal/heimdal-0.6.4.ebuild | 116 |
5 files changed, 5 insertions, 266 deletions
diff --git a/app-crypt/heimdal/ChangeLog b/app-crypt/heimdal/ChangeLog index 5a8e69bbbe9d..8a3af5719979 100644 --- a/app-crypt/heimdal/ChangeLog +++ b/app-crypt/heimdal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/heimdal # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.79 2005/06/30 02:28:38 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/ChangeLog,v 1.80 2005/07/18 15:12:35 seemant Exp $ + + 18 Jul 2005; Seemant Kulleen <seemant@gentoo.org> -heimdal-0.6.4.ebuild, + -heimdal-0.6.4-r1.ebuild: + remove crufted out versions 29 Jun 2005; Joshua Kinard <kumba@gentoo.org> heimdal-0.6.5.ebuild: Marked stable on mips. diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.4 b/app-crypt/heimdal/files/digest-heimdal-0.6.4 deleted file mode 100644 index 0a3a3d948308..000000000000 --- a/app-crypt/heimdal/files/digest-heimdal-0.6.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bea97a1d3bedfd281eb66cc87efba023 heimdal-0.6.4.tar.gz 3329293 -MD5 61dd7a02880b22b501b21ef1f2bcc5a9 heimdal-0.6-gentoo-patches-0.1.tar.bz2 3952 diff --git a/app-crypt/heimdal/files/digest-heimdal-0.6.4-r1 b/app-crypt/heimdal/files/digest-heimdal-0.6.4-r1 deleted file mode 100644 index 34d27545a2d5..000000000000 --- a/app-crypt/heimdal/files/digest-heimdal-0.6.4-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 bea97a1d3bedfd281eb66cc87efba023 heimdal-0.6.4.tar.gz 3329293 -MD5 ccd665667880725c4c65169871d1a564 heimdal-0.6-gentoo-patches-0.2.tar.bz2 6802 diff --git a/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild b/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild deleted file mode 100644 index b0ac4f42f671..000000000000 --- a/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild +++ /dev/null @@ -1,145 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.4-r1.ebuild,v 1.4 2005/06/07 18:04:42 seemant Exp $ - -inherit libtool eutils virtualx toolchain-funcs - -PATCHVER=0.2 -PATCH_P=${P%.*}-gentoo-patches-${PATCHVER} - -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.pdc.kth.se/heimdal/" -SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz - mirror://gentoo/${PATCH_P}.tar.bz2 - http://dev.gentoo.org/~seeemant/distfiles/${PATCH_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~ppc ~x86" -IUSE="ssl berkdb ipv6 krb4 ldap X" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - krb4? ( >=app-crypt/kth-krb-1.2.2-r2 ) - ldap? ( net-nds/openldap ) - sys-libs/ss - sys-libs/com_err - sys-libs/cracklib - !virtual/krb5" - -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" - -PROVIDE="virtual/krb5" - -GENTOODIR=${WORKDIR}/gentoo - -src_unpack() { - unpack ${A} ; cd ${S} - - EPATCH_SUFFIX="patch" \ - epatch ${GENTOODIR}/patches -} - -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 krb4 \ - && myconf="${myconf} --with-krb4-config=/usr/athena/bin/krb4-config" - - use ldap && myconf="${myconf} --with-openldap=/usr" - - libtoolize --copy --force - - econf \ - $(use_with ipv6) \ - $(use_with berkdb berkeley-db) \ - $(use_with ssl openssl) \ - $(use_with krb4) \ - $(use_with X x) \ - --enable-shared \ - --includedir=/usr/include/heimdal \ - --libexecdir=/usr/sbin \ - ${myconf} || die "econf failed" - - emake || die - - # Compile the added password checker: - cd ${S}/lib/kadm5 - tc-export CC - ${CC} -shared -fPIC ${CFLAGS} -I${S}/include \ - -o sample_passwd_check.so sample_passwd_check.c -lcrack || \ - die "Failed to compile password checker" - -} - -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() { - make DESTDIR=${D} install || die - - dolib ${S}/lib/kadm5/sample_passwd_check.so - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd} - 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} - do - mv ${D}/usr/share/man/man1/${i}.1 ${D}/usr/share/man/man1/k${i}.1 - mv ${D}/usr/bin/${i} ${D}/usr/bin/k${i} - done - - # Create symlinks for the includes - dosym heimdal /usr/include/gssapi - dosym heimdal/krb5-types.h /usr/include/krb5-types.h - dosym heimdal/krb5.h /usr/include/krb5.h - dosym heimdal/asn1_err.h /usr/include/asn1_err.h - dosym heimdal/krb5_asn1.h /usr/include/krb5_asn1.h - dosym heimdal/krb5_err.h /usr/include/krb5_err.h - dosym heimdal/heim_err.h /usr/include/heim_err.h - dosym heimdal/k524_err.h /usr/include/k524_err.h - dosym heimdal/krb5-protos.h /usr/include/krb5-protos.h - - doinitd ${GENTOODIR}/configs/heimdal-kdc - doinitd ${GENTOODIR}/configs/heimdal-kadmind - doinitd ${GENTOODIR}/configs/heimdal-kpasswdd - - insinto /etc - doins ${GENTOODIR}/configs/krb5.conf - - sed -i "s:lib:$(get_libdir):" ${D}/etc/krb5.conf - - if use 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/heimdal-0.6.4.ebuild b/app-crypt/heimdal/heimdal-0.6.4.ebuild deleted file mode 100644 index 34cfd9fee540..000000000000 --- a/app-crypt/heimdal/heimdal-0.6.4.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.6.4.ebuild,v 1.8 2005/04/28 01:00:45 gustavoz Exp $ - -inherit libtool eutils - -PATCHVER=0.1 -PATCH_P=${P%.*}-gentoo-patches-${PATCHVER} - -DESCRIPTION="Kerberos 5 implementation from KTH" -HOMEPAGE="http://www.pdc.kth.se/heimdal/" -SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz - mirror://gentoo/${PATCH_P}.tar.bz2" - -LICENSE="as-is" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips sparc ppc x86" -IUSE="ssl berkdb ipv6 krb4 ldap" - -RDEPEND="ssl? ( dev-libs/openssl ) - berkdb? ( sys-libs/db ) - krb4? ( >=app-crypt/kth-krb-1.2.2-r2 ) - ldap? ( net-nds/openldap ) - !virtual/krb5" - -DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake - sys-devel/gcc - >=sys-apps/sed-4" - -PROVIDE="virtual/krb5" - -GENTOODIR=${WORKDIR}/gentoo - -src_unpack() { - unpack ${A} ; cd ${S} - - EPATCH_SUFFIX="patch" \ - epatch ${GENTOODIR}/patches -} - -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 berkeley-db) - $(use_with ssl openssl) - $(use_with krb4) - --enable-shared - --includedir=/usr/include/heimdal - --libexecdir=/usr/sbin" - - use krb4 \ - && myconf="${myconf} --with-krb4-config=/usr/athena/bin/krb4-config" - - use ldap && myconf="${myconf} --with-openldap=/usr" - - # Adding a second call to elibtoolize to fix bug 73140 - elibtoolize - - econf ${myconf} || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - dodoc ChangeLog README NEWS TODO - - # Begin client rename and install - for i in {telnetd,ftpd} - do - mv ${D}/usr/share/man/man8/{,k}${i}.8 - mv ${D}/usr/sbin/{,k}${i} - done - - for i in {rcp,rsh,telnet,ftp} - do - mv ${D}/usr/share/man/man1/{,k}${i}.1 - mv ${D}/usr/bin/${i} ${D}/usr/bin/{,k}${i} - done - - # Create symlinks for the includes - dosym heimdal /usr/include/gssapi - dosym heimdal/krb5-types.h /usr/include/krb5-types.h - dosym heimdal/krb5.h /usr/include/krb5.h - dosym heimdal/asn1_err.h /usr/include/asn1_err.h - dosym heimdal/krb5_asn1.h /usr/include/krb5_asn1.h - dosym heimdal/krb5_err.h /usr/include/krb5_err.h - dosym heimdal/heim_err.h /usr/include/heim_err.h - dosym heimdal/k524_err.h /usr/include/k524_err.h - dosym heimdal/krb5-protos.h /usr/include/krb5-protos.h - - doinitd ${GENTOODIR}/configs/heimdal-kdc - doinitd ${GENTOODIR}/configs/heimdal-kadmind - doinitd ${GENTOODIR}/configs/heimdal-kpasswdd - - insinto /etc - doins ${GENTOODIR}/configs/krb5.conf - - if use ldap; then - insinto /etc/openldap/schema - doins ${GENTOODIR}/configs/krb5-kdc.schema - fi - - - # default database dir - keepdir /var/heimdal -} |