Removed upstreamed

This commit is contained in:
Gerben Jan Dijkman 2021-12-19 16:56:18 +01:00
parent b3efc0e7bf
commit 3ab5c76b2b
3 changed files with 0 additions and 39 deletions

View File

@ -1 +0,0 @@
DIST libphonenumber-8.12.38.tar.gz 11006968 BLAKE2B ff7802453124aa41a040f7d6d99f9025ac2444d5323bb342adb4c6123bfa4ebe65c29177d63dae224b892d382324f70096c7c01b86a023e9694cc15dbfecf47e SHA512 2c5d1fe9c92a44b7e7ad53a720d2ce2b59f6364059ebdd629b05759af033145ba11accf30ea1219a66610b4fc2eb585e2cb174a780e06d81db136353b8b8f9d0

View File

@ -1,30 +0,0 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CMAKE_MAKEFILE_GENERATOR=emake
CMAKE_USE_DIR="${S}/cpp"
inherit java-pkg-2 cmake
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 ~arm ~arm64 ~x86"
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" # bug 668872

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
</pkgmetadata>