Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/shoulda: ChangeLog shoulda-2.10.3.ebuild
Date: Sat, 01 May 2010 00:50:52
Message-Id: 20100501005047.97AED2C05F@corvid.gentoo.org
1 flameeyes 10/05/01 00:50:47
2
3 Modified: ChangeLog shoulda-2.10.3.ebuild
4 Log:
5 Restore original SRC_URI.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 dev-ruby/shoulda/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 30 Apr 2010 20:55:00 -0000 1.5
22 +++ ChangeLog 1 May 2010 00:50:47 -0000 1.6
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-ruby/shoulda
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.5 2010/04/30 20:55:00 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.6 2010/05/01 00:50:47 flameeyes Exp $
28 +
29 + 01 May 2010; Diego E. Pettenò <flameeyes@g.o>
30 + shoulda-2.10.3.ebuild:
31 + Restore original SRC_URI.
32
33 30 Apr 2010; Hans de Graaff <graaff@g.o> shoulda-2.10.3.ebuild:
34 Deal with github changing their tarball generation.
35
36
37
38 1.4 dev-ruby/shoulda/shoulda-2.10.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild?r1=1.3&r2=1.4
43
44 Index: shoulda-2.10.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- shoulda-2.10.3.ebuild 30 Apr 2010 20:55:00 -0000 1.3
51 +++ shoulda-2.10.3.ebuild 1 May 2010 00:50:47 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild,v 1.3 2010/04/30 20:55:00 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild,v 1.4 2010/05/01 00:50:47 flameeyes Exp $
57
58 EAPI=2
59
60 @@ -13,8 +13,7 @@
61
62 DESCRIPTION="Making tests easy on the fingers and eyes"
63 HOMEPAGE="http://thoughtbot.com/projects/shoulda"
64 -#SRC_URI="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
65 -SRC_URI="mirror://gentoo/${P}.tar.gz"
66 +SRC_URI="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
67 S="${WORKDIR}/thoughtbot-${PN}-5add4d2"
68
69 LICENSE="MIT"