net-misc/expandurl-mastodon: updated 9999

Package-Manager: Portage-2.3.40, Repoman-2.3.9
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2018-08-14 18:32:50 +02:00
parent d04c1e1114
commit b04d33966a
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 11 additions and 10 deletions

View File

@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
EBUILD expandurl-mastodon-9999.ebuild 747 BLAKE2B e8093ee9566e0602f50ec3b6a2f268868a40311c2e3fe77010fc85fbfdb729baff51c4d5d0feaef7f60ede4048a1055b77c67b207f7b10e070918221c643a2f1 SHA512 3562353a9fdbcc0c691d3000548366932d33d4d98163c7f1634f486cdf1fe4d21fd3478e11b0fff11bbade174462c1c4c72fcd964b6300eac745d7f02e52af1c
EBUILD expandurl-mastodon-9999.ebuild 764 BLAKE2B fb5aab51c3f1e19f6bd79a7583eb297e6bcd289ab960176d8fbd2cca82c86065847d9271aca7d6ff1cd901d1f397b37c4f68c4c33322ce16b240cbc172014bb4 SHA512 0e38db88d08256fa694ba2ba1fafac54625aff1769f3f256e1e34af67e13be8a4f6fa1e8f4af713aa763da3bdb0956e06dc518d33eac58a141527c0e5eb56d69
MISC metadata.xml 478 BLAKE2B 7203e90577156d3d504a6f44ba396cfe25edbf0963460d273f84b7913588b7190351e9c69d385a7f7d6d5649db6f2b9b6c3b0f0eedde8cf0ca13e4094052a515 SHA512 1d517b7b89587a516223d9358c27c8f907a1ae89c10d4764f3e8244cbed39905344ae74f9f4832174fd5128f188488933ab7065b037336e5b2556647ab55d695
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW0zZ/QAKCRDPw5SX8bJu
Bw15AP90AGM8S2BK4Bkg8WSGLB0DPox7Qv9EuUNCtbgNtzej7gEAhqe6PyNcNWLR
PKHEd+xvtEY96o8qdwvzJ6aW23CMGL8=
=PK+w
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCW3MD6wAKCRDPw5SX8bJu
B4MMAP99r+JyUc8yUQ9B0RHPceB1zbcxsXAc9ZUuKNdUSETFzwD/TzWrSWrybE2O
Y8jNcLbPY7S/nP2w7spxFumtCXjUbE4=
=9fWu
-----END PGP SIGNATURE-----

View File

@ -1,19 +1,20 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=6
inherit git-r3 cmake-utils
DESCRIPTION="Mastodon bot that expands shortened URLs."
HOMEPAGE="https://schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://schlomp.space/tastytea/expandurl-mastodon.git"
HOMEPAGE="https://git.schlomp.space/tastytea/expandurl-mastodon"
EGIT_REPO_URI="https://git.schlomp.space/tastytea/expandurl-mastodon.git"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND=">=dev-cpp/mastodon-cpp-0.15.1
>=dev-cpp/curlpp-0.8.1
>=dev-libs/libxdg-basedir-1.2.0-r1"
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}"