diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-29 12:31:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-29 12:31:29 +0000 |
commit | 09b68084cdde9cb0afe8a490d13a60aa940ff2d8 (patch) | |
tree | 56a313f4586a730f82a101af90c7ab75d9d02fbf /net-fs/openafs | |
parent | removed crusty (diff) | |
download | historical-09b68084cdde9cb0afe8a490d13a60aa940ff2d8.tar.gz historical-09b68084cdde9cb0afe8a490d13a60aa940ff2d8.tar.bz2 historical-09b68084cdde9cb0afe8a490d13a60aa940ff2d8.zip |
small fixes
Diffstat (limited to 'net-fs/openafs')
-rw-r--r-- | net-fs/openafs/files/digest-openafs-1.3.2 | 8 | ||||
-rw-r--r-- | net-fs/openafs/openafs-1.3.2.ebuild | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/net-fs/openafs/files/digest-openafs-1.3.2 b/net-fs/openafs/files/digest-openafs-1.3.2 index 80848ade5cd3..e4cc11beb5a4 100644 --- a/net-fs/openafs/files/digest-openafs-1.3.2 +++ b/net-fs/openafs/files/digest-openafs-1.3.2 @@ -1 +1,9 @@ +MD5 4584cc6910401787e1ebd81cfa06f060 /files/CellServDB 41 +MD5 c620f50b47424c46f59dc847eb8c0dd3 /files/README 8735 +MD5 fbff454fda7201d68f5acc8f0d3814b3 /files/openafs-1.2.5-sunrpc-overflow.patch 1867 +MD5 1903c6a5e0aeedf794939945536341cd /files/ThisCell 7 +MD5 1552314a3b8ba152cee79611e73181f1 /files/afs.rc 5393 +MD5 19d17f83fbb3cc6c491476dba77eaad7 /files/openafs-1.2.6.patch 822 +MD5 c23e16f3f8957f7cb1986a349040f867 /files/afs.rc.rc6 5427 +MD5 47fdbf93addda1653be715841b6ae1be /openafs-1.3.2.ebuild 2476 MD5 5057634d9f6c44d5ca9a6dd9fdd84184 openafs-1.3.2-src.tar.gz 12578259 diff --git a/net-fs/openafs/openafs-1.3.2.ebuild b/net-fs/openafs/openafs-1.3.2.ebuild index 8c3b66c865c7..fc1c97fe477a 100644 --- a/net-fs/openafs/openafs-1.3.2.ebuild +++ b/net-fs/openafs/openafs-1.3.2.ebuild @@ -12,15 +12,17 @@ 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/${PV}/openafs-${PV}-src.tar.gz" +SRC_URI="http://www.openafs.org/dl/${PN}/${PV}/${P}-src.tar.gz" HOMEPAGE="http://www.openafs.org/" SLOT="0" LICENSE="IPL-1" -KEYWORDS="x86 -ppc -sparc " +KEYWORDS="-* x86" + SANDBOX_DISABLED="1" -DEPEND=">=sys-libs/ncurses-5.2 +DEPEND=">=sys-apps/portage-2.0.47-r10 + >=sys-libs/ncurses-5.2 >=sys-libs/pam-0.75" ARCH=i386_linux24 @@ -30,9 +32,7 @@ src_unpack() { cd ${S}/src/config cp Makefile.in Makefile.in.old - sed -e "s|/usr/lib/libncurses.so|-lncurses|g" \ - Makefile.in.old > Makefile.in - rm Makefile.in.old + sed -i "s|/usr/lib/libncurses.so|-lncurses|g" Makefile.in } src_compile() { |