commit: 45363585ee04d26eec4500c14738f8354e39554f Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 09:55:14 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 09:55:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45363585
net-news/rsstail: drop 2.1_p20200310 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-news/rsstail/Manifest | 1 - net-news/rsstail/rsstail-2.1_p20200310.ebuild | 39 --------------------------- 2 files changed, 40 deletions(-) diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest index 4e43b6a718fb..3468040492b3 100644 --- a/net-news/rsstail/Manifest +++ b/net-news/rsstail/Manifest @@ -1,2 +1 @@ -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_p20200310.ebuild b/net-news/rsstail/rsstail-2.1_p20200310.ebuild deleted file mode 100644 index 183b4698fa09..000000000000 --- a/net-news/rsstail/rsstail-2.1_p20200310.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -COMMIT="0b23b367c98de8882b58a451742a3f2e385c4ba0" -DESCRIPTION="A tail-like RSS-reader" -HOMEPAGE="http://www.vanheusden.com/rsstail/ https://github.com/flok99/rsstail" -SRC_URI="https://github.com/flok99/rsstail/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-${COMMIT}" - -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_test() { - # Skip as it's just cppcheck. - # We don't run lints for ebuilds. - :; -} - -src_install() { - dobin rsstail - doman rsstail.1 - dodoc README.md -}
