diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 20:39:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-30 20:39:29 +0000 |
commit | 00fc179878e2b9729b106998982efd2354ddcd78 (patch) | |
tree | 6b60ea975ad08b0d06735c1d9028f03e45d04053 /app-crypt/kth-krb | |
parent | Changed econf||die to econf (diff) | |
download | gentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.tar.gz gentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.tar.bz2 gentoo-2-00fc179878e2b9729b106998982efd2354ddcd78.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.1-r1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.1.1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.1.ebuild | 10 | ||||
-rw-r--r-- | app-crypt/kth-krb/kth-krb-1.2.ebuild | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild b/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild index 436f32cfaa67..25350ed3237b 100644 --- a/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild,v 1.7 2002/10/05 05:39:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild,v 1.8 2002/11/30 20:35:44 vapier Exp $ -IUSE="ssl afs" - -S=${WORKDIR}/krb4-${PV} DESCRIPTION="Kerberos 4 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/kth-krb/" @@ -12,10 +9,13 @@ HOMEPAGE="http://www.pdc.kth.se/kth-krb/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc sparc64" +IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) afs? ( >=net-fs/openafs-1.2.2-r7 )" +S=${WORKDIR}/krb4-${PV} + src_compile() { local myconf="" @@ -32,7 +32,7 @@ src_compile() { make || die } -src_install () { +src_install() { make prefix=${D}/usr/athena \ sysconfdir=${D}/etc \ install || die diff --git a/app-crypt/kth-krb/kth-krb-1.1.1.ebuild b/app-crypt/kth-krb/kth-krb-1.1.1.ebuild index b3c5ad6cd587..6c7d626c9314 100644 --- a/app-crypt/kth-krb/kth-krb-1.1.1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.1.1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.1.1.ebuild,v 1.3 2002/10/05 05:39:05 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.1.1.ebuild,v 1.4 2002/11/30 20:36:18 vapier Exp $ -IUSE="ssl afs" - -S=${WORKDIR}/krb4-${PV} DESCRIPTION="Kerberos 4 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/kth-krb/" @@ -12,10 +9,13 @@ HOMEPAGE="http://www.pdc.kth.se/kth-krb/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc sparc64" +IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) afs? ( >=net-fs/openafs-1.2.2-r7 )" +S=${WORKDIR}/krb4-${PV} + src_compile() { local myconf="" @@ -32,7 +32,7 @@ src_compile() { make || die } -src_install () { +src_install() { make prefix=${D}/usr/athena \ sysconfdir=${D}/etc \ install || die diff --git a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild b/app-crypt/kth-krb/kth-krb-1.2.1.ebuild index 47e73c92a8dd..ad26f4657f31 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.1.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.1.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.1 2002/10/26 15:24:01 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.1.ebuild,v 1.2 2002/11/30 20:37:38 vapier Exp $ -IUSE="ssl afs" - -S=${WORKDIR}/krb4-${PV} DESCRIPTION="Kerberos 4 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/kth-krb/" @@ -12,10 +9,13 @@ HOMEPAGE="http://www.pdc.kth.se/kth-krb/" SLOT="0" LICENSE="as-is" KEYWORDS="x86 sparc sparc64" +IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) afs? ( >=net-fs/openafs-1.2.2-r7 )" +S=${WORKDIR}/krb4-${PV} + src_compile() { local myconf="" @@ -32,7 +32,7 @@ src_compile() { make || die } -src_install () { +src_install() { make prefix=${D}/usr/athena \ sysconfdir=${D}/etc \ install || die diff --git a/app-crypt/kth-krb/kth-krb-1.2.ebuild b/app-crypt/kth-krb/kth-krb-1.2.ebuild index a2b7481723f9..18841b98d5ec 100644 --- a/app-crypt/kth-krb/kth-krb-1.2.ebuild +++ b/app-crypt/kth-krb/kth-krb-1.2.ebuild @@ -1,10 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.1 2002/10/18 09:04:22 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/kth-krb/kth-krb-1.2.ebuild,v 1.2 2002/11/30 20:37:07 vapier Exp $ -IUSE="ssl afs" - -S=${WORKDIR}/krb4-${PV} DESCRIPTION="Kerberos 4 implementation from KTH" SRC_URI="ftp://ftp.pdc.kth.se/pub/krb/src/krb4-${PV}.tar.gz" HOMEPAGE="http://www.pdc.kth.se/kth-krb/" @@ -12,10 +9,13 @@ HOMEPAGE="http://www.pdc.kth.se/kth-krb/" SLOT="0" LICENSE="as-is" KEYWORDS="~x86 ~sparc ~sparc64" +IUSE="ssl afs" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) afs? ( >=net-fs/openafs-1.2.2-r7 )" +S=${WORKDIR}/krb4-${PV} + src_compile() { local myconf="" @@ -32,7 +32,7 @@ src_compile() { make || die } -src_install () { +src_install() { make prefix=${D}/usr/athena \ sysconfdir=${D}/etc \ install || die |