Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ipaddress: metadata.xml ipaddress-0.8.0.ebuild ChangeLog
Date: Sun, 29 Apr 2012 15:24:44
Message-Id: 20120429152428.280072004B@flycatcher.gentoo.org
1 hollow 12/04/29 15:24:28
2
3 Added: metadata.xml ipaddress-0.8.0.ebuild ChangeLog
4 Log:
5 initial ebuild (dependency of dev-ruby/ohai-0.6.12)
6
7 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/ipaddress/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/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/ipaddress/ipaddress-0.8.0.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild?rev=1.1&content-type=text/plain
29
30 Index: ipaddress-0.8.0.ebuild
31 ===================================================================
32 # Copyright 1999-2012 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.1 2012/04/29 15:24:28 hollow Exp $
35
36 EAPI=4
37 USE_RUBY="ruby18 ruby19"
38
39 RUBY_FAKEGEM_TASK_DOC=""
40 RUBY_FAKEGEM_TASK_TEST=""
41
42 inherit ruby-fakegem
43
44 DESCRIPTION="A library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple"
45 HOMEPAGE="http://github.com/bluemonk/ipaddress"
46
47 LICENSE="Apache-2.0"
48 SLOT="0"
49 KEYWORDS="~amd64 ~x86"
50 IUSE=""
51
52
53
54 1.1 dev-ruby/ipaddress/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.1&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ipaddress/ChangeLog?rev=1.1&content-type=text/plain
58
59 Index: ChangeLog
60 ===================================================================
61 # ChangeLog for dev-ruby/ipaddress
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.1 2012/04/29 15:24:28 hollow Exp $
64
65 *ipaddress-0.8.0 (29 Apr 2012)
66
67 29 Apr 2012; Benedikt Böhm <hollow@g.o> +ipaddress-0.8.0.ebuild,
68 +metadata.xml:
69 initial ebuild (dependency of dev-ruby/ohai-0.6.12)