net-misc/mastorss: Delete old ebuild.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2020-11-27 15:45:41 +01:00
parent 96a5ac0831
commit 998db76b50
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 0 additions and 29 deletions

View File

@ -1,3 +1,2 @@
DIST mastorss-0.12.1.tar.gz 29239 BLAKE2B 2db773c64b922fe43e9ce43fc2ca9a151cc02040ca749d8b532de23a8f6c7aa05ebd8f3c14ef8795535a759e0c973f361cc1b9dd771547d4988b41241d538c9a SHA512 5e1318560a1fafd847b6514a870a53bba98e66b72e51ac6fbc729c46499124c8ee1d194380aecae00cc9aae1b9741c7cb8b205bd4f4c2f28c1d61ac1c89d21bf
DIST mastorss-0.12.2.tar.gz 29639 BLAKE2B d81d5ddd9ec058bdde3351b7abc9f4894bc406f4834e290f4906faff387ab9a70fa8cc865c08f6461d33f40eedff7235756e02ee456e4e506b90a7b3e0426338 SHA512 e002a657b84cce002bf701445bd36e8ca0244db693e5077183a04699a3c7304528362e79d9734bf24a450adbd60ec2fbccf318eaa828530c007c25c2ec0ef6c1
DIST mastorss-0.13.0.tar.gz 50548 BLAKE2B 56b05c43842760881c9bc27bbd404804beba0216b2d8a129aea78a41cf2fe832d357615b74ecf56c491af7a789e72691766d46cc6172b89057f7a5b179ff09e8 SHA512 c5034d483fc3139f9276b62c0a9181754fd847f45d6286bfd39b20ed602ae3ec72031ed898c5f3b3dba627e978232180cbd50340e3579771a7a42b6a98f83161

View File

@ -1,28 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="Another RSS to Mastodon bot"
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
SRC_URI="https://schlomp.space/tastytea/mastorss/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-libs/boost-1.62.0
>=dev-cpp/mastodonpp-0.4.0
>=dev-libs/jsoncpp-1.7.4
>=dev-cpp/restclient-cpp-0.5.1
"
DEPEND=" ${RDEPEND}"
BDEPEND="
virtual/pkgconfig
app-text/asciidoc
"
S="${WORKDIR}/${PN}"