Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: ChangeLog shorturl-0.8.8.ebuild shorturl-0.8.8-r1.ebuild
Date: Sun, 29 Jan 2012 08:00:39
Message-Id: 20120129080028.40F022004B@flycatcher.gentoo.org
1 graaff 12/01/29 08:00:28
2
3 Modified: ChangeLog shorturl-0.8.8.ebuild
4 Added: shorturl-0.8.8-r1.ebuild
5 Log:
6 Revision bump to create stable candidate without ruby19.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.16 dev-ruby/shorturl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 10 Jan 2011 18:13:50 -0000 1.15
24 +++ ChangeLog 29 Jan 2012 08:00:28 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/shorturl
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.15 2011/01/10 18:13:50 graaff Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.16 2012/01/29 08:00:28 graaff Exp $
31 +
32 +*shorturl-0.8.8-r1 (29 Jan 2012)
33 +
34 + 29 Jan 2012; Hans de Graaff <graaff@g.o> shorturl-0.8.8.ebuild,
35 + +shorturl-0.8.8-r1.ebuild:
36 + Revision bump to create stable candidate without ruby19.
37
38 10 Jan 2011; Hans de Graaff <graaff@g.o> shorturl-0.8.8.ebuild:
39 Keyword ~x86-macos.
40
41
42
43 1.3 dev-ruby/shorturl/shorturl-0.8.8.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild?r1=1.2&r2=1.3
48
49 Index: shorturl-0.8.8.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- shorturl-0.8.8.ebuild 10 Jan 2011 18:13:50 -0000 1.2
56 +++ shorturl-0.8.8.ebuild 29 Jan 2012 08:00:28 -0000 1.3
57 @@ -1,10 +1,10 @@
58 -# Copyright 1999-2011 Gentoo Foundation
59 +# Copyright 1999-2012 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.2 2011/01/10 18:13:50 graaff Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.3 2012/01/29 08:00:28 graaff Exp $
63
64 EAPI=2
65
66 -USE_RUBY="ruby18 ruby19 jruby"
67 +USE_RUBY="ruby18 jruby"
68
69 RUBY_FAKEGEM_TASK_TEST=""
70 RUBY_FAKEGEM_TASK_DOC=""
71
72
73
74 1.1 dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild?rev=1.1&content-type=text/plain
78
79 Index: shorturl-0.8.8-r1.ebuild
80 ===================================================================
81 # Copyright 1999-2012 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8-r1.ebuild,v 1.1 2012/01/29 08:00:28 graaff Exp $
84
85 EAPI=2
86
87 USE_RUBY="ruby18 ruby19 jruby"
88
89 RUBY_FAKEGEM_TASK_TEST=""
90 RUBY_FAKEGEM_TASK_DOC=""
91
92 RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"
93
94 inherit ruby-fakegem eutils
95
96 DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
97 HOMEPAGE="http://shorturl.rubyforge.org/"
98
99 LICENSE="MIT"
100 SLOT="0"
101 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-macos"
102 IUSE=""
103
104 all_ruby_prepare() {
105 epatch "${FILESDIR}"/${PN}-0.8.7+ruby-1.9.patch
106 }
107
108 each_ruby_test() {
109 ${RUBY} -Ilib test/ts_all.rb || die "tests failed"
110 }
111
112 all_ruby_install() {
113 all_fakegem_install
114
115 pushd doc &>/dev/null
116 dohtml -r . || die
117 popd &>/dev/null
118 }