summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2010-05-08 17:39:19 +0000
committerGeorge Shapovalov <george@gentoo.org>2010-05-08 17:39:19 +0000
commit54cdcfe9d6efcf5d582c85b135487d50219feca9 (patch)
tree5d5c3ef7fcd13f6010a129af4a50a448fce46ddd /sys-libs/rvm
parentTweak tests in i18n patch #317565 by T Chan. (diff)
downloadgentoo-2-54cdcfe9d6efcf5d582c85b135487d50219feca9.tar.gz
gentoo-2-54cdcfe9d6efcf5d582c85b135487d50219feca9.tar.bz2
gentoo-2-54cdcfe9d6efcf5d582c85b135487d50219feca9.zip
bumping in preparation for new net-fs/coda version
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/rvm')
-rw-r--r--sys-libs/rvm/ChangeLog10
-rw-r--r--sys-libs/rvm/rvm-1.12.ebuild6
-rw-r--r--sys-libs/rvm/rvm-1.17.ebuild24
3 files changed, 35 insertions, 5 deletions
diff --git a/sys-libs/rvm/ChangeLog b/sys-libs/rvm/ChangeLog
index cb423fc6a8fe..e40373978e4b 100644
--- a/sys-libs/rvm/ChangeLog
+++ b/sys-libs/rvm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/rvm
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.26 2009/06/28 11:54:05 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.27 2010/05/08 17:39:19 george Exp $
+
+*rvm-1.17 (08 May 2010)
+
+ 08 May 2010; George Shapovalov <george@gentoo.org> rvm-1.12.ebuild,
+ +rvm-1.17.ebuild:
+ bumping in preparation for new net-fs/coda version
*rvm-1.16 (28 Jun 2009)
diff --git a/sys-libs/rvm/rvm-1.12.ebuild b/sys-libs/rvm/rvm-1.12.ebuild
index 9d147d4a180c..ef2b2e67a478 100644
--- a/sys-libs/rvm/rvm-1.12.ebuild
+++ b/sys-libs/rvm/rvm-1.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild,v 1.4 2007/07/15 02:08:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild,v 1.5 2010/05/08 17:39:19 george Exp $
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -18,7 +18,7 @@ DEPEND=">=sys-libs/lwp-2.0
RDEPEND=">=sys-libs/lwp-2.0"
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc NEWS
}
diff --git a/sys-libs/rvm/rvm-1.17.ebuild b/sys-libs/rvm/rvm-1.17.ebuild
new file mode 100644
index 000000000000..e07bfa970c91
--- /dev/null
+++ b/sys-libs/rvm/rvm-1.17.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.17.ebuild,v 1.1 2010/05/08 17:39:19 george Exp $
+
+DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
+HOMEPAGE="http://www.coda.cs.cmu.edu/"
+SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
+IUSE=""
+SLOT="1"
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+
+DEPEND=">=sys-libs/lwp-2.5
+ sys-apps/grep
+ sys-devel/libtool
+ sys-devel/gcc"
+
+RDEPEND=">=sys-libs/lwp-2.5"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+
+ dodoc NEWS
+}