public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
Date: Sun, 19 Nov 2023 10:27:14 +0000 (UTC)	[thread overview]
Message-ID: <1700389514.e18d26bfcea05a4bb969f67edcd444020f8cb89c.ulm@gentoo> (raw)

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


             reply	other threads:[~2023-11-19 10:27 UTC|newest]

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

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=1700389514.e18d26bfcea05a4bb969f67edcd444020f8cb89c.ulm@gentoo \
    --to=ulm@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