Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/rvm: ChangeLog rvm-1.12.ebuild rvm-1.17.ebuild
Date: Sat, 08 May 2010 17:39:23
Message-Id: 20100508173919.631E02C3FA@corvid.gentoo.org
1 george 10/05/08 17:39:19
2
3 Modified: ChangeLog rvm-1.12.ebuild
4 Added: rvm-1.17.ebuild
5 Log:
6 bumping in preparation for new net-fs/coda version
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 sys-libs/rvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 28 Jun 2009 11:54:05 -0000 1.26
23 +++ ChangeLog 8 May 2010 17:39:19 -0000 1.27
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-libs/rvm
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.26 2009/06/28 11:54:05 patrick Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.27 2010/05/08 17:39:19 george Exp $
30 +
31 +*rvm-1.17 (08 May 2010)
32 +
33 + 08 May 2010; George Shapovalov <george@g.o> rvm-1.12.ebuild,
34 + +rvm-1.17.ebuild:
35 + bumping in preparation for new net-fs/coda version
36
37 *rvm-1.16 (28 Jun 2009)
38
39
40
41
42 1.5 sys-libs/rvm/rvm-1.12.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild?r1=1.4&r2=1.5
47
48 Index: rvm-1.12.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- rvm-1.12.ebuild 15 Jul 2007 02:08:20 -0000 1.4
55 +++ rvm-1.12.ebuild 8 May 2010 17:39:19 -0000 1.5
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild,v 1.4 2007/07/15 02:08:20 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.12.ebuild,v 1.5 2010/05/08 17:39:19 george Exp $
62
63 DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
64 HOMEPAGE="http://www.coda.cs.cmu.edu/"
65 @@ -18,7 +18,7 @@
66 RDEPEND=">=sys-libs/lwp-2.0"
67
68 src_install() {
69 - make DESTDIR=${D} install || die
70 + make DESTDIR="${D}" install || die
71
72 dodoc NEWS
73 }
74
75
76
77 1.1 sys-libs/rvm/rvm-1.17.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.17.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.17.ebuild?rev=1.1&content-type=text/plain
81
82 Index: rvm-1.17.ebuild
83 ===================================================================
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.17.ebuild,v 1.1 2010/05/08 17:39:19 george Exp $
87
88 DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
89 HOMEPAGE="http://www.coda.cs.cmu.edu/"
90 SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
91 IUSE=""
92 SLOT="1"
93 LICENSE="LGPL-2.1"
94 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
95
96 DEPEND=">=sys-libs/lwp-2.5
97 sys-apps/grep
98 sys-devel/libtool
99 sys-devel/gcc"
100
101 RDEPEND=">=sys-libs/lwp-2.5"
102
103 src_install() {
104 make DESTDIR="${D}" install || die
105
106 dodoc NEWS
107 }