Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/rvm: rvm-1.16.ebuild ChangeLog
Date: Sun, 28 Jun 2009 11:54:07
Message-Id: E1MKsxS-00014u-02@stork.gentoo.org
1 patrick 09/06/28 11:54:05
2
3 Modified: ChangeLog
4 Added: rvm-1.16.ebuild
5 Log:
6 Bump to 1.16
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 sys-libs/rvm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 19 May 2007 16:10:31 -0000 1.25
23 +++ ChangeLog 28 Jun 2009 11:54:05 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-libs/rvm
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.25 2007/05/19 16:10:31 griffon26 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/ChangeLog,v 1.26 2009/06/28 11:54:05 patrick Exp $
30 +
31 +*rvm-1.16 (28 Jun 2009)
32 +
33 + 28 Jun 2009; Patrick Lauer <patrick@g.o> +rvm-1.16.ebuild:
34 + Bump to 1.16
35
36 19 May 2007; Maurice van der Pot <griffon26@g.o> metadata.xml,
37 -rvm-1.11.ebuild:
38
39
40
41 1.1 sys-libs/rvm/rvm-1.16.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.16.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/rvm/rvm-1.16.ebuild?rev=1.1&content-type=text/plain
45
46 Index: rvm-1.16.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-libs/rvm/rvm-1.16.ebuild,v 1.1 2009/06/28 11:54:05 patrick Exp $
51
52 DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
53 HOMEPAGE="http://www.coda.cs.cmu.edu/"
54 SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
55 IUSE=""
56 SLOT="1"
57 LICENSE="LGPL-2.1"
58 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
59
60 DEPEND=">=sys-libs/lwp-2.0
61 sys-apps/grep
62 sys-devel/libtool
63 sys-devel/gcc"
64
65 RDEPEND=">=sys-libs/lwp-2.0"
66
67 src_install() {
68 make DESTDIR="${D}" install || die
69
70 dodoc NEWS
71 }