public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2023-02-22 19:56 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-02-22 19:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1dfc4e001ad37d3f878d7821ae8f47f4e8ed2151
Author:     Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Feb 22 19:47:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 19:55:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfc4e00

net-news/rsstail: fix MissingRemoteId for maintainer-needed packages

Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-news/rsstail/metadata.xml b/net-news/rsstail/metadata.xml
index 9c4ead737701..a27cbb4b3894 100644
--- a/net-news/rsstail/metadata.xml
+++ b/net-news/rsstail/metadata.xml
@@ -6,4 +6,7 @@
 		RSSTail is more or less an rss reader: it monitors an rss-feed and if it
 		detects a new entry it'll emit only that new entry.
 	</longdescription>
+	<upstream>
+		<remote-id type="github">folkertvanheusden/rsstail</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2025-02-24 10:04 Petr Vaněk
  0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2025-02-24 10:04 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2025-01-25 12:25 Arthur Zamarin
  0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2025-01-25 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     acffb7b428dd78fc2543e51f407673c38a43865f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:25:10 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 12:25:10 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acffb7b4

net-news/rsstail: Stabilize 2.2 amd64, #948811

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-news/rsstail/rsstail-2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rsstail/rsstail-2.2.ebuild b/net-news/rsstail/rsstail-2.2.ebuild
index 01bc4001d79a..acc1b2ad5db2 100644
--- a/net-news/rsstail/rsstail-2.2.ebuild
+++ b/net-news/rsstail/rsstail-2.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2025-01-25 12:06 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2025-01-25 12:06 UTC (permalink / raw
  To: gentoo-commits

commit:     11a956859d22a930e8d357d17dc95313a1ceac01
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 25 12:05:36 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 25 12:05:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11a95685

net-news/rsstail: Stabilize 2.2 x86, #948811

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/rsstail-2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/rsstail/rsstail-2.2.ebuild b/net-news/rsstail/rsstail-2.2.ebuild
index dab3f6d71ef6..01bc4001d79a 100644
--- a/net-news/rsstail/rsstail-2.2.ebuild
+++ b/net-news/rsstail/rsstail-2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2024-12-24  9:32 Petr Vaněk
  0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-12-24  9:32 UTC (permalink / raw
  To: gentoo-commits

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
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2024-12-24  9:32 Petr Vaněk
  0 siblings, 0 replies; 12+ messages in thread
From: Petr Vaněk @ 2024-12-24  9:32 UTC (permalink / raw
  To: gentoo-commits

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>

 net-news/rsstail/Manifest           |  1 +
 net-news/rsstail/rsstail-2.2.ebuild | 43 +++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --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

diff --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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2021-04-13  0:26 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-04-13  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7bcf5cc9fbab7c60e979d97cd17a471e8f708771
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  7 05:13:57 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 13 00:26:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcf5cc9

net-news/rsstail: call pkg-config via toolchain-funcs.eclass helper

This ensures we call the correct pkg-config in e.g. cross.

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/rsstail-2.1.ebuild           | 4 ++--
 net-news/rsstail/rsstail-2.1_p20200310.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-news/rsstail/rsstail-2.1.ebuild b/net-news/rsstail/rsstail-2.1.ebuild
index 626c4b85543..a97a15db70c 100644
--- a/net-news/rsstail/rsstail-2.1.ebuild
+++ b/net-news/rsstail/rsstail-2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,7 +21,7 @@ src_compile() {
 	emake \
 		CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-		LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
+		LDFLAGS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs mrss)"
 }
 
 src_install() {

diff --git a/net-news/rsstail/rsstail-2.1_p20200310.ebuild b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
index b795f9e6499..183b4698fa0 100644
--- a/net-news/rsstail/rsstail-2.1_p20200310.ebuild
+++ b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
@@ -23,7 +23,7 @@ src_compile() {
 	emake \
 		CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-		LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
+		LDFLAGS="${LDFLAGS} $($(tc-getPKG_CONFIG) --libs mrss)"
 }
 
 src_test() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2021-01-07  1:24 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-01-07  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eb795026cfb6d88d583cbc2b9364b5eac75ffe00
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 01:22:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 01:22:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb795026

net-news/rsstail: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 4d930c0e589..818ed828860 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1,3 +1,2 @@
-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-1.8.ebuild b/net-news/rsstail/rsstail-1.8.ebuild
deleted file mode 100644
index 4fd758104f2..00000000000
--- a/net-news/rsstail/rsstail-1.8.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 toolchain-funcs
-
-DESCRIPTION="A tail-like RSS-reader"
-HOMEPAGE="http://www.vanheusden.com/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} $(pkg-config --libs mrss)"
-}
-
-src_install() {
-	dobin rsstail
-	doman rsstail.1
-	newdoc readme.txt README
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2021-01-04  3:31 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-01-04  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     69c778f4c67afcb24f9c291be39f0ae8af7a5ef9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 03:29:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 03:29:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69c778f4

net-news/rsstail: Stabilize 2.1_p20200310 amd64, #763432

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/rsstail/rsstail-2.1_p20200310.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/rsstail/rsstail-2.1_p20200310.ebuild b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
index 4aff316f5cc..4676dc7ce58 100644
--- a/net-news/rsstail/rsstail-2.1_p20200310.ebuild
+++ b/net-news/rsstail/rsstail-2.1_p20200310.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2020-08-31  3:52 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-31  3:52 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2020-08-31  3:44 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-31  3:44 UTC (permalink / raw
  To: gentoo-commits

commit:     65f80aa99342ca1f5fa6d9081ffabaac713619cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 03:42:12 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 03:44:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f80aa9

net-news/rsstail: port to EAPI 7

* Move away from EAPI 4
* Find mrss correctly via pkgconfig

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

 net-news/rsstail/rsstail-1.8.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-news/rsstail/rsstail-1.8.ebuild b/net-news/rsstail/rsstail-1.8.ebuild
index 9e245b82efe..4fd758104f2 100644
--- a/net-news/rsstail/rsstail-1.8.ebuild
+++ b/net-news/rsstail/rsstail-1.8.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,8 +12,8 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
+BDEPEND="virtual/pkgconfig"
 DEPEND=">=net-libs/libmrss-0.17.1"
 RDEPEND="${DEPEND}"
 
@@ -21,7 +21,7 @@ src_compile() {
 	emake \
 		CC="$(tc-getCC)" \
 		CFLAGS="${CFLAGS} -DVERSION=\\\"\$(VERSION)\\\"" \
-		LDFLAGS="${LDFLAGS} -lmrss"
+		LDFLAGS="${LDFLAGS} $(pkg-config --libs mrss)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/
@ 2020-08-31  3:44 Sam James
  0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2020-08-31  3:44 UTC (permalink / raw
  To: gentoo-commits

commit:     905ead6a1e099c52257334b354e890d49f6ffe59
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 03:40:40 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 03:44:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ead6a

net-news/rsstail: bump to 2.1

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.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/net-news/rsstail/Manifest b/net-news/rsstail/Manifest
index 37ad4718db6..fb4785df6ee 100644
--- a/net-news/rsstail/Manifest
+++ b/net-news/rsstail/Manifest
@@ -1 +1,2 @@
 DIST rsstail-1.8.tgz 5085 BLAKE2B 0d149db2bbdfc55664c79c007cef24b2964533b9867fe42a5448d9d2cf8de0871348da70f1e5c16be76c8dc98fff0338764e36aee7ddcf8ac99c1afd5e032bb7 SHA512 9a603b384f866fec55ea57572f15aadc467133e12509ec36fe034e1bce89fd1ff3d4982a34d44621413d374ebb17f30e7192c4f1e463f0b05ee2d9537f2a8dbc
+DIST rsstail-2.1.tgz 5940 BLAKE2B 3d047aba02bbc09a52ce5ce911b029e42d245cd283dd7460ac8f77b62c0e79633a41cd71cd7c57cfafb2bccdf0c19509e02c2c68ab5a116f4c4e1a426bcd5be9 SHA512 61eec722e4c519b5ccebae93849f3f88810a1ff2e70dc311ad55fd15b7751d3d4dedf65e1c0ff875bee58df998f48aba7337a20bcebd2121dcead4ab1ac7ff1f

diff --git a/net-news/rsstail/rsstail-2.1.ebuild b/net-news/rsstail/rsstail-2.1.ebuild
new file mode 100644
index 00000000000..626c4b85543
--- /dev/null
+++ b/net-news/rsstail/rsstail-2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 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} $(pkg-config --libs mrss)"
+}
+
+src_install() {
+	dobin rsstail
+	doman rsstail.1
+	dodoc README.md
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-02-24 10:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-22 19:56 [gentoo-commits] repo/gentoo:master commit in: net-news/rsstail/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-02-24 10:04 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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox