commit: fa87ab41a91ba9c3f08a8ab7703573042380d932 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Fri Oct 3 10:26:08 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 10:26:08 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=fa87ab41
Initial import. Package-Manager: portage-2.2.8-r2 --- dev-ruby/global_phone_dbgen/ChangeLog | 10 ++++++++++ dev-ruby/global_phone_dbgen/Manifest | 1 + .../global_phone_dbgen-1.0.0.ebuild | 23 ++++++++++++++++++++++ dev-ruby/global_phone_dbgen/metadata.xml | 5 +++++ 4 files changed, 39 insertions(+) diff --git a/dev-ruby/global_phone_dbgen/ChangeLog b/dev-ruby/global_phone_dbgen/ChangeLog new file mode 100644 index 0000000..dd11dce --- /dev/null +++ b/dev-ruby/global_phone_dbgen/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/global_phone_dbgen +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*global_phone_dbgen-1.0.0 (03 Oct 2014) + + 03 Oct 2014; Hans de Graaff <[email protected]> + +global_phone_dbgen-1.0.0.ebuild, +metadata.xml: + Initial import. + diff --git a/dev-ruby/global_phone_dbgen/Manifest b/dev-ruby/global_phone_dbgen/Manifest new file mode 100644 index 0000000..7616bdf --- /dev/null +++ b/dev-ruby/global_phone_dbgen/Manifest @@ -0,0 +1 @@ +DIST global_phone_dbgen-1.0.0.gem 8704 SHA256 93fdd9cd3bc83a965b2c2964f34aded52fc8252e6ebe85ffcd0b2e3c205b95f0 SHA512 4f404d819412b74263fcd657ea16f1c316a49b4700e8c7e6cf5acdc516f96f0c92152066229470d26f85990f3f80fed8f67eb33fa7cbda79b2385b23d3de0a43 WHIRLPOOL 506fbfbe5f322c57ea043f944871a96166bdabdaa15876e5a3a376d2afe8b7b3389d6e37c1de01ebff82c1335acfdc86d354d4f04959616bf59f85c2fd486fcc diff --git a/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild b/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild new file mode 100644 index 0000000..970ad13 --- /dev/null +++ b/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.md" + +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="Parses, validates, and formats local and international phone numbers" +HOMEPAGE="https://github.com/sstephenson/global_phone" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/nokogiri-1.5" diff --git a/dev-ruby/global_phone_dbgen/metadata.xml b/dev-ruby/global_phone_dbgen/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/dev-ruby/global_phone_dbgen/metadata.xml @@ -0,0 +1,5 @@ +<?xml version = '1.0' encoding = 'UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>[email protected]</email></maintainer> +</pkgmetadata>
