public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2016-05-03  0:02 Austin English
  0 siblings, 0 replies; 6+ messages in thread
From: Austin English @ 2016-05-03  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9b963fe169d0e53b27fd849570e3beb84d9a7ead
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 23:18:46 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon May  2 23:18:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b963fe1

net-news/amphetadesk: remove old version

Package-Manager: portage-2.2.26

 net-news/amphetadesk/amphetadesk-0.93.1.ebuild | 40 --------------------------
 1 file changed, 40 deletions(-)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1.ebuild
deleted file mode 100644
index 5504f7e..0000000
--- a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="AmphetaDesk is a free syndicated news aggregator"
-HOMEPAGE="http://www.disobey.com/amphetadesk/"
-SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-DEPEND="dev-lang/perl
-	dev-perl/libwww-perl
-	dev-libs/expat
-	dev-perl/XML-Parser
-	virtual/perl-IO-Compress"
-S=${WORKDIR}/${PN}-src-v${PV}
-
-src_install() {
-	dodir /usr/share/amphetadesk
-	cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl
-	dodoc README.txt
-	cp -R "${S}"/data "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/docs "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/lib "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/templates "${D}"/usr/share/amphetadesk
-	newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk
-}
-
-pkg_postinst() {
-	# fixes bug #25066 thanks to kloeri
-	/etc/init.d/depscan.sh
-
-	einfo "AmphetaDesk should be started and stopped with the runscript located at "
-	einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"
-	einfo "started in your browser of choice on port 8888."
-	einfo ""
-	ewarn "If you start AmphetaDesk at boot with rc-update don't give it a browser"
-	ewarn "to start up when it loads (in the options page)"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2022-03-04 23:58 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-04 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5057266615533ccea68038db9f018fd715851286
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 04:27:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 23:58:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50572666

net-news/amphetadesk: update EAPI 6 -> 8

Signed-off-by: Sam James <sam <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/24400
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
index 59142dc72d49..4fd7f473b1c0 100644
--- a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
+++ b/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
@@ -1,36 +1,35 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="AmphetaDesk is a free syndicated news aggregator"
 HOMEPAGE="http://www.disobey.com/amphetadesk/"
 SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
+S="${WORKDIR}"/${PN}-src-v${PV}
+
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-DEPEND="dev-lang/perl
-	dev-perl/libwww-perl
+
+RDEPEND="dev-lang/perl
 	dev-libs/expat
+	dev-perl/libwww-perl
 	dev-perl/XML-Parser
 	virtual/perl-IO-Compress"
-S=${WORKDIR}/${PN}-src-v${PV}
 
 src_install() {
-	dodir /usr/share/amphetadesk
-	cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl
+	insinto /usr/share/amphetadesk
+	doins "${S}"/AmphetaDesk.pl
+	doins -R "${S}"/{data,docs,lib,templates}
+
 	dodoc README.txt
-	cp -R "${S}"/data "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/docs "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/lib "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/templates "${D}"/usr/share/amphetadesk
 	newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk
 }
 
 pkg_postinst() {
 	# fixes bug #25066 thanks to kloeri
-	/etc/init.d/depscan.sh
+	[[ -x /etc/init.d/depscan.sh ]] && /etc/init.d/depscan.sh
 
 	einfo "AmphetaDesk should be started and stopped with the runscript located at "
 	einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2022-03-04 23:59 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-03-04 23:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0691674fcff79900cc002d06cdd4dafd3baa14b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 23:59:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 23:59:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0691674f

Revert "net-news/amphetadesk: update EAPI 6 -> 8"

Didn't mean to push this one yet.

This reverts commit 5057266615533ccea68038db9f018fd715851286.

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

 net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
index 4fd7f473b1c0..59142dc72d49 100644
--- a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
+++ b/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
@@ -1,35 +1,36 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=6
 
 DESCRIPTION="AmphetaDesk is a free syndicated news aggregator"
 HOMEPAGE="http://www.disobey.com/amphetadesk/"
 SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
-S="${WORKDIR}"/${PN}-src-v${PV}
-
 LICENSE="Artistic"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND="dev-lang/perl
-	dev-libs/expat
+IUSE=""
+DEPEND="dev-lang/perl
 	dev-perl/libwww-perl
+	dev-libs/expat
 	dev-perl/XML-Parser
 	virtual/perl-IO-Compress"
+S=${WORKDIR}/${PN}-src-v${PV}
 
 src_install() {
-	insinto /usr/share/amphetadesk
-	doins "${S}"/AmphetaDesk.pl
-	doins -R "${S}"/{data,docs,lib,templates}
-
+	dodir /usr/share/amphetadesk
+	cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl
 	dodoc README.txt
+	cp -R "${S}"/data "${D}"/usr/share/amphetadesk
+	cp -R "${S}"/docs "${D}"/usr/share/amphetadesk
+	cp -R "${S}"/lib "${D}"/usr/share/amphetadesk
+	cp -R "${S}"/templates "${D}"/usr/share/amphetadesk
 	newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk
 }
 
 pkg_postinst() {
 	# fixes bug #25066 thanks to kloeri
-	[[ -x /etc/init.d/depscan.sh ]] && /etc/init.d/depscan.sh
+	/etc/init.d/depscan.sh
 
 	einfo "AmphetaDesk should be started and stopped with the runscript located at "
 	einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2023-11-19 10:27 Ulrich Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-11-19 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     e18d26bfcea05a4bb969f67edcd444020f8cb89c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Sep 24 16:02:14 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 10:25:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18d26bf

net-news/amphetadesk: EAPI8 bump, use https

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild | 42 +++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild
new file mode 100644
index 000000000000..b8c1b2dc5c80
--- /dev/null
+++ b/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Free syndicated news aggregator"
+HOMEPAGE="https://www.disobey.com/amphetadesk/"
+SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
+S="${WORKDIR}/${PN}-src-v${PV}"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="dev-lang/perl
+	dev-perl/libwww-perl
+	dev-libs/expat
+	dev-perl/XML-Parser
+	virtual/perl-IO-Compress"
+
+src_install() {
+	dodir /usr/share/amphetadesk
+	cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl || die
+	dodoc README.txt
+	cp -R "${S}"/data "${D}"/usr/share/amphetadesk || die
+	cp -R "${S}"/docs "${D}"/usr/share/amphetadesk || die
+	cp -R "${S}"/lib "${D}"/usr/share/amphetadesk || die
+	cp -R "${S}"/templates "${D}"/usr/share/amphetadesk || die
+	newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk || die
+}
+
+pkg_postinst() {
+	# fixes bug #25066 thanks to kloeri
+	/etc/init.d/depscan.sh
+
+	einfo "AmphetaDesk should be started and stopped with the runscript located at "
+	einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"
+	einfo "started in your browser of choice on port 8888."
+	einfo ""
+	ewarn "If you start AmphetaDesk at boot with rc-update don't give it a browser"
+	ewarn "to start up when it loads (in the options page)"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2023-12-25 19:17 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2023-12-25 19:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c016004bff82bdfdc06534904135d01a94a3a393
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 19:16:55 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 25 19:16:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c016004b

net-news/amphetadesk: Stabilize 0.93.1-r2 x86, #920665

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

 net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild
index b8c1b2dc5c80..e2c93b33672b 100644
--- a/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild
+++ b/net-news/amphetadesk/amphetadesk-0.93.1-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}-src-v${PV}"
 
 LICENSE="Artistic"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 DEPEND="dev-lang/perl
 	dev-perl/libwww-perl


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

* [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
@ 2024-04-11 14:53 Arthur Zamarin
  0 siblings, 0 replies; 6+ messages in thread
From: Arthur Zamarin @ 2024-04-11 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2d1936978f9c25c0e3e53a794dec0390d6dce32d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 14:53:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 14:53:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d193697

net-news/amphetadesk: drop 0.93.1-r1, EAPI6--

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

 net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild | 41 -----------------------
 1 file changed, 41 deletions(-)

diff --git a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
deleted file mode 100644
index 59142dc72d49..000000000000
--- a/net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="AmphetaDesk is a free syndicated news aggregator"
-HOMEPAGE="http://www.disobey.com/amphetadesk/"
-SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-DEPEND="dev-lang/perl
-	dev-perl/libwww-perl
-	dev-libs/expat
-	dev-perl/XML-Parser
-	virtual/perl-IO-Compress"
-S=${WORKDIR}/${PN}-src-v${PV}
-
-src_install() {
-	dodir /usr/share/amphetadesk
-	cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl
-	dodoc README.txt
-	cp -R "${S}"/data "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/docs "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/lib "${D}"/usr/share/amphetadesk
-	cp -R "${S}"/templates "${D}"/usr/share/amphetadesk
-	newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk
-}
-
-pkg_postinst() {
-	# fixes bug #25066 thanks to kloeri
-	/etc/init.d/depscan.sh
-
-	einfo "AmphetaDesk should be started and stopped with the runscript located at "
-	einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"
-	einfo "started in your browser of choice on port 8888."
-	einfo ""
-	ewarn "If you start AmphetaDesk at boot with rc-update don't give it a browser"
-	ewarn "to start up when it loads (in the options page)"
-}


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

end of thread, other threads:[~2024-04-11 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-03  0:02 [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2022-03-04 23:58 Sam James
2022-03-04 23:59 Sam James
2023-11-19 10:27 Ulrich Müller
2023-12-25 19:17 Arthur Zamarin
2024-04-11 14:53 Arthur Zamarin

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