summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-08-05 18:18:53 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-08-05 18:18:53 +0000
commita096fd8d3fc5c0ca13ff435c236bea31021921b1 (patch)
treee125179d879758c12e724c910cde4814120301ab /app-crypt/kth-krb
parentfix license (diff)
downloadgentoo-2-a096fd8d3fc5c0ca13ff435c236bea31021921b1.tar.gz
gentoo-2-a096fd8d3fc5c0ca13ff435c236bea31021921b1.tar.bz2
gentoo-2-a096fd8d3fc5c0ca13ff435c236bea31021921b1.zip
removed old ebuilds
Diffstat (limited to 'app-crypt/kth-krb')
-rw-r--r--app-crypt/kth-krb/kth-krb-1.1-r1.ebuild54
-rw-r--r--app-crypt/kth-krb/kth-krb-1.1.1.ebuild54
2 files changed, 0 insertions, 108 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
deleted file mode 100644
index 884c91f78002..000000000000
--- a/app-crypt/kth-krb/kth-krb-1.1-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2003 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.11 2003/02/13 06:23:15 vapier Exp $
-
-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/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86"
-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=""
-
- use ssl && myconf="${myconf} --with-openssl=/usr"
-
- use afs || myconf="${myconf} --without-afs-support"
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr/athena \
- --sysconfdir=/etc \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr/athena \
- sysconfdir=${D}/etc \
- install || die
-
- # Doesn't get install otherwise (for some reason, look into this).
- if [ "`use ssl`" ] ; then
- cd ${S}/lib/des
-
- make prefix=${D}/usr/athena \
- install || die
-
- cd ${S}
- fi
-
- dodir /etc/env.d
- cp ${FILESDIR}/02kth-krb ${D}/etc/env.d
-
- dodoc COPYRIGHT ChangeLog README NEWS PROBLEMS TODO
-}
diff --git a/app-crypt/kth-krb/kth-krb-1.1.1.ebuild b/app-crypt/kth-krb/kth-krb-1.1.1.ebuild
deleted file mode 100644
index a7faada27f3a..000000000000
--- a/app-crypt/kth-krb/kth-krb-1.1.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2003 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.7 2003/02/13 06:23:20 vapier Exp $
-
-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/"
-
-SLOT="0"
-LICENSE="as-is"
-KEYWORDS="x86"
-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=""
-
- use ssl && myconf="${myconf} --with-openssl=/usr"
-
- use afs || myconf="${myconf} --without-afs-support"
-
- ./configure \
- --host=${CHOST} \
- --prefix=/usr/athena \
- --sysconfdir=/etc \
- ${myconf} || die
-
- make || die
-}
-
-src_install() {
- make prefix=${D}/usr/athena \
- sysconfdir=${D}/etc \
- install || die
-
- # Doesn't get install otherwise (for some reason, look into this).
- if [ "`use ssl`" ] ; then
- cd ${S}/lib/des
-
- make prefix=${D}/usr/athena \
- install || die
-
- cd ${S}
- fi
-
- dodir /etc/env.d
- cp ${FILESDIR}/02kth-krb ${D}/etc/env.d
-
- dodoc COPYRIGHT ChangeLog README NEWS PROBLEMS TODO
-}