diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-12 23:59:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-12 23:59:44 +0000 |
commit | 2bb3361e22f68cd2935c3d39fd21440fee6a92ea (patch) | |
tree | 9c4070d073330bd02eb9a7b56edd83328327afaf /app-crypt | |
parent | m68k love (diff) | |
download | historical-2bb3361e22f68cd2935c3d39fd21440fee6a92ea.tar.gz historical-2bb3361e22f68cd2935c3d39fd21440fee6a92ea.tar.bz2 historical-2bb3361e22f68cd2935c3d39fd21440fee6a92ea.zip |
arm/s390/sh stable
Package-Manager: portage-2.1.1_pre4
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/heimdal/heimdal-0.7.2-r3.ebuild | 9 | ||||
-rw-r--r-- | app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild | 22 |
2 files changed, 14 insertions, 17 deletions
diff --git a/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild b/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild index 53441bae91b4..f089a2d1f09e 100644 --- a/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild +++ b/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild,v 1.8 2006/08/12 14:55:49 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.7.2-r3.ebuild,v 1.9 2006/08/12 23:59:18 vapier Exp $ inherit autotools libtool eutils virtualx toolchain-funcs @@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="ssl berkdb ipv6 krb4 ldap X" RDEPEND="ssl? ( dev-libs/openssl ) @@ -26,15 +26,14 @@ RDEPEND="ssl? ( dev-libs/openssl ) sys-libs/com_err sys-libs/cracklib !virtual/krb5" - DEPEND="${RDEPEND}" - PROVIDE="virtual/krb5" GENTOODIR=${WORKDIR}/gentoo src_unpack() { - unpack ${A} ; cd ${S} + unpack ${A} + cd "${S}" EPATCH_SUFFIX="patch" epatch ${GENTOODIR}/patches diff --git a/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild b/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild index d4e9ff1d7de9..7163534144d1 100644 --- a/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild +++ b/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild,v 1.7 2006/08/10 14:14:56 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.4.3-r3.ebuild,v 1.8 2006/08/12 23:59:44 vapier Exp $ inherit eutils flag-o-matic versionator autotools @@ -13,28 +13,26 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="krb4 static tcl ipv6 doc" RDEPEND="!virtual/krb5 sys-libs/com_err sys-libs/ss tcl? ( dev-lang/tcl )" - DEPEND="${RDEPEND} doc? ( virtual/tetex )" - PROVIDE="virtual/krb5" src_unpack() { unpack ${MY_P}-signed.tar unpack ./${MY_P}.tar.gz - cd ${S} - epatch ${FILESDIR}/${PN}-lazyldflags.patch - epatch ${FILESDIR}/${PN}-robustgnu.patch - epatch ${FILESDIR}/${PN}-pthreads.patch - epatch ${FILESDIR}/${PN}-setupterm.patch - epatch ${FILESDIR}/${P}-setuid.patch + cd "${S}" + epatch "${FILESDIR}"/${PN}-lazyldflags.patch + epatch "${FILESDIR}"/${PN}-robustgnu.patch + epatch "${FILESDIR}"/${PN}-pthreads.patch + epatch "${FILESDIR}"/${PN}-setupterm.patch + epatch "${FILESDIR}"/${P}-setuid.patch ebegin "Reconfiguring configure scripts (be patient)" cd ${S}/appl/telnet eautoconf --force -I ${S} @@ -90,8 +88,8 @@ src_install() { mv ${D}/usr/bin/${i} ${D}/usr/bin/k${i} done - newinitd ${FILESDIR}/mit-krb5kadmind.initd mit-krb5kadmind - newinitd ${FILESDIR}/mit-krb5kdc.initd mit-krb5kdc + newinitd "${FILESDIR}"/mit-krb5kadmind.initd mit-krb5kadmind + newinitd "${FILESDIR}"/mit-krb5kdc.initd mit-krb5kdc insinto /etc newins /usr/share/doc/${PF}/examples/krb5.conf krb5.conf.example |