summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 15:31:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 15:31:25 +0000
commit75a4f10e807076790e201c5f969644e5a2f5c256 (patch)
treeee9d1bb093e6be51af347a9db499163e87b4d968 /app-crypt/krb5
parentadded ppc to keywords (diff)
downloadgentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.gz
gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.tar.bz2
gentoo-2-75a4f10e807076790e201c5f969644e5a2f5c256.zip
repoman'd
Diffstat (limited to 'app-crypt/krb5')
-rw-r--r--app-crypt/krb5/files/digest-krb5-1.2.2-r11
-rw-r--r--app-crypt/krb5/files/digest-krb5-1.2.31
-rw-r--r--app-crypt/krb5/files/digest-krb5-1.2.51
-rw-r--r--app-crypt/krb5/krb5-1.2.2-r1.ebuild35
-rw-r--r--app-crypt/krb5/krb5-1.2.3.ebuild35
-rw-r--r--app-crypt/krb5/krb5-1.2.5-r1.ebuild19
-rw-r--r--app-crypt/krb5/krb5-1.2.5.ebuild37
7 files changed, 9 insertions, 120 deletions
diff --git a/app-crypt/krb5/files/digest-krb5-1.2.2-r1 b/app-crypt/krb5/files/digest-krb5-1.2.2-r1
deleted file mode 100644
index d2104a498fa1..000000000000
--- a/app-crypt/krb5/files/digest-krb5-1.2.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57d1bf3a3c68ee8af64e31a46799551c krb5-1.2.2.tar.gz 5349480
diff --git a/app-crypt/krb5/files/digest-krb5-1.2.3 b/app-crypt/krb5/files/digest-krb5-1.2.3
deleted file mode 100644
index 367a8729c9a5..000000000000
--- a/app-crypt/krb5/files/digest-krb5-1.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1e93aed5e6ae13eb4b5b5278b1a6ab46 krb5-1.2.3.tar.gz 5434273
diff --git a/app-crypt/krb5/files/digest-krb5-1.2.5 b/app-crypt/krb5/files/digest-krb5-1.2.5
deleted file mode 100644
index cadfcd52ed25..000000000000
--- a/app-crypt/krb5/files/digest-krb5-1.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 980c7935b27281e65367c538366776ab krb5-1.2.5.tar.gz 5480606
diff --git a/app-crypt/krb5/krb5-1.2.2-r1.ebuild b/app-crypt/krb5/krb5-1.2.2-r1.ebuild
deleted file mode 100644
index 928394e99ec3..000000000000
--- a/app-crypt/krb5/krb5-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.2-r1.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/${P}/src
-SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz"
-DESCRIPTION="MIT Kerberos V (set up for pam)"
-HOMEPAGE="http://crypto-publish.org"
-
-DEPEND="virtual/glibc"
-
-
-src_compile() {
-
- patch -p0 < ${FILESDIR}/${P}-gentoo.diff
-
- ./configure --with-krb4 --enable-shared --prefix=/usr \
- --mandir=/usr/share/man --host=${CHOST} \
- || die
- mv Makefile Makefile.orig
- #Don't install the ftp, telnet, r* apps; use pam instead
- sed -e 's/ appl / /' Makefile.orig > Makefile
- emake || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- cd ..
- dodoc README
- echo 'NOTE: ftp, telnet, r* apps not installed. Install pam-krb5!'
-
-}
-
diff --git a/app-crypt/krb5/krb5-1.2.3.ebuild b/app-crypt/krb5/krb5-1.2.3.ebuild
deleted file mode 100644
index c2596dc640dc..000000000000
--- a/app-crypt/krb5/krb5-1.2.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.3.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/${P}/src
-SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz"
-DESCRIPTION="MIT Kerberos V (set up for pam)"
-HOMEPAGE="http://crypto-publish.org"
-
-DEPEND="virtual/glibc"
-
-
-src_compile() {
-
- patch -p0 < ${FILESDIR}/${PN}-1.2.2-gentoo.diff
-
- ./configure --with-krb4 --enable-shared --prefix=/usr \
- --mandir=/usr/share/man --host=${CHOST} \
- || die
- mv Makefile Makefile.orig
- #Don't install the ftp, telnet, r* apps; use pam instead
- sed -e 's/ appl / /' Makefile.orig > Makefile
- emake || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- cd ..
- dodoc README
- echo 'NOTE: ftp, telnet, r* apps not installed. Install pam-krb5!'
-
-}
-
diff --git a/app-crypt/krb5/krb5-1.2.5-r1.ebuild b/app-crypt/krb5/krb5-1.2.5-r1.ebuild
index f01da5eb01d5..99b0b0605e61 100644
--- a/app-crypt/krb5/krb5-1.2.5-r1.ebuild
+++ b/app-crypt/krb5/krb5-1.2.5-r1.ebuild
@@ -1,27 +1,26 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.5-r1.ebuild,v 1.1 2002/06/23 01:23:35 sandymac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.5-r1.ebuild,v 1.2 2002/07/25 15:31:25 seemant Exp $
S=${WORKDIR}/${P}/src
SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz"
DESCRIPTION="MIT Kerberos V (set up for pam)"
HOMEPAGE="http://crypto-publish.org"
-DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
-
-LICENSE="as-is"
SLOT="0"
+LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
patch -p0 < ${FILESDIR}/${PN}-1.2.2-gentoo.diff
- ./configure --with-krb4 --enable-shared --prefix=/usr \
- --mandir=/usr/share/man --host=${CHOST} \
- --localstatedir=/var \
- --enable-dns \
- || die
+ econf \
+ --with-krb4 \
+ --enable-shared \
+ --enable-dns || die
mv Makefile Makefile.orig
#Don't install the ftp, telnet, r* apps; use pam instead
sed -e 's/ appl / /' Makefile.orig > Makefile
diff --git a/app-crypt/krb5/krb5-1.2.5.ebuild b/app-crypt/krb5/krb5-1.2.5.ebuild
deleted file mode 100644
index e70cac887b37..000000000000
--- a/app-crypt/krb5/krb5-1.2.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/krb5/krb5-1.2.5.ebuild,v 1.2 2002/07/11 06:30:11 drobbins Exp $
-
-S=${WORKDIR}/${P}/src
-SRC_URI="http://www.crypto-publish.org/dist/mit-kerberos5/${P}.tar.gz"
-DESCRIPTION="MIT Kerberos V (set up for pam)"
-HOMEPAGE="http://crypto-publish.org"
-
-DEPEND="virtual/glibc"
-
-
-src_compile() {
-
- patch -p0 < ${FILESDIR}/${PN}-1.2.2-gentoo.diff
-
- ./configure --with-krb4 --enable-shared --prefix=/usr \
- --mandir=/usr/share/man --host=${CHOST} \
- --localstatedir=/var/krb5kdc \
- --enable-dns \
- || die
- mv Makefile Makefile.orig
- #Don't install the ftp, telnet, r* apps; use pam instead
- sed -e 's/ appl / /' Makefile.orig > Makefile
- emake || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- cd ..
- dodoc README
- echo 'NOTE: ftp, telnet, r* apps not installed. Install pam-krb5!'
-
-}
-