summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2014-10-03 12:23:08 +0200
committerHans de Graaff <hans@degraaff.org>2014-10-03 12:23:08 +0200
commitd109c6fe77b6810b9fd801ee9f43febb4bb63184 (patch)
tree58d71447811b4d12477c1f3058eb45c9ba91f0e6 /dev-ruby/global_phone
parentVersion bump. (diff)
downloadgraaff-d109c6fe77b6810b9fd801ee9f43febb4bb63184.tar.gz
graaff-d109c6fe77b6810b9fd801ee9f43febb4bb63184.tar.bz2
graaff-d109c6fe77b6810b9fd801ee9f43febb4bb63184.zip
Initial import.
Package-Manager: portage-2.2.8-r2
Diffstat (limited to 'dev-ruby/global_phone')
-rw-r--r--dev-ruby/global_phone/ChangeLog10
-rw-r--r--dev-ruby/global_phone/Manifest1
-rw-r--r--dev-ruby/global_phone/global_phone-1.0.1.ebuild21
-rw-r--r--dev-ruby/global_phone/metadata.xml5
4 files changed, 37 insertions, 0 deletions
diff --git a/dev-ruby/global_phone/ChangeLog b/dev-ruby/global_phone/ChangeLog
new file mode 100644
index 00000000..2755f702
--- /dev/null
+++ b/dev-ruby/global_phone/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/global_phone
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*global_phone-1.0.1 (03 Oct 2014)
+
+ 03 Oct 2014; Hans de Graaff <graaff@gentoo.org> +global_phone-1.0.1.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/dev-ruby/global_phone/Manifest b/dev-ruby/global_phone/Manifest
new file mode 100644
index 00000000..1450023b
--- /dev/null
+++ b/dev-ruby/global_phone/Manifest
@@ -0,0 +1 @@
+DIST global_phone-1.0.1.gem 10240 SHA256 8ea712f020b01fb457c594c6f8dbd575797d8cada42a581d234e5369f4406e17 SHA512 97b135ad2532cebef8c15e337eabe5d61dbf535d0a80c124432de732a0105e4625e70d3d0a5cf4273da569ef83a90a3bb46b98657c7d6965ec4f484f4079299d WHIRLPOOL eafec679661a665aab55ed3143a65830723e63815d77d8f1d3e422d7c206e9d864478bb4ded595484d95c94223b38e5d6b6e578c745e4a8467bd9a70367e6877
diff --git a/dev-ruby/global_phone/global_phone-1.0.1.ebuild b/dev-ruby/global_phone/global_phone-1.0.1.ebuild
new file mode 100644
index 00000000..44ef7e32
--- /dev/null
+++ b/dev-ruby/global_phone/global_phone-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# 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=""
diff --git a/dev-ruby/global_phone/metadata.xml b/dev-ruby/global_phone/metadata.xml
new file mode 100644
index 00000000..f9772993
--- /dev/null
+++ b/dev-ruby/global_phone/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>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>