public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstool/
@ 2019-10-11 15:37 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-10-11 15:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a2fbd336d53a99c2926e589e90640f8480f4bfdc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 15:37:10 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 15:37:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fbd336

net-news: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-news/rsstool/rsstool-1.0.1_rc2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
index 68db082e472..3fd9289ef97 100644
--- a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
+++ b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ppc64 x86"
 IUSE=""
 
 RDEPEND="dev-libs/libxml2


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstool/
@ 2021-04-20  1:21 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-20  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f5649b369799cee9fde7ef40c2a2b1436461623f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 20 00:48:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 20 01:20:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5649b36

net-news/rsstool: port to EAPI 7

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

 net-news/rsstool/rsstool-1.0.1_rc2.ebuild | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
index f060be09ef3..b662c685145 100644
--- a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
+++ b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -10,20 +10,22 @@ MY_P=${PN}-${PV/_}
 DESCRIPTION="cmdline tool to read, parse, merge, and write RSS (and Atom) feeds"
 HOMEPAGE="http://rsstool.sourceforge.net/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip"
+S="${WORKDIR}"/${MY_P}-src/src
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE=""
 
-RDEPEND="dev-libs/libxml2
-	net-misc/curl"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-S=${WORKDIR}/${MY_P}-src/src
+RDEPEND="
+	dev-libs/libxml2
+	net-misc/curl
+"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
 
 src_prepare() {
+	default
+
 	sed -e '1i#!/bin/bash' -i configure || die
 }
 
@@ -34,5 +36,6 @@ src_compile() {
 src_install() {
 	emake DESTDIR="${D}" BINDIR="/usr/bin" install
 
-	dohtml ../{changes,faq,readme}.html
+	docinto html
+	dodoc ../{changes,faq,readme}.html
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/rsstool/
@ 2022-01-27  9:30 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-01-27  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     31dde58fb04fca24260e10938706ee4a7cfef7b5
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Jan 27 09:30:08 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 27 09:30:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31dde58f

net-news/rsstool: use https

Closes: https://github.com/gentoo/gentoo/pull/23971
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-news/rsstool/rsstool-1.0.1_rc2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
index b662c685145f..2fae434e8179 100644
--- a/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
+++ b/net-news/rsstool/rsstool-1.0.1_rc2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit toolchain-funcs
 MY_P=${PN}-${PV/_}
 
 DESCRIPTION="cmdline tool to read, parse, merge, and write RSS (and Atom) feeds"
-HOMEPAGE="http://rsstool.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/rsstool/"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.zip"
 S="${WORKDIR}"/${MY_P}-src/src
 


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

end of thread, other threads:[~2022-01-27  9:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-27  9:30 [gentoo-commits] repo/gentoo:master commit in: net-news/rsstool/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2021-04-20  1:21 Sam James
2019-10-11 15:37 Michał Górny

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