public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marco Scardovi" <marco@scardovi.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libphonenumber/
Date: Tue, 22 Jun 2021 15:39:19 +0000 (UTC)	[thread overview]
Message-ID: <1624376344.2cfd1a3993bfe6821f695ee9cef527f92c510919.marco@gentoo> (raw)

commit:     2cfd1a3993bfe6821f695ee9cef527f92c510919
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Tue Jun 22 15:39:04 2021 +0000
Commit:     Marco Scardovi <marco <AT> scardovi <DOT> com>
CommitDate: Tue Jun 22 15:39:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2cfd1a39

dev-libs/libphonenumber: add for chatty

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco <AT> scardovi.com>

 dev-libs/libphonenumber/Manifest                   |  1 +
 .../libphonenumber/libphonenumber-8.12.25.ebuild   | 33 ++++++++++++++++++++++
 dev-libs/libphonenumber/metadata.xml               | 11 ++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-libs/libphonenumber/Manifest b/dev-libs/libphonenumber/Manifest
new file mode 100644
index 000000000..8b5888b66
--- /dev/null
+++ b/dev-libs/libphonenumber/Manifest
@@ -0,0 +1 @@
+DIST libphonenumber-8.12.25.tar.gz 10988736 BLAKE2B 373a31f815668fe9e284cedcb9503e45d3c25b0bb770939fa2c6badb54ae16bf68fba7e755d7b0178905401a99d22dcc2a6fde35a95daa01b50d63cb0a707654 SHA512 d2cd2ad3f1a9be6659bc8ef00ace295dfdbff354115aad563dca7dc169d7468a45941457b3d7c3af16691aee2537bbe7227a2989f30f2bbc7bf6ae410d3e3c5c

diff --git a/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild b/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild
new file mode 100644
index 000000000..89b726b67
--- /dev/null
+++ b/dev-libs/libphonenumber/libphonenumber-8.12.25.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CMAKE_MAKEFILE_GENERATOR=emake
+
+inherit cmake java-pkg-2
+
+DESCRIPTION="library for parsing, formatting, and validating international phone numbers"
+HOMEPAGE="https://github.com/google/libphonenumber"
+SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~arm64"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+
+DEPEND="
+	dev-libs/icu
+	dev-libs/protobuf
+	dev-libs/boost
+"
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+	dev-cpp/gtest
+	virtual/jdk
+"
+
+RESTRICT+=" test" # test is broken
+
+CMAKE_USE_DIR="${S}"/cpp

diff --git a/dev-libs/libphonenumber/metadata.xml b/dev-libs/libphonenumber/metadata.xml
new file mode 100644
index 000000000..a0b29038e
--- /dev/null
+++ b/dev-libs/libphonenumber/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>marco@scardovi.com</email>
+		<name>Marco Scardovi</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">atom/atom</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2021-06-22 15:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 15:39 Marco Scardovi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-22 15:59 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/libphonenumber/ Marco Scardovi
2021-07-24  1:10 Gerben Jan Dijkman
2021-07-24 15:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 15:36 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-08-10  9:41 Gerben Jan Dijkman
2021-08-18  9:04 Gerben Jan Dijkman
2021-08-25  8:44 Gerben Jan Dijkman
2021-09-11 18:15 Gerben Jan Dijkman
2021-09-23  9:42 Gerben Jan Dijkman
2021-10-07 11:17 Gerben Jan Dijkman
2021-10-14  9:47 Gerben Jan Dijkman
2021-11-12 11:36 Gerben Jan Dijkman
2021-11-29 11:10 Gerben Jan Dijkman
2021-12-01 19:39 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-01 19:39 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624376344.2cfd1a3993bfe6821f695ee9cef527f92c510919.marco@gentoo \
    --to=marco@scardovi.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox