summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 13:18:07 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 13:18:07 +0000
commitccc9877cc171782ec9ae06d459ec46f0dfb24348 (patch)
treea8d214aae440ef0ed6fa533f09f54cb47739a9c3 /net-fs/openafs
parentrepoman'd (diff)
downloadgentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.tar.gz
gentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.tar.bz2
gentoo-2-ccc9877cc171782ec9ae06d459ec46f0dfb24348.zip
repoman
Diffstat (limited to 'net-fs/openafs')
-rw-r--r--net-fs/openafs/openafs-1.2.5.ebuild11
-rw-r--r--net-fs/openafs/openafs-1.3.2.ebuild14
2 files changed, 15 insertions, 10 deletions
diff --git a/net-fs/openafs/openafs-1.2.5.ebuild b/net-fs/openafs/openafs-1.2.5.ebuild
index b46053930480..634c63ddbb53 100644
--- a/net-fs/openafs/openafs-1.2.5.ebuild
+++ b/net-fs/openafs/openafs-1.2.5.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Frank C. Barton <bartof@rpi.edu>
# /home/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.2.5.ebuild,v 1.0 2002/07/10 09:52:39 pm Exp
@@ -15,10 +14,12 @@ extensive UNIX environment for accessing files easily and quickly."
SRC_URI="http://openafs.org/dl/openafs/1.2.5/openafs-1.2.5-src.tar.bz2"
HOMEPAGE="http://www.openafs.org/"
+
+SLOT="0"
LICENSE="IPL-1"
+KEYWORDS="x86 -ppc -sparc -sparc64"
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
+DEPEND=">=sys-libs/ncurses-5.2
>=sys-libs/pam-0.75"
ARCH=i386_linux24
@@ -34,7 +35,9 @@ src_unpack() {
}
src_compile() {
- ./configure --with-afs-sysname=i386_linux24 --enable-transarc-paths || die
+ ./configure \
+ --with-afs-sysname=i386_linux24 \
+ --enable-transarc-paths || die
make || die
make dest || die
}
diff --git a/net-fs/openafs/openafs-1.3.2.ebuild b/net-fs/openafs/openafs-1.3.2.ebuild
index 90439648df13..3f2eb1b04a70 100644
--- a/net-fs/openafs/openafs-1.3.2.ebuild
+++ b/net-fs/openafs/openafs-1.3.2.ebuild
@@ -1,6 +1,5 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Holger Brueckner <darks@fet.org>
# /home/cvsroot/gentoo-x86/net-fs/openafs/openafs-1.1.1.ebuild,v 1.3 2001/08/31 03:23:39 pm Exp
@@ -15,14 +14,15 @@ extensive UNIX environment for accessing files easily and quickly."
SRC_URI="http://www.openafs.org/dl/openafs/${PV}/openafs-${PV}-src.tar.gz"
HOMEPAGE="http://www.openafs.org/"
-KEYWORDS="x86"
+
SLOT="0"
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.2
+LICENSE="IPL-1"
+KEYWORDS="x86 -ppc -sparc -sparc64"
+
+DEPEND=">=sys-libs/ncurses-5.2
>=sys-libs/pam-0.75"
ARCH=i386_linux24
-LICENSE=""
src_unpack() {
unpack ${A}
@@ -35,7 +35,9 @@ src_unpack() {
}
src_compile() {
- ./configure --with-afs-sysname=i386_linux24 --enable-transarc-paths || die
+ ./configure \
+ --with-afs-sysname=i386_linux24 \
+ --enable-transarc-paths || die
make || die
make dest || die
}