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/launchy: metadata.xml launchy-2.3.0.ebuild ChangeLog
Date: Fri, 02 Aug 2013 06:15:19
Message-Id: 20130802061515.F0D792171C@flycatcher.gentoo.org
1 mrueg 13/08/02 06:15:15
2
3 Added: metadata.xml launchy-2.3.0.ebuild ChangeLog
4 Log:
5 Initial version, taken from ruby-overlay
6
7 (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 dev-ruby/launchy/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/launchy/launchy-2.3.0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/launchy-2.3.0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/launchy-2.3.0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: launchy-2.3.0.ebuild
31 ===================================================================
32 # Copyright 1999-2013 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/launchy-2.3.0.ebuild,v 1.1 2013/08/02 06:15:15 mrueg Exp $
35
36 EAPI=5
37 USE_RUBY="ruby19"
38
39 RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
40
41 inherit ruby-fakegem
42
43 DESCRIPTION="Helper class for launching cross-platform applications"
44 HOMEPAGE="http://copiousfreetime.rubyforge.org/launchy/"
45
46 LICENSE="ISC"
47
48 SLOT="0"
49 KEYWORDS="~amd64"
50 IUSE=""
51
52 ruby_add_rdepend ">=dev-ruby/addressable-2.3"
53
54 ruby_add_bdepend "test? ( >=dev-ruby/minitest-4.5.0
55 dev-ruby/simplecov )"
56
57 # This test is expected to fail on linux, drop it
58 RUBY_PATCHES=( "${FILESDIR}"/${P}-drop-failing-test.patch )
59
60
61
62 1.1 dev-ruby/launchy/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/ChangeLog?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/launchy/ChangeLog?rev=1.1&content-type=text/plain
66
67 Index: ChangeLog
68 ===================================================================
69 # ChangeLog for dev-ruby/launchy
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/launchy/ChangeLog,v 1.1 2013/08/02 06:15:15 mrueg Exp $
72
73 *launchy-2.3.0 (02 Aug 2013)
74
75 02 Aug 2013; Manuel RĂ¼ger <mrueg@g.o>
76 +files/launchy-2.3.0-drop-failing-test.patch, +launchy-2.3.0.ebuild,
77 +metadata.xml:
78 Initial version, taken from ruby-overlay