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/abstract: abstract-1.0.0-r2.ebuild ChangeLog
Date: Fri, 04 Oct 2013 15:41:51
Message-Id: 20131004154147.8B2EF2004C@flycatcher.gentoo.org
1 mrueg 13/10/04 15:41:47
2
3 Modified: ChangeLog
4 Added: abstract-1.0.0-r2.ebuild
5 Log:
6 Add ruby20 target
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.16 dev-ruby/abstract/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/abstract/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/abstract/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/abstract/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 9 Sep 2013 02:48:07 -0000 1.15
24 +++ ChangeLog 4 Oct 2013 15:41:47 -0000 1.16
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/abstract
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.15 2013/09/09 02:48:07 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/abstract/ChangeLog,v 1.16 2013/10/04 15:41:47 mrueg Exp $
30 +
31 +*abstract-1.0.0-r2 (04 Oct 2013)
32 +
33 + 04 Oct 2013; Manuel Rüger <mrueg@g.o> +abstract-1.0.0-r2.ebuild:
34 + Add ruby20 target
35
36 09 Sep 2013; Manuel Rüger <mrueg@g.o> -abstract-1.0.0.ebuild:
37 Cleanup old.
38
39
40
41 1.1 dev-ruby/abstract/abstract-1.0.0-r2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/abstract/abstract-1.0.0-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: abstract-1.0.0-r2.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/abstract/abstract-1.0.0-r2.ebuild,v 1.1 2013/10/04 15:41:47 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_TASK_TEST=""
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_EXTRADOC="README.txt"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Library which enable you to define abstract method in Ruby."
62 HOMEPAGE="http://rubyforge.org/projects/abstract"
63
64 LICENSE="Ruby"
65 SLOT="0"
66 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE="test"
68
69 each_ruby_test() {
70 ${RUBY} -Ilib test/test.rb || die "tests failed"
71 }