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/
Date: Fri, 03 Oct 2014 10:26:19
Message-Id: 1412331788.d109c6fe77b6810b9fd801ee9f43febb4bb63184.graaff@gentoo
1 commit: d109c6fe77b6810b9fd801ee9f43febb4bb63184
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Oct 3 10:23:08 2014 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 3 10:23:08 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=d109c6fe
7
8 Initial import.
9
10 Package-Manager: portage-2.2.8-r2
11
12 ---
13 dev-ruby/global_phone/ChangeLog | 10 ++++++++++
14 dev-ruby/global_phone/Manifest | 1 +
15 dev-ruby/global_phone/global_phone-1.0.1.ebuild | 21 +++++++++++++++++++++
16 dev-ruby/global_phone/metadata.xml | 5 +++++
17 4 files changed, 37 insertions(+)
18
19 diff --git a/dev-ruby/global_phone/ChangeLog b/dev-ruby/global_phone/ChangeLog
20 new file mode 100644
21 index 0000000..2755f70
22 --- /dev/null
23 +++ b/dev-ruby/global_phone/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-ruby/global_phone
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*global_phone-1.0.1 (03 Oct 2014)
30 +
31 + 03 Oct 2014; Hans de Graaff <graaff@g.o> +global_phone-1.0.1.ebuild,
32 + +metadata.xml:
33 + Initial import.
34 +
35
36 diff --git a/dev-ruby/global_phone/Manifest b/dev-ruby/global_phone/Manifest
37 new file mode 100644
38 index 0000000..1450023
39 --- /dev/null
40 +++ b/dev-ruby/global_phone/Manifest
41 @@ -0,0 +1 @@
42 +DIST global_phone-1.0.1.gem 10240 SHA256 8ea712f020b01fb457c594c6f8dbd575797d8cada42a581d234e5369f4406e17 SHA512 97b135ad2532cebef8c15e337eabe5d61dbf535d0a80c124432de732a0105e4625e70d3d0a5cf4273da569ef83a90a3bb46b98657c7d6965ec4f484f4079299d WHIRLPOOL eafec679661a665aab55ed3143a65830723e63815d77d8f1d3e422d7c206e9d864478bb4ded595484d95c94223b38e5d6b6e578c745e4a8467bd9a70367e6877
43
44 diff --git a/dev-ruby/global_phone/global_phone-1.0.1.ebuild b/dev-ruby/global_phone/global_phone-1.0.1.ebuild
45 new file mode 100644
46 index 0000000..44ef7e3
47 --- /dev/null
48 +++ b/dev-ruby/global_phone/global_phone-1.0.1.ebuild
49 @@ -0,0 +1,21 @@
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 diff --git a/dev-ruby/global_phone/metadata.xml b/dev-ruby/global_phone/metadata.xml
73 new file mode 100644
74 index 0000000..f977299
75 --- /dev/null
76 +++ b/dev-ruby/global_phone/metadata.xml
77 @@ -0,0 +1,5 @@
78 +<?xml version = '1.0' encoding = 'UTF-8'?>
79 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 +<pkgmetadata>
81 +<maintainer><email>graaff@g.o</email></maintainer>
82 +</pkgmetadata>