public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
Date: Mon, 31 Aug 2020 03:52:48 +0000 (UTC)	[thread overview]
Message-ID: <1598845963.382f47279bf09731f8133e37ece237bb8802dd19.sam@gentoo> (raw)

commit:     382f47279bf09731f8133e37ece237bb8802dd19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 03:52:43 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 03:52:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382f4727

net-news/rsstail: take 20200310 snapshot

This includes some features from a fork which have since
been merged back in.

Closes: https://bugs.gentoo.org/630402
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/Manifest                     |  1 +
 net-news/rsstail/rsstail-2.1_p20200310.ebuild | 39 +++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index fb4785df6ee..4d930c0e589 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,2 +1,3 @@
 DIST rsstail-1.8.tgz 5085 BLAKE2B 0d149db2bbdfc55664c79c007cef24b2964533b9867fe42a5448d9d2cf8de0871348da70f1e5c16be76c8dc98fff0338764e36aee7ddcf8ac99c1afd5e032bb7 SHA512 9a603b384f866fec55ea57572f15aadc467133e12509ec36fe034e1bce89fd1ff3d4982a34d44621413d374ebb17f30e7192c4f1e463f0b05ee2d9537f2a8dbc
 DIST rsstail-2.1.tgz 5940 BLAKE2B 3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9 SHA512 61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f
+DIST rsstail-2.1_p20200310.tar.gz 12977 BLAKE2B e127f1fa864e6ce8cf796dde13025c92d5e1c681d89e878bcbfa60a2473c1a04173edbc385ff39d3d61f3e744ba25859a9dd05fab33c28e188c8a1fe56e1cf21 SHA512 6dbdf9d07a851d34518b452418e14bab6aefd7f0e7f6cc00007db11812782cceee0ec3e66236270fecab2e5042ab9c9c63b3b99c6ada5cc2b18b50c04737aab6

diff --git a/net-news/rsstail/rsstail-2.1_p20200310.ebuild b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
new file mode 100644
index 00000000000..4aff316f5cc
--- /dev/null
+++ b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 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} $(pkg-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
+}


             reply	other threads:[~2020-08-31  3:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-31  3:52 Sam James [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
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: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=1598845963.382f47279bf09731f8133e37ece237bb8802dd19.sam@gentoo \
    --to=sam@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