Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/global_phone_dbgen/
Date: Fri, 03 Oct 2014 10:26:21
Message-Id: 1412331968.fa87ab41a91ba9c3f08a8ab7703573042380d932.graaff@gentoo
1 commit: fa87ab41a91ba9c3f08a8ab7703573042380d932
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Oct 3 10:26:08 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 3 10:26:08 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=fa87ab41
7
8 Initial import.
9
10 Package-Manager: portage-2.2.8-r2
11
12 ---
13 dev-ruby/global_phone_dbgen/ChangeLog | 10 ++++++++++
14 dev-ruby/global_phone_dbgen/Manifest | 1 +
15 .../global_phone_dbgen-1.0.0.ebuild | 23 ++++++++++++++++++++++
16 dev-ruby/global_phone_dbgen/metadata.xml | 5 +++++
17 4 files changed, 39 insertions(+)
18
19 diff --git a/dev-ruby/global_phone_dbgen/ChangeLog b/dev-ruby/global_phone_dbgen/ChangeLog
20 new file mode 100644
21 index 0000000..dd11dce
22 --- /dev/null
23 +++ b/dev-ruby/global_phone_dbgen/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-ruby/global_phone_dbgen
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*global_phone_dbgen-1.0.0 (03 Oct 2014)
30 +
31 + 03 Oct 2014; Hans de Graaff <graaff@g.o>
32 + +global_phone_dbgen-1.0.0.ebuild, +metadata.xml:
33 + Initial import.
34 +
35
36 diff --git a/dev-ruby/global_phone_dbgen/Manifest b/dev-ruby/global_phone_dbgen/Manifest
37 new file mode 100644
38 index 0000000..7616bdf
39 --- /dev/null
40 +++ b/dev-ruby/global_phone_dbgen/Manifest
41 @@ -0,0 +1 @@
42 +DIST global_phone_dbgen-1.0.0.gem 8704 SHA256 93fdd9cd3bc83a965b2c2964f34aded52fc8252e6ebe85ffcd0b2e3c205b95f0 SHA512 4f404d819412b74263fcd657ea16f1c316a49b4700e8c7e6cf5acdc516f96f0c92152066229470d26f85990f3f80fed8f67eb33fa7cbda79b2385b23d3de0a43 WHIRLPOOL 506fbfbe5f322c57ea043f944871a96166bdabdaa15876e5a3a376d2afe8b7b3389d6e37c1de01ebff82c1335acfdc86d354d4f04959616bf59f85c2fd486fcc
43
44 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
45 new file mode 100644
46 index 0000000..970ad13
47 --- /dev/null
48 +++ b/dev-ruby/global_phone_dbgen/global_phone_dbgen-1.0.0.ebuild
49 @@ -0,0 +1,23 @@
50 +# Copyright 1999-2014 Gentoo Foundation
51 +# Distributed under the terms of the GNU General Public License v2
52 +# $Header: $
53 +
54 +EAPI=5
55 +USE_RUBY="ruby19 ruby20 ruby21"
56 +
57 +RUBY_FAKEGEM_TASK_DOC=""
58 +RUBY_FAKEGEM_EXTRADOC="README.md"
59 +
60 +RUBY_FAKEGEM_TASK_TEST=""
61 +
62 +inherit ruby-fakegem
63 +
64 +DESCRIPTION="Parses, validates, and formats local and international phone numbers"
65 +HOMEPAGE="https://github.com/sstephenson/global_phone"
66 +
67 +LICENSE="MIT"
68 +SLOT="0"
69 +KEYWORDS="~amd64"
70 +IUSE=""
71 +
72 +ruby_add_rdepend ">=dev-ruby/nokogiri-1.5"
73
74 diff --git a/dev-ruby/global_phone_dbgen/metadata.xml b/dev-ruby/global_phone_dbgen/metadata.xml
75 new file mode 100644
76 index 0000000..f977299
77 --- /dev/null
78 +++ b/dev-ruby/global_phone_dbgen/metadata.xml
79 @@ -0,0 +1,5 @@
80 +<?xml version = '1.0' encoding = 'UTF-8'?>
81 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 +<pkgmetadata>
83 +<maintainer><email>graaff@g.o</email></maintainer>
84 +</pkgmetadata>