aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortea <gentoo@tastytea.de>2024-06-15 16:11:09 +0200
committertea <gentoo@tastytea.de>2024-06-15 17:12:15 +0200
commitbb866e486a5808acd5af7ed954ac46badc87e228 (patch)
treec319b63593c4e2a3d0ba9afbfc589b430a997544 /net-misc
parentnet-misc/mastorss: fix deps (diff)
downloadguru-bb866e486a5808acd5af7ed954ac46badc87e228.tar.gz
guru-bb866e486a5808acd5af7ed954ac46badc87e228.tar.bz2
guru-bb866e486a5808acd5af7ed954ac46badc87e228.zip
net-misc/mastorss: drop 0.13.0
Signed-off-by: tea <gentoo@tastytea.de>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/mastorss/Manifest1
-rw-r--r--net-misc/mastorss/mastorss-0.13.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/mastorss/Manifest b/net-misc/mastorss/Manifest
index dee5bfd1a3..4b826c7628 100644
--- a/net-misc/mastorss/Manifest
+++ b/net-misc/mastorss/Manifest
@@ -1,2 +1 @@
-DIST mastorss-0.13.0.tar.gz 50656 BLAKE2B 916be33c75bc109c1b49da16b03bb9d43ba3f240e8f4eb2b9ad5cd7820f6d7818ed74df9cace638120c339398e41f5aeff5acd1ff1c31f98c49cd13432fbd91a SHA512 ca9510a46f5aed81dd48385c8c3dcfea6737e3a38ebb322e3e2abcc85f3a23bb6f465239f5054e3cc7b4e732b2f7f077c194ee67440a3cefd1912be1c01d2e09
DIST mastorss-0.13.1.tar.gz 51224 BLAKE2B cdd258e7ace44fed2e4a800ecc8cc5c24788b760119500a30c9c1ddab7ea2eb790dfe0a0966cc70b6b9d1bfd7766b51ab433a94feae13ff8e1d4462e6aa6c5bd SHA512 2066e39f0d370a2512996c42818dbf5f7f260ee1bcf9ab095871869380fbd9fa432725f06f588c05c37ec3adccbd8602d12155352929087d4ced868b7cf46acd
diff --git a/net-misc/mastorss/mastorss-0.13.0.ebuild b/net-misc/mastorss/mastorss-0.13.0.ebuild
deleted file mode 100644
index 1157217270..0000000000
--- a/net-misc/mastorss/mastorss-0.13.0.ebuild
+++ /dev/null
@@ -1,31 +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"
-else
- EGIT_REPO_URI="https://schlomp.space/tastytea/mastorss.git"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-RDEPEND="
- dev-libs/boost
- >=dev-cpp/mastodonpp-0.5.6
- dev-libs/jsoncpp
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
- app-text/asciidoc
-"