dev-cpp/identiconpp: Version bump 0.6.0.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
96cba5ac2a
commit
43f97a4940
|
@ -1,14 +1,14 @@
|
|||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST identiconpp-0.4.0.tar.gz 27301 BLAKE2B 68a25cc7b23c82276d4cc3b0e3acdf1a3415bde9a1c4143f66b2cee71974a13397d6e37e2dc8ae5fd779c8a92ebb8ba9dc5c465bfdbd0b5cfeba9b49a516181a SHA512 41a49b3981927648d671b0182f0988d519682c89c0052d8679f39f6ce431ecc2a4f98fc6fbc2a4fe38f82b806c781d69b5f6ea3c9d0dcc1b27b8902939bb43e9
|
||||
EBUILD identiconpp-0.4.0.ebuild 1320 BLAKE2B f5102a7844277bf31159d66f771023477b0d10c5b193312bcc6f264254f89e8e78e6f8396c039a035a5b93c8accd17e8c7d82c49a75949dfcfd823236351432f SHA512 20ccf905e1cdaaba105df637d36b2b50586ebaf3694cdd49f56863fe8339f1a32059e22692e6f49f5759effc43c039702ec9a4e5b08b90015c765d15a8e8544c
|
||||
EBUILD identiconpp-9999.ebuild 1320 BLAKE2B f5102a7844277bf31159d66f771023477b0d10c5b193312bcc6f264254f89e8e78e6f8396c039a035a5b93c8accd17e8c7d82c49a75949dfcfd823236351432f SHA512 20ccf905e1cdaaba105df637d36b2b50586ebaf3694cdd49f56863fe8339f1a32059e22692e6f49f5759effc43c039702ec9a4e5b08b90015c765d15a8e8544c
|
||||
DIST identiconpp-0.6.0.tar.gz 27879 BLAKE2B 4e55d52073535d33ee6cfd5033513aceea0715b3068bd5dbc59bda43b0fb98b5ff0e5a7d3334e78ce61aa14e3b4d4576e76f9a3b9b36d8a410a4314f2f9aa6ea SHA512 6eb93a307b883d3d5b6b7e37711c2112c8cc89f1ac6510d83ffae28afb5204b7ce5638a16ee06b4668dfccade28f64b6ba9b8aa95091a7de570cb3a2adbea868
|
||||
EBUILD identiconpp-0.6.0.ebuild 1242 BLAKE2B 1bdbda66d66877cd9b2e927b62c82f99f0508c743c2af8ba49a854b6c0bf5491aad774e8af71b5b98ee3a6d69e5c516c81a7684bc73b1b2a5ec1a13930be6fce SHA512 74abf10e4874055ede270f6ed478600e10612a64f92a244019408e8372988ba3e5c1d4b319cd65c0e6acc121b9cb08aba64da9bccda1a84b64c18919ab83e009
|
||||
EBUILD identiconpp-9999.ebuild 1242 BLAKE2B 1bdbda66d66877cd9b2e927b62c82f99f0508c743c2af8ba49a854b6c0bf5491aad774e8af71b5b98ee3a6d69e5c516c81a7684bc73b1b2a5ec1a13930be6fce SHA512 74abf10e4874055ede270f6ed478600e10612a64f92a244019408e8372988ba3e5c1d4b319cd65c0e6acc121b9cb08aba64da9bccda1a84b64c18919ab83e009
|
||||
MISC metadata.xml 348 BLAKE2B 8ff6ffefd59c4f15ecdec44a37e865154539ee369cf25c64067b882d7c3313200d2b61428e6cff50a177aff14d333b7c4d5e044e6d42be6e14bd3130a42d0503 SHA512 e61b3034f2fb64b93786989607367ca698a07135cb23e00c75dcb38fa581bed192485a253057f4c553a2b637767a84a5084eeead60eeea6714b5f77b6d75dd93
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXC+qIgAKCRDPw5SX8bJu
|
||||
B89VAP0X8tsjj5zEmfekiz2FySasbEhmSIPPVTBd/c6TNxPM5AD7BLGbNDUpRxhM
|
||||
21eYRvSw8nyZqy01Tuw8zH8YfchBAcM=
|
||||
=taOs
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXUAFcAAKCRDPw5SX8bJu
|
||||
BxU/AP9tut7uwmQxOogBKhGg5io+vNg59OaqwGwhLzKWOL4vlgD+LeurawWNMCMQ
|
||||
U6HjVxH5X/s/Il46sR53ucs2g+gQodA=
|
||||
=FC58
|
||||
-----END PGP SIGNATURE-----
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
|
@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Library to generate identicons in C++."
|
||||
DESCRIPTION="Library to generate identicons."
|
||||
HOMEPAGE="https://schlomp.space/tastytea/identiconpp"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/identiconpp.git"
|
||||
|
@ -25,7 +25,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
IUSE="debug doc examples test"
|
||||
IUSE="doc examples test"
|
||||
|
||||
RDEPEND="
|
||||
media-gfx/imagemagick[png]
|
||||
|
@ -60,11 +60,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
if use debug; then
|
||||
cmake-utils_src_compile DEBUG=1
|
||||
else
|
||||
cmake-utils_src_compile
|
||||
fi
|
||||
|
||||
if use doc; then
|
||||
./build_doc.sh
|
|
@ -1,7 +1,7 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
|
@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
inherit git-r3
|
||||
fi
|
||||
|
||||
DESCRIPTION="Library to generate identicons in C++."
|
||||
DESCRIPTION="Library to generate identicons."
|
||||
HOMEPAGE="https://schlomp.space/tastytea/identiconpp"
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://schlomp.space/tastytea/identiconpp.git"
|
||||
|
@ -25,7 +25,7 @@ if [[ "${PV}" == "9999" ]]; then
|
|||
else
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
IUSE="debug doc examples test"
|
||||
IUSE="doc examples test"
|
||||
|
||||
RDEPEND="
|
||||
media-gfx/imagemagick[png]
|
||||
|
@ -60,11 +60,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
if use debug; then
|
||||
cmake-utils_src_compile DEBUG=1
|
||||
else
|
||||
cmake-utils_src_compile
|
||||
fi
|
||||
|
||||
if use doc; then
|
||||
./build_doc.sh
|
||||
|
|
Reference in New Issue
Block a user