net-misc/expandurl-mastodon: Remove package.
continuous-integration/drone/push Build is passing Details

Depends on mastodon-cpp, which was removed.
This commit is contained in:
tastytea 2020-12-23 15:30:18 +01:00
parent b0a79cae4a
commit 023062408c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 48 deletions

View File

@ -1,33 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3 cmake
DESCRIPTION="Mastodon bot that expands shortened URLs."
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-0.105.0
>=dev-cpp/curlpp-0.8.1
dev-libs/libxdg-basedir
"
DEPEND="
dev-util/cmake
app-text/asciidoc
${RDEPEND}
"
src_unpack() {
git-r3_src_unpack
}
src_install() {
cmake_src_install
newinitd init/expandurl-mastodon.openrc expandurl-mastodon
echo "EXPANDURL_USER=\"expandurl\"" | newconfd - expandurl-mastodon
}

View File

@ -1,15 +0,0 @@
<?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>
<maintainer status="active">
<name>tastytea</name>
<email>tastytea@tastytea.de</email>
</maintainer>
<bugs-to>https://schlomp.space/tastytea/expandurl-mastodon/issues</bugs-to>
</upstream>
</pkgmetadata>