www-apps/libravatarserv: New package
the build was successful Details

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-11-25 07:48:26 +01:00
parent c755b7c2c0
commit 97640d91fd
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
4 changed files with 103 additions and 0 deletions

View File

@ -0,0 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST libravatarserv-0.2.3.tar.gz 16480 BLAKE2B 0916179cbda02badee75e64eb2dbcf33f10f9978ee85c0fce7a61b6b20e728c282744a7039a4473ddff9de1961b0368ae892d441d19576bbdd7d87255ff99001 SHA512 222fe8f546f22d2534bda914f1e7b5bef8799075bf9e10397b2bafde392c190f437aa280cb1979aa050586c02c51fdeefc41122412dfd62a3f48cd414a288407
EBUILD libravatarserv-0.2.3.ebuild 767 BLAKE2B be36e9ea8bc641731e53bee469132981bcefaf301efbe7967172e0fff08be9434677d552fb31277556c978d1195413d7aa9e7169bd7671f323da6ba366f5eef7 SHA512 3840752b223ef64104369931359d8ea758692266cb2646e737145a0a1688c6f04ddb7862ca88e9c221c5a0284a167578791c971bc996c77d741972a48977ba4c
EBUILD libravatarserv-9999.ebuild 767 BLAKE2B be36e9ea8bc641731e53bee469132981bcefaf301efbe7967172e0fff08be9434677d552fb31277556c978d1195413d7aa9e7169bd7671f323da6ba366f5eef7 SHA512 3840752b223ef64104369931359d8ea758692266cb2646e737145a0a1688c6f04ddb7862ca88e9c221c5a0284a167578791c971bc996c77d741972a48977ba4c
MISC metadata.xml 351 BLAKE2B 71ac0893a9aba22d39b57647195232d4012c98b5d6f8551638f124bf474188d4177f4861325f218ee86042caf04f84a7b7ae3fb8f68bb8228af660219df666ed SHA512 baac3c95f337d0d6b89b673063f710627650028c8c581e8eda0ac14b7bd8043efe5b8ce767cd8ee9e3e5dc7f7a434e403e7426371e3573ed7e5ec932abf5a7e6
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW/pFuQAKCRDPw5SX8bJu
BzXIAP9qLt+THnks/2MxX5kejDxdLl9Xq/D8hf3H0rWR93M1hgD8DJA7FbiRxHFA
5CEOAT8zEXQD9AbBRbGhJTT6hE5OMSo=
=osaN
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,39 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
fi
DESCRIPTION="Simple libravatar server."
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
else
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="GPL-3+"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64"
fi
IUSE=""
DEPEND="
dev-util/cmake
dev-libs/crypto++
media-gfx/imagemagick
dev-libs/libxdg-basedir
"
RDEPEND="${DEPEND}"
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi

View File

@ -0,0 +1,39 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
fi
DESCRIPTION="Simple libravatar server."
HOMEPAGE="https://schlomp.space/tastytea/libravatarserv"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://schlomp.space/tastytea/libravatarserv.git"
else
SRC_URI="https://schlomp.space/tastytea/libravatarserv/archive/${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="GPL-3+"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64"
fi
IUSE=""
DEPEND="
dev-util/cmake
dev-libs/crypto++
media-gfx/imagemagick
dev-libs/libxdg-basedir
"
RDEPEND="${DEPEND}"
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi

View File

@ -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>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
<upstream>
<bugs-to>https://schlomp.space/tastytea/libravatarserv/issues</bugs-to>
</upstream>
</pkgmetadata>