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/coderay: coderay-1.0.9.ebuild coderay-1.1.0.ebuild ChangeLog
Date: Mon, 02 Sep 2013 06:01:30
Message-Id: 20130902060118.0BD2E2004C@flycatcher.gentoo.org
1 mrueg 13/09/02 06:01:17
2
3 Modified: coderay-1.0.9.ebuild ChangeLog
4 Added: coderay-1.1.0.ebuild
5 Log:
6 Fix license change in stable. Version bump.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.11 dev-ruby/coderay/coderay-1.0.9.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild?r1=1.10&r2=1.11
16
17 Index: coderay-1.0.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- coderay-1.0.9.ebuild 8 Aug 2013 19:28:04 -0000 1.10
24 +++ coderay-1.0.9.ebuild 2 Sep 2013 06:01:17 -0000 1.11
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.10 2013/08/08 19:28:04 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.11 2013/09/02 06:01:17 mrueg Exp $
30
31 EAPI=4
32
33 -USE_RUBY="ruby18 ree18 ruby19 jruby"
34 +USE_RUBY="ruby18 ruby19 jruby"
35
36 # The test target also contains test:exe but that requires
37 # shoulda-context which we do not have packaged yet.
38 @@ -23,7 +23,7 @@
39
40 RUBY_S="rubychan-coderay-*"
41
42 -LICENSE="LGPL-2.1"
43 +LICENSE="MIT"
44 SLOT="0"
45 KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
46 IUSE=""
47
48
49
50 1.75 dev-ruby/coderay/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.75&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?rev=1.75&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/ChangeLog?r1=1.74&r2=1.75
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v
59 retrieving revision 1.74
60 retrieving revision 1.75
61 diff -u -r1.74 -r1.75
62 --- ChangeLog 14 Aug 2013 07:15:13 -0000 1.74
63 +++ ChangeLog 2 Sep 2013 06:01:17 -0000 1.75
64 @@ -1,6 +1,12 @@
65 # ChangeLog for dev-ruby/coderay
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.74 2013/08/14 07:15:13 mrueg Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/ChangeLog,v 1.75 2013/09/02 06:01:17 mrueg Exp $
69 +
70 +*coderay-1.1.0 (02 Sep 2013)
71 +
72 + 02 Sep 2013; Manuel Rüger <mrueg@g.o> +coderay-1.1.0.ebuild,
73 + coderay-1.0.9.ebuild:
74 + Fix license change in stable. Version bump.
75
76 14 Aug 2013; Manuel Rüger <mrueg@g.o> -coderay-1.0.6.ebuild,
77 -coderay-1.0.8.ebuild:
78
79
80
81 1.1 dev-ruby/coderay/coderay-1.1.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.1.0.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coderay/coderay-1.1.0.ebuild?rev=1.1&content-type=text/plain
85
86 Index: coderay-1.1.0.ebuild
87 ===================================================================
88 # Copyright 1999-2013 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.1.0.ebuild,v 1.1 2013/09/02 06:01:17 mrueg Exp $
91
92 EAPI=5
93
94 USE_RUBY="ruby18 ruby19 jruby"
95
96 # The test target also contains test:exe but that requires
97 # shoulda-context which we do not have packaged yet.
98 RUBY_FAKEGEM_TASK_TEST="test:functional test:units"
99
100 RUBY_FAKEGEM_TASK_DOC="doc"
101 RUBY_FAKEGEM_DOCDIR="doc"
102
103 RUBY_FAKEGEM_EXTRADOC="Changes-pre-1.0.textile Changes.textile FOLDERS README_INDEX.rdoc README.markdown"
104
105 inherit ruby-fakegem
106
107 DESCRIPTION="A Ruby library for syntax highlighting."
108 HOMEPAGE="http://coderay.rubychan.de/"
109 SRC_URI="https://github.com/rubychan/coderay/tarball/v${PV} -> ${P}.tgz"
110
111 RUBY_S="rubychan-coderay-*"
112
113 LICENSE="MIT"
114 SLOT="0"
115 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
116 IUSE=""
117
118 # Redcloth is optional but automagically tested, so we add this
119 # dependency to ensure that we get at least a version that works: bug
120 # 330621. We use this convoluted way because redcloth isn't available
121 # yet for jruby.
122 USE_RUBY="${USE_RUBY/jruby/}" ruby_add_bdepend "test? ( >=dev-ruby/redcloth-4.2.2 )"
123
124 all_ruby_prepare() {
125 sed -i -e '/git ls-files/ s:^:#:' coderay.gemspec || die
126 }