summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-04-14 08:51:01 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-04-14 08:51:01 +0000
commit940b429d642cf921192885a92238f13afcb329c7 (patch)
tree334dece33571ef573e2a78997bdc11b2e2f441f5 /net-fs
parentsyntax fix0rs (diff)
downloadhistorical-940b429d642cf921192885a92238f13afcb329c7.tar.gz
historical-940b429d642cf921192885a92238f13afcb329c7.tar.bz2
historical-940b429d642cf921192885a92238f13afcb329c7.zip
syntax fix0rs
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/coda-client/Manifest2
-rw-r--r--net-fs/coda-client/coda-client-5.3.19.ebuild27
2 files changed, 11 insertions, 18 deletions
diff --git a/net-fs/coda-client/Manifest b/net-fs/coda-client/Manifest
index 5cec79249621..c3d1a61e3784 100644
--- a/net-fs/coda-client/Manifest
+++ b/net-fs/coda-client/Manifest
@@ -1,4 +1,4 @@
-MD5 3182fe6027c72791a4d31d2bc38b6e0e coda-client-5.3.19.ebuild 2325
+MD5 81ad68039d579321d8775eb8bcb7e758 coda-client-5.3.19.ebuild 2101
MD5 9044bb3cb4f3e986d64affc18e16f027 ChangeLog 1904
MD5 f82985c6f7aeb1f277c3188f0b2ec358 files/coda-client-5.3.19-gentoo.patch 2608
MD5 c64c09508bed2660cfd97ac95fe466e2 files/digest-coda-client-5.3.19 64
diff --git a/net-fs/coda-client/coda-client-5.3.19.ebuild b/net-fs/coda-client/coda-client-5.3.19.ebuild
index 216894c38503..c08752af8b4e 100644
--- a/net-fs/coda-client/coda-client-5.3.19.ebuild
+++ b/net-fs/coda-client/coda-client-5.3.19.ebuild
@@ -1,20 +1,22 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/coda-client-5.3.19.ebuild,v 1.4 2003/02/13 13:59:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/coda-client/coda-client-5.3.19.ebuild,v 1.5 2003/04/14 08:50:58 seemant Exp $
IUSE=""
-PN="coda"
-#client and server dont come separately, just install separately
-P="${PN}-${PV}"
+MY_P=${P/-client/}
+
+S=${WORKDIR}/${MY_P}
DESCRIPTION="Coda is an advanced networked filesystem developed at Carnegie Mellon Univ."
HOMEPAGE="http://www.coda.cs.cmu.edu"
-LICENSE="GPL-2"
+SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/coda/src/${MY_P}.tar.gz"
+
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="~x86"
# partly based on the deps suggested by Mandrake's RPM, and/or on my current versions
# Also, definely needs coda.h from linux-headers.
-DEPEND="virtual/glibc
+DEPEND=">=sys-apps/portage-2.0.47-r10
>=sys-libs/lwp-1.9
>=net-libs/rpc2-1.13
>=sys-libs/rvm-1.6
@@ -23,18 +25,14 @@ DEPEND="virtual/glibc
>=sys-libs/readline-3
>=sys-kernel/linux-headers-2.4"
-SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/${PN}/src/${P}.tar.gz"
-
-S=${WORKDIR}/${P}
-
src_unpack() {
unpack ${A}
cd ${S}
# So that the venus initscript is Gentoo-compliant
- patch -p1 < ${FILESDIR}/${PF}-gentoo.patch || die "patch failed"
- patch -p1 < ${FILESDIR}/${PF}-gentoo2.patch || die "patch failed"
+ epatch ${FILESDIR}/${PF}-gentoo.patch
+ epatch ${FILESDIR}/${PF}-gentoo2.patch
}
@@ -77,8 +75,3 @@ pkg_postinst () {
einfo " rc-update venus.init default"
einfo
}
-
-#pkg_prerm () {
-# /etc/init.d/venus.init stop || /etc/init.d/venus.init hardstop
-# rc-update del venus.init default
-#}