diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2012-04-29 15:24:28 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2012-04-29 15:24:28 +0000 |
commit | e281e800e9e726bf30bc451ec92747a08880d36f (patch) | |
tree | 34ae856b9b43ad8cec0b4e8b8e70bc6883829b7e /dev-ruby | |
parent | x86 stable, bug #410611 (diff) | |
download | gentoo-2-e281e800e9e726bf30bc451ec92747a08880d36f.tar.gz gentoo-2-e281e800e9e726bf30bc451ec92747a08880d36f.tar.bz2 gentoo-2-e281e800e9e726bf30bc451ec92747a08880d36f.zip |
initial ebuild (dependency of dev-ruby/ohai-0.6.12)
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ipaddress/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/ipaddress/ipaddress-0.8.0.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/ipaddress/metadata.xml | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-ruby/ipaddress/ChangeLog b/dev-ruby/ipaddress/ChangeLog new file mode 100644 index 000000000000..133e9d2a95d6 --- /dev/null +++ b/dev-ruby/ipaddress/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/ipaddress +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ChangeLog,v 1.1 2012/04/29 15:24:28 hollow Exp $ + +*ipaddress-0.8.0 (29 Apr 2012) + + 29 Apr 2012; Benedikt Böhm <hollow@gentoo.org> +ipaddress-0.8.0.ebuild, + +metadata.xml: + initial ebuild (dependency of dev-ruby/ohai-0.6.12) + diff --git a/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild new file mode 100644 index 000000000000..d4d3ce56bf06 --- /dev/null +++ b/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ipaddress/ipaddress-0.8.0.ebuild,v 1.1 2012/04/29 15:24:28 hollow Exp $ + +EAPI=4 +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="A library designed to make manipulation of IPv4 and IPv6 addresses both powerful and simple" +HOMEPAGE="http://github.com/bluemonk/ipaddress" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-ruby/ipaddress/metadata.xml b/dev-ruby/ipaddress/metadata.xml new file mode 100644 index 000000000000..0040b1162894 --- /dev/null +++ b/dev-ruby/ipaddress/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ruby</herd> +</pkgmetadata> |