net-misc/mastorss: Remove package.
It's in ::guru now.
This commit is contained in:
parent
8dd908c3b4
commit
079e797971
@ -1,2 +0,0 @@
|
|||||||
DIST mastorss-0.12.2.tar.gz 29639 BLAKE2B d81d5ddd9ec058bdde3351b7abc9f4894bc406f4834e290f4906faff387ab9a70fa8cc865c08f6461d33f40eedff7235756e02ee456e4e506b90a7b3e0426338 SHA512 e002a657b84cce002bf701445bd36e8ca0244db693e5077183a04699a3c7304528362e79d9734bf24a450adbd60ec2fbccf318eaa828530c007c25c2ec0ef6c1
|
|
||||||
DIST mastorss-0.13.0.tar.gz 50548 BLAKE2B 56b05c43842760881c9bc27bbd404804beba0216b2d8a129aea78a41cf2fe832d357615b74ecf56c491af7a789e72691766d46cc6172b89057f7a5b179ff09e8 SHA512 c5034d483fc3139f9276b62c0a9181754fd847f45d6286bfd39b20ed602ae3ec72031ed898c5f3b3dba627e978232180cbd50340e3579771a7a42b6a98f83161
|
|
@ -1,36 +0,0 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Another RSS to Mastodon bot"
|
|
||||||
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
|
|
||||||
|
|
||||||
if [[ "${PV}" != "9999" ]]; then
|
|
||||||
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${PN}"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
else
|
|
||||||
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
>=dev-libs/boost-1.62.0
|
|
||||||
>=dev-cpp/mastodonpp-0.5.6
|
|
||||||
>=dev-libs/jsoncpp-1.7.4
|
|
||||||
>=dev-cpp/restclient-cpp-0.5.1
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="
|
|
||||||
virtual/pkgconfig
|
|
||||||
app-text/asciidoc
|
|
||||||
"
|
|
@ -1,32 +0,0 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
[[ "${PV}" == "9999" ]] && inherit git-r3
|
|
||||||
|
|
||||||
DESCRIPTION="Another RSS to Mastodon bot"
|
|
||||||
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
|
|
||||||
if [[ "${PV}" != "9999" ]]; then
|
|
||||||
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${PN}"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
else
|
|
||||||
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
dev-libs/boost
|
|
||||||
>=dev-cpp/mastodonpp-0.5.6
|
|
||||||
dev-libs/jsoncpp
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="
|
|
||||||
virtual/pkgconfig
|
|
||||||
app-text/asciidoc
|
|
||||||
"
|
|
@ -1,35 +0,0 @@
|
|||||||
# Copyright 1999-2020 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
inherit cmake
|
|
||||||
if [[ "${PV}" == "9999" ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Another RSS to Mastodon bot"
|
|
||||||
HOMEPAGE="https://schlomp.space/tastytea/mastorss"
|
|
||||||
|
|
||||||
if [[ "${PV}" != "9999" ]]; then
|
|
||||||
SRC_URI="https://schlomp.space/tastytea/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
else
|
|
||||||
EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
dev-libs/boost
|
|
||||||
>=dev-cpp/mastodonpp-0.5.6
|
|
||||||
dev-libs/jsoncpp
|
|
||||||
net-misc/curl
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
BDEPEND="
|
|
||||||
virtual/pkgconfig
|
|
||||||
app-text/asciidoc
|
|
||||||
"
|
|
@ -1,8 +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>
|
|
||||||
</pkgmetadata>
|
|
@ -3,9 +3,3 @@
|
|||||||
# for removal in 30 days.
|
# for removal in 30 days.
|
||||||
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
|
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
|
||||||
dev-cpp/mastodonpp
|
dev-cpp/mastodonpp
|
||||||
|
|
||||||
# tastytea <gentoo@tastytea.de> (2020-11-29)
|
|
||||||
# The package is in the guru[1] repository now. Please use that instead. Masked
|
|
||||||
# for removal in 30 days.
|
|
||||||
# [1] <https://wiki.gentoo.org/wiki/Project:GURU>
|
|
||||||
net-misc/mastorss
|
|
||||||
|
Reference in New Issue
Block a user