summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:15:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-17 10:15:15 +0000
commit49237bfd36992cd7dbd8d4b18c5e05d63c74eee0 (patch)
treed0d8921eb4d58531d7e855350bc4852920346d50 /net-fs/openafs
parentmore repoman'ing (diff)
downloadgentoo-2-49237bfd36992cd7dbd8d4b18c5e05d63c74eee0.tar.gz
gentoo-2-49237bfd36992cd7dbd8d4b18c5e05d63c74eee0.tar.bz2
gentoo-2-49237bfd36992cd7dbd8d4b18c5e05d63c74eee0.zip
removed older ebuild
Diffstat (limited to 'net-fs/openafs')
-rw-r--r--net-fs/openafs/files/digest-openafs-1.2.2-r61
-rw-r--r--net-fs/openafs/openafs-1.2.2-r6.ebuild82
2 files changed, 0 insertions, 83 deletions
diff --git a/net-fs/openafs/files/digest-openafs-1.2.2-r6 b/net-fs/openafs/files/digest-openafs-1.2.2-r6
deleted file mode 100644
index dd7a92779ef5..000000000000
--- a/net-fs/openafs/files/digest-openafs-1.2.2-r6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2311dd7abe4ae72f10a592d3bb20193d openafs-1.2.2-src.tar.bz2 10023951
diff --git a/net-fs/openafs/openafs-1.2.2-r6.ebuild b/net-fs/openafs/openafs-1.2.2-r6.ebuild
deleted file mode 100644
index 993a08943e21..000000000000
--- a/net-fs/openafs/openafs-1.2.2-r6.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# /home/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.1.1.ebuild,v 1.3 2001/08/31 03:23:39 pm Exp
-
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The AFS 3 distributed file system targets the issues critical to
-distributed computing environments. AFS performs exceptionally well,
-both within small, local work groups of machines and across wide-area
-configurations in support of large, collaborative efforts. AFS provides
-an architecture geared towards system management, along with the tools
-to perform important management tasks. For a user, AFS is a familiar yet
-extensive UNIX environment for accessing files easily and quickly."
-
-SRC_URI="http://www.openafs.org/dl/openafs/1.2.2/openafs-1.2.2-src.tar.bz2"
-HOMEPAGE="http://www.openafs.org/"
-LICENSE="IPL-1"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
- >=sys-libs/pam-0.75"
-
-
-ARCH=i386_linux24
-
-src_compile() {
- ./configure --with-afs-sysname=i386_linux24 --enable-transarc-paths || die
- make || die
- make dest || die
-}
-
-src_install () {
-
-
- # Client
-
- cd ${S}/${ARCH}/dest/root.client/usr/vice
-
- insinto /etc/afs/modload
- doins etc/modload/*
- insinto /etc/afs/C
- doins etc/C/*
-
- insinto /etc/afs
- doins ${FILESDIR}/{ThisCell,CellServDB}
- doins etc/afs.conf
-
- dodir /afs
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/afs.rc.rc6 afs
-
- dosbin etc/afsd
-
- # Client Bin
- cd ${S}/${ARCH}/dest
- exeinto /usr/afsws/bin
- doexe bin/*
-
- exeinto /etc/afs/afsws
- doexe etc/*
-
- cp -a include lib ${D}/usr/afsws
- dosym /usr/afsws/lib/afs/libtermlib.a /usr/afsws/lib/afs/libnull.a
-
- # Server
- cd ${S}/${ARCH}/dest/root.server/usr/afs
- exeinto /usr/afs/bin
- doexe bin/*
-
- dodir /usr/vice
- dosym /etc/afs /usr/vice/etc
- dosym /etc/afs/afsws /usr/afsws/etc
-
- dodoc ${FILESDIR}/README
-}
-
-pkg_postinst () {
- echo ">>> UPDATE CellServDB and ThisCell to your needs !!"
- echo ">>> FOLLOW THE INSTRUCTIONS IN AFS QUICK BEGINNINGS"
- echo ">>> PAGE >45 TO DO INITIAL SERVER SETUP" fi
-}