commit:     2840be2a17ced57a6fc3cdccc8600b34f006cfcc
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 09:30:16 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 09:31:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2840be2a

net-news/rsstail: drop 2.1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 net-news/rsstail/Manifest           |  1 -
 net-news/rsstail/rsstail-2.1.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 2d46ba3527c1..4e43b6a718fb 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,3 +1,2 @@
-DIST rsstail-2.1.tgz 5940 BLAKE2B 
3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9
 SHA512 
61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f
 DIST rsstail-2.1_p20200310.tar.gz 12977 BLAKE2B 
e127f1fa864e6ce8cf796dde13025c92d5e1c681d89e878bcbfa60a2473c1a04173edbc385ff39d3d61f3e744ba25859a9dd05fab33c28e188c8a1fe56e1cf21
 SHA512 
6dbdf9d07a851d34518b452418e14bab6aefd7f0e7f6cc00007db11812782cceee0ec3e66236270fecab2e5042ab9c9c63b3b99c6ada5cc2b18b50c04737aab6
 DIST rsstail-2.2.tar.gz 12964 BLAKE2B 
55310b92fd09a33d0d453b025e7fe66a1b7884bf1a2c9f3ea31823bfb15f623df53a0095d8e25b0415e299a2142f65fc9e783b3b78e39dcac03f61cb9c304a1e
 SHA512 
cc80c2cf03d5bb52f4e531e47c10ea29a49f6b4418fb37f29c21889826e4c1d3594063f2b8ddadf9d2c7af103e29a29c0166fc2f138a144235f9064e9601b03d

diff --git a/net-news/rsstail/rsstail-2.1.ebuild 
b/net-news/rsstail/rsstail-2.1.ebuild
deleted file mode 100644
index a97a15db70cc..000000000000
--- a/net-news/rsstail/rsstail-2.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tail-like RSS-reader"
-HOMEPAGE="http://www.vanheusden.com/rsstail/ https://github.com/flok99/rsstail";
-SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="virtual/pkgconfig"
-DEPEND=">=net-libs/libmrss-0.17.1"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-               LDFLAGS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs mrss)"
-}
-
-src_install() {
-       dobin rsstail
-       doman rsstail.1
-       dodoc README.md
-}

Reply via email to