From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
Date: Tue, 24 Dec 2024 09:32:50 +0000 (UTC) [thread overview]
Message-ID: <1735032710.c2f4a06afdadc9bbc14680c1eb958e72c901bc93.arkamar@gentoo> (raw)
commit: c2f4a06afdadc9bbc14680c1eb958e72c901bc93
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 09:29:47 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 09:31:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f4a06a
net-news/rsstail: add 2.2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
| 1 +
| 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
--git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 818ed828860b..2d46ba3527c1 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,2 +1,3 @@
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
--git a/net-news/rsstail/rsstail-2.2.ebuild b/net-news/rsstail/rsstail-2.2.ebuild
new file mode 100644
index 000000000000..dab3f6d71ef6
--- /dev/null
+++ b/net-news/rsstail/rsstail-2.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A tail-like RSS-reader"
+HOMEPAGE="
+ https://www.vanheusden.com/rsstail/
+ https://github.com/folkertvanheusden/rsstail
+"
+SRC_URI="
+ https://github.com/folkertvanheusden/rsstail/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz
+"
+
+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
+}
next reply other threads:[~2024-12-24 9:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-24 9:32 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 10:04 [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/ Petr Vaněk
2025-01-25 12:25 Arthur Zamarin
2025-01-25 12:06 Sam James
2024-12-24 9:32 Petr Vaněk
2023-02-22 19:56 Sam James
2021-04-13 0:26 Sam James
2021-01-07 1:24 Sam James
2021-01-04 3:31 Sam James
2020-08-31 3:52 Sam James
2020-08-31 3:44 Sam James
2020-08-31 3:44 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1735032710.c2f4a06afdadc9bbc14680c1eb958e72c901bc93.arkamar@gentoo \
--to=arkamar@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox