diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:16:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 13:16:01 +0000 |
commit | 3a0ee15feb6c98eed67ecceebcc9b74d2f0d815d (patch) | |
tree | f8d9336a04d8e6be117d16d8cf6c1b351c85232f /net-fs | |
parent | repoman'd (diff) | |
download | historical-3a0ee15feb6c98eed67ecceebcc9b74d2f0d815d.tar.gz historical-3a0ee15feb6c98eed67ecceebcc9b74d2f0d815d.tar.bz2 historical-3a0ee15feb6c98eed67ecceebcc9b74d2f0d815d.zip |
repoman
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/openafs/openafs-1.2.5.ebuild | 11 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.3.2.ebuild | 14 |
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 } |