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/gem_plugin: gem_plugin-0.2.3-r3.ebuild ChangeLog
Date: Sat, 05 Oct 2013 10:44:06
Message-Id: 20131005104403.369A12004C@flycatcher.gentoo.org
1 mrueg 13/10/05 10:44:03
2
3 Modified: ChangeLog
4 Added: gem_plugin-0.2.3-r3.ebuild
5 Log:
6 Tests run now, but will fail.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.38 dev-ruby/gem_plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gem_plugin/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gem_plugin/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gem_plugin/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 14 Sep 2013 12:14:04 -0000 1.37
24 +++ ChangeLog 5 Oct 2013 10:44:03 -0000 1.38
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/gem_plugin
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/ChangeLog,v 1.37 2013/09/14 12:14:04 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/ChangeLog,v 1.38 2013/10/05 10:44:03 mrueg Exp $
30 +
31 +*gem_plugin-0.2.3-r3 (05 Oct 2013)
32 +
33 + 05 Oct 2013; Manuel Rüger <mrueg@g.o> +gem_plugin-0.2.3-r3.ebuild:
34 + Tests run now, but will fail.
35
36 14 Sep 2013; Manuel Rüger <mrueg@g.o> -gem_plugin-0.2.3-r1.ebuild:
37 Cleanup old.
38
39
40
41 1.1 dev-ruby/gem_plugin/gem_plugin-0.2.3-r3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.3-r3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.3-r3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gem_plugin-0.2.3-r3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/gem_plugin/gem_plugin-0.2.3-r3.ebuild,v 1.1 2013/10/05 10:44:02 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="resources"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A plugin system based only on rubygems that uses dependencies only."
65 # Hosted by mongrel's rubyforge
66 HOMEPAGE="http://mongrel.rubyforge.org/"
67
68 LICENSE="mongrel"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
71 IUSE=""
72
73 each_ruby_test() {
74 ${RUBY} -Ilib test/test_plugins.rb || die "tests failed"
75 }