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/hike: hike-1.2.3-r1.ebuild ChangeLog
Date: Fri, 27 Dec 2013 03:27:00
Message-Id: 20131227032654.EA8D42004B@flycatcher.gentoo.org
1 mrueg 13/12/27 03:26:54
2
3 Modified: ChangeLog
4 Added: hike-1.2.3-r1.ebuild
5 Log:
6 Add ruby21 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.12 dev-ruby/hike/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 15 Sep 2013 06:14:08 -0000 1.11
24 +++ ChangeLog 27 Dec 2013 03:26:54 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/hike
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.11 2013/09/15 06:14:08 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.12 2013/12/27 03:26:54 mrueg Exp $
30 +
31 +*hike-1.2.3-r1 (27 Dec 2013)
32 +
33 + 27 Dec 2013; Manuel RĂ¼ger <mrueg@g.o> +hike-1.2.3-r1.ebuild:
34 + Add ruby21 target.
35
36 15 Sep 2013; Hans de Graaff <graaff@g.o> -hike-1.2.2.ebuild:
37 Cleanup.
38
39
40
41 1.1 dev-ruby/hike/hike-1.2.3-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/hike-1.2.3-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hike/hike-1.2.3-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hike-1.2.3-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/hike/hike-1.2.3-r1.ebuild,v 1.1 2013/12/27 03:26:54 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
54
55 RUBY_FAKEGEM_TASK_TEST="none"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="README.md"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Hike is a Ruby library for finding files in a set of paths."
63 HOMEPAGE="https://github.com/sstephenson/hike"
64 LICENSE="MIT"
65 SRC_URI="https://github.com/sstephenson/hike/archive/v${PV}.tar.gz -> ${P}.tgz"
66
67 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 SLOT="0"
69 IUSE=""
70
71 each_ruby_test() {
72 ${RUBY} -Ilib:test -S testrb test || die
73 }