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/bundler: bundler-0.8.1.ebuild ChangeLog
Date: Sat, 01 May 2010 00:40:41
Message-Id: 20100501004039.12E402C05D@corvid.gentoo.org
1 flameeyes 10/05/01 00:40:38
2
3 Modified: bundler-0.8.1.ebuild ChangeLog
4 Log:
5 Restore original SRC_URI.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-ruby/bundler/bundler-0.8.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild?r1=1.2&r2=1.3
14
15 Index: bundler-0.8.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- bundler-0.8.1.ebuild 30 Apr 2010 20:00:56 -0000 1.2
22 +++ bundler-0.8.1.ebuild 1 May 2010 00:40:38 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild,v 1.2 2010/04/30 20:00:56 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-0.8.1.ebuild,v 1.3 2010/05/01 00:40:38 flameeyes Exp $
28
29 EAPI=2
30
31 @@ -21,8 +21,7 @@
32 # Untagged, but should correspond to 0.8.1 release
33 TREE_HASH="db101cc631de7784267f87c67f33a695d2b9db26"
34
35 -#SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${TREE_HASH} -> ${PN}-git-${PV}.tgz"
36 -SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
37 +SRC_URI="http://github.com/${GITHUB_USER}/${PN}/tarball/${TREE_HASH} -> ${PN}-git-${PV}.tgz"
38 S="${WORKDIR}/${GITHUB_USER}-${PN}-${TREE_HASH:0:7}"
39
40 LICENSE="MIT"
41
42
43
44 1.3 dev-ruby/bundler/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 30 Apr 2010 20:00:56 -0000 1.2
57 +++ ChangeLog 1 May 2010 00:40:38 -0000 1.3
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-ruby/bundler
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.2 2010/04/30 20:00:56 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.3 2010/05/01 00:40:38 flameeyes Exp $
63 +
64 + 01 May 2010; Diego E. Pettenò <flameeyes@g.o>
65 + bundler-0.8.1.ebuild:
66 + Restore original SRC_URI.
67
68 30 Apr 2010; Hans de Graaff <graaff@g.o> bundler-0.8.1.ebuild:
69 Deal with github changing their tarball generation.