diff --git a/www-apps/libravatarserv/Manifest b/www-apps/libravatarserv/Manifest new file mode 100644 index 000000000..cc06df7f2 --- /dev/null +++ b/www-apps/libravatarserv/Manifest @@ -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----- diff --git a/www-apps/libravatarserv/libravatarserv-0.2.3.ebuild b/www-apps/libravatarserv/libravatarserv-0.2.3.ebuild new file mode 100644 index 000000000..41489cb63 --- /dev/null +++ b/www-apps/libravatarserv/libravatarserv-0.2.3.ebuild @@ -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 diff --git a/www-apps/libravatarserv/libravatarserv-9999.ebuild b/www-apps/libravatarserv/libravatarserv-9999.ebuild new file mode 100644 index 000000000..41489cb63 --- /dev/null +++ b/www-apps/libravatarserv/libravatarserv-9999.ebuild @@ -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 diff --git a/www-apps/libravatarserv/metadata.xml b/www-apps/libravatarserv/metadata.xml new file mode 100644 index 000000000..0fc9f5fef --- /dev/null +++ b/www-apps/libravatarserv/metadata.xml @@ -0,0 +1,11 @@ + + + + + gentoo@tastytea.de + tastytea + + + https://schlomp.space/tastytea/libravatarserv/issues + +