dev-libs/libphonenumber: QA fixes

- quote S
- fix MisplacedEclassVar
- remove RedundantLongDescription
- fix java.eclassesnotused

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-07-24 17:36:05 +02:00
parent a555c7d0fe
commit 145c1251cb
2 changed files with 11 additions and 17 deletions

View File

@@ -3,31 +3,28 @@
EAPI=7
inherit cmake
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"
IUSE=""
DEPEND="dev-libs/icu
dev-libs/protobuf
dev-libs/boost
DEPEND="
dev-libs/icu
dev-libs/protobuf
dev-libs/boost
"
RDEPEND="${DEPEND}"
BDEPEND="dev-cpp/gtest
virtual/jdk
BDEPEND="
dev-cpp/gtest
virtual/jdk
"
RESTRICT+=" test" # bug 668872
CMAKE_USE_DIR=${S}/cpp
CMAKE_MAKEFILE_GENERATOR=emake
RESTRICT="test" # bug 668872

View File

@@ -5,9 +5,6 @@
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers.
</longdescription>
<upstream>
<doc>https://github.com/google/libphonenumber</doc>
</upstream>