net-misc/expandurl-mastodon: Added asciidoc dependency, bumped EAPI to 7.

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-01-31 18:54:54 +01:00
parent a9db6ed9fd
commit 9e8224ae5f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 25 additions and 11 deletions

View File

@ -1,2 +1,12 @@
EBUILD expandurl-mastodon-9999.ebuild 757 BLAKE2B aa7961af5ffa971ac19c43608a669653a2f5c3c1810c383a6cbd892c17812b7459f4e916b45a40a8f71b38c6ac8e055cb39f8d9ddce5835e9c29d9a15d857525 SHA512 c875bdcf9e0e255ed22d3bdbb1f468ea4823051120e52162da2fde123c858cc871156ccbf9fc3cd91ef15725d634b21bf218b78c1c221209e79a36b32983845d
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD expandurl-mastodon-9999.ebuild 730 BLAKE2B affbf63acb844ced30362d69c417eda9efe6217598aa505c0c3040c90f3341ab6288c7a1f1b4248cd85f15a1822608aa3761717c16c7ac4f98f02dd1ab6eebe1 SHA512 5ead0f233723a588b68e933689717871e081bce3b03fec207abefa8dfce8b7e809058cff778e47fc472674f9c9acd200ea9fd1240ba23d5b389150c66a4a6dcf
MISC metadata.xml 478 BLAKE2B 7203e90577156d3d504a6f44ba396cfe25edbf0963460d273f84b7913588b7190351e9c69d385a7f7d6d5649db6f2b9b6c3b0f0eedde8cf0ca13e4094052a515 SHA512 1d517b7b89587a516223d9358c27c8f907a1ae89c10d4764f3e8244cbed39905344ae74f9f4832174fd5128f188488933ab7065b037336e5b2556647ab55d695
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXFM2bgAKCRDPw5SX8bJu
B49JAP4/e5yooH7haNkLwwJgvoA6aATbfHAvy4ZR/U0W/fn62AD8D93B6iBsYJNl
k7M0skUlRvGqiSbXGBZyPu5wnUZ8Gjw=
=MaQT
-----END PGP SIGNATURE-----

View File

@ -1,21 +1,26 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
inherit git-r3 cmake-utils
DESCRIPTION="Mastodon bot that expands shortened URLs."
HOMEPAGE="https://git.schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://git.schlomp.space/tastytea/expandurl-mastodon.git"
HOMEPAGE="https://schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://schlomp.space/tastytea/expandurl-mastodon.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=dev-cpp/mastodon-cpp-9999
>=dev-cpp/curlpp-0.8.1
>=dev-libs/libxdg-basedir-1.2.0-r1"
DEPEND=">=dev-util/cmake-3.9.6
${RDEPEND}"
RDEPEND="
>=dev-cpp/mastodon-cpp-9999
>=dev-cpp/curlpp-0.8.1
dev-libs/libxdg-basedir
"
DEPEND="
dev-util/cmake
app-text/asciidoc
${RDEPEND}
"
src_unpack() {
git-r3_src_unpack
@ -23,7 +28,6 @@ src_unpack() {
src_install() {
cmake-utils_src_install
dodoc README.md
newinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "EXPANDURL_USER=\"expandurl\"" | newconfd - expandurl-mastodon
}