summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurice van der Pot <griffon26@gentoo.org>2005-05-05 13:20:14 +0000
committerMaurice van der Pot <griffon26@gentoo.org>2005-05-05 13:20:14 +0000
commit61fa9be1fd5ce3c28e23f3f1f5d55e334bfe8f22 (patch)
tree0cd6d3298e9278fed0663e890d6b95c150e62b5e /sys-libs/rvm/rvm-1.11.ebuild
parentAdded rpc2-1.27 for new coda-6.0.10 (diff)
downloadhistorical-61fa9be1fd5ce3c28e23f3f1f5d55e334bfe8f22.tar.gz
historical-61fa9be1fd5ce3c28e23f3f1f5d55e334bfe8f22.tar.bz2
historical-61fa9be1fd5ce3c28e23f3f1f5d55e334bfe8f22.zip
Added rvm-1.11 for new coda-6.0.10
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'sys-libs/rvm/rvm-1.11.ebuild')
-rw-r--r--sys-libs/rvm/rvm-1.11.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sys-libs/rvm/rvm-1.11.ebuild b/sys-libs/rvm/rvm-1.11.ebuild
new file mode 100644
index 000000000000..5d11ae3ba232
--- /dev/null
+++ b/sys-libs/rvm/rvm-1.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.11.ebuild,v 1.1 2005/05/05 13:20:14 griffon26 Exp $
+
+DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
+HOMEPAGE="http://www.coda.cs.cmu.edu/"
+SRC_URI="ftp://ftp.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
+IUSE=""
+SLOT="1"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64"
+
+DEPEND="virtual/libc
+ >=sys-libs/lwp-2.0
+ sys-apps/grep
+ sys-devel/libtool
+ sys-devel/gcc"
+
+RDEPEND="virtual/libc
+ >=sys-libs/lwp-2.0"
+
+
+src_install() {
+ make DESTDIR=${D} install || die
+
+ dodoc NEWS
+}