net-misc/feiertagebot: 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 2019-02-12 01:38:58 +01:00
parent a4c8a162e3
commit dec0b9bf2c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD feiertagebot-9999.ebuild 1062 BLAKE2B fac261dd09165f3e06a05e51c42a19e9dedb9281d89cde9c9f707ac5b81c59691bd58b3013e71fc94af3f05e4774257df8ba99f3b9c206ff700cda5e64e26566 SHA512 776b00d3a6c79d0532fbe66120b9401fbff633532b1a7e632fb8a0474716102f02f06034179dd41d23413cf26c3600283dd31e06077fa158d99ebe6b7f6b91fb
MISC metadata.xml 349 BLAKE2B d8e40cd87009be1b7bb47305d7d87219fef937246b4303b803f8bdeeab5971f5bda2f3fff19dce49658fec2d14ad7d57fb65fada4a58eeb689d827f9a20e401f SHA512 f14f27318c35c69393a6fcb526e9b291235fcda1c76c81c073257025a9b0dbb7be9074b7bf047c2b20d3fa04c7b26391ae1f8e9d4f55005ebd1976a18b08bb18
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXGIVogAKCRDPw5SX8bJu
B9A+AP9ZqzfVz88H2rMcz2AbqMakFYtMnahre3M01lffK9DTVAD/UIztSg9HAnxK
RMH4BeGwuBI59ofc9OO6Khl0Gg5i9Ls=
=z/Ch
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,55 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake-utils
if [[ "${PV}" == "9999" ]]; then
inherit git-r3
fi
XDGJSON_PV="0.2.3"
DESCRIPTION="Allows you to execute files from compiled languages as scripts."
HOMEPAGE="https://schlomp.space/tastytea/feiertagebot"
if [[ "${PV}" == "9999" ]]; then
EGIT_REPO_URI="https://schlomp.space/tastytea/feiertagebot.git"
else
SRC_URI="
https://schlomp.space/tastytea/feiertagebot/archive/${PV}.tar.gz -> ${P}.tar.gz
https://schlomp.space/tastytea/xdgjson/archive/${XDGJSON_PV}.tar.gz -> xdgcfg-${XDGJSON_PV}.tar.gz
"
fi
LICENSE="GPL-3"
SLOT="0"
if [[ "${PV}" == "9999" ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64"
fi
IUSE=""
RDEPEND="
dev-libs/libxdg-basedir
dev-cpp/curlpp
dev-libs/jsoncpp
dev-cpp/mastodon-cpp
"
DEPEND="
dev-util/cmake
${RDEPEND}
"
if [[ "${PV}" != "9999" ]]; then
S="${WORKDIR}/${PN}"
fi
src_unpack() {
if [[ "${PV}" == "9999" ]]; then
git-r3_src_unpack
else
default_src_unpack
mv xdgcfg ${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/feiertagebot/issues</bugs-to>
</upstream>
</pkgmetadata>