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/countdownlatch: countdownlatch-1.0.0-r1.ebuild ChangeLog
Date: Tue, 29 Oct 2013 16:54:24
Message-Id: 20131029165421.5856720047@flycatcher.gentoo.org
1 mrueg 13/10/29 16:54:21
2
3 Modified: ChangeLog
4 Added: countdownlatch-1.0.0-r1.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.3 dev-ruby/countdownlatch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 26 Jul 2013 21:13:20 -0000 1.2
24 +++ ChangeLog 29 Oct 2013 16:54:21 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/countdownlatch
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.2 2013/07/26 21:13:20 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/countdownlatch/ChangeLog,v 1.3 2013/10/29 16:54:21 mrueg Exp $
30 +
31 +*countdownlatch-1.0.0-r1 (29 Oct 2013)
32 +
33 + 29 Oct 2013; Manuel Rüger <mrueg@g.o> +countdownlatch-1.0.0-r1.ebuild:
34 + Add ruby20 target.
35
36 26 Jul 2013; Manuel Rüger <mrueg@g.o> countdownlatch-1.0.0.ebuild:
37 Silence repoman, fix DESC length. Update EAPI
38
39
40
41 1.1 dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/countdownlatch/countdownlatch-1.0.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: countdownlatch-1.0.0-r1.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/countdownlatch/countdownlatch-1.0.0-r1.ebuild,v 1.1 2013/10/29 16:54:21 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_TASK_TEST="test"
56 RUBY_FAKEGEM_TASK_DOC=""
57
58 RUBY_FAKEGEM_EXTRADOC="README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Synchronization aid that allows threads to wait until a set of operations in other threads completes"
63 HOMEPAGE="https://github.com/benlangfeld/countdownlatch"
64 IUSE=""
65 SLOT="0"
66
67 LICENSE="MIT"
68 KEYWORDS="~amd64"
69
70 ruby_add_bdepend "test? ( dev-ruby/minitest )"
71
72 all_ruby_prepare() {
73 sed -i -e '/bundler/ s:^:#:' Rakefile || die
74 }