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/textpow: textpow-1.3.1-r1.ebuild ChangeLog textpow-1.3.1.ebuild
Date: Tue, 05 Nov 2013 00:36:36
Message-Id: 20131105003629.E13142004B@flycatcher.gentoo.org
1 mrueg 13/11/05 00:36:29
2
3 Modified: ChangeLog
4 Added: textpow-1.3.1-r1.ebuild
5 Removed: textpow-1.3.1.ebuild
6 Log:
7 Add ruby20 target. Cleanup old.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.12 dev-ruby/textpow/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/ChangeLog?r1=1.11&r2=1.12
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ChangeLog 14 Aug 2013 07:33:48 -0000 1.11
25 +++ ChangeLog 5 Nov 2013 00:36:29 -0000 1.12
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/textpow
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.11 2013/08/14 07:33:48 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/ChangeLog,v 1.12 2013/11/05 00:36:29 mrueg Exp $
31 +
32 +*textpow-1.3.1-r1 (05 Nov 2013)
33 +
34 + 05 Nov 2013; Manuel RĂ¼ger <mrueg@g.o> +textpow-1.3.1-r1.ebuild,
35 + -textpow-1.3.1.ebuild:
36 + Add ruby20 target. Cleanup old.
37
38 14 Aug 2013; Hans de Graaff <graaff@g.o> -textpow-1.3.0.ebuild:
39 Cleanup.
40 @@ -48,4 +54,3 @@
41 19 Jun 2007; Joshua Nichols <nichoj@g.o> +metadata.xml,
42 +textpow-0.10.0.ebuild:
43 Initial version.
44 -
45
46
47
48 1.1 dev-ruby/textpow/textpow-1.3.1-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/textpow-1.3.1-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/textpow/textpow-1.3.1-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: textpow-1.3.1-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/textpow/textpow-1.3.1-r1.ebuild,v 1.1 2013/11/05 00:36:29 mrueg Exp $
58
59 EAPI=5
60 USE_RUBY="ruby18 ruby19 ruby20"
61
62 RUBY_FAKEGEM_RECIPE_TEST="rspec"
63
64 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
65 RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
66
67 inherit ruby-fakegem
68
69 DESCRIPTION="A library to parse and process Textmate bundles."
70 HOMEPAGE="http://textpow.rubyforge.org/"
71
72 LICENSE="MIT"
73 SLOT="0"
74 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
75 IUSE=""
76
77 ruby_add_rdepend ">=dev-ruby/plist-3.0.1"
78
79 USE_RUBY=ruby18 ruby_add_bdepend "test? ( >=dev-ruby/oniguruma-1.1.0 )"
80
81 all_ruby_prepare() {
82 sed -i -e '/git ls-files/d' textpow.gemspec || die
83 }