Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-1.0.0-r1.ebuild ChangeLog
Date: Fri, 04 Oct 2013 18:30:32
Message-Id: 20131004183028.61B872004C@flycatcher.gentoo.org
1 mrueg 13/10/04 18:30:28
2
3 Modified: ChangeLog
4 Added: shorturl-1.0.0-r1.ebuild
5 Log:
6 Drop old patches. Add ruby20 support.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.23 dev-ruby/shorturl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 14 Sep 2013 12:13:00 -0000 1.22
24 +++ ChangeLog 4 Oct 2013 18:30:28 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/shorturl
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.22 2013/09/14 12:13:00 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.23 2013/10/04 18:30:28 mrueg Exp $
30 +
31 +*shorturl-1.0.0-r1 (04 Oct 2013)
32 +
33 + 04 Oct 2013; Manuel Rüger <mrueg@g.o> +shorturl-1.0.0-r1.ebuild,
34 + -files/shorturl-0.8.7+ruby-1.9.patch:
35 + Drop old patches. Add ruby20 support.
36
37 14 Sep 2013; Manuel Rüger <mrueg@g.o> -shorturl-0.8.8-r1.ebuild,
38 -shorturl-0.8.8.ebuild:
39
40
41
42 1.1 dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: shorturl-1.0.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.1 2013/10/04 18:30:28 mrueg Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby18 ruby19 ruby20 jruby"
56
57 RUBY_FAKEGEM_TASK_TEST=""
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 RUBY_FAKEGEM_EXTRADOC="ChangeLog.txt README.rdoc TODO.rdoc"
61
62 inherit ruby-fakegem eutils
63
64 DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
65 HOMEPAGE="http://shorturl.rubyforge.org/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
70 IUSE=""
71
72 each_ruby_test() {
73 ${RUBY} -Ilib:test test/ts_all.rb || die "tests failed"
74 }
75
76 all_ruby_install() {
77 all_fakegem_install
78
79 pushd doc &>/dev/null
80 dohtml -r . || die
81 popd &>/dev/null
82 }