From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 180A8158041 for ; Thu, 11 Apr 2024 14:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53ED0E2A06; Thu, 11 Apr 2024 14:53:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2FEDBE2A06 for ; Thu, 11 Apr 2024 14:53:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC5613432D1 for ; Thu, 11 Apr 2024 14:53:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DA7216B8 for ; Thu, 11 Apr 2024 14:53:45 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1712847212.2d1936978f9c25c0e3e53a794dec0390d6dce32d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild X-VCS-Directories: net-news/amphetadesk/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 2d1936978f9c25c0e3e53a794dec0390d6dce32d X-VCS-Branch: master Date: Thu, 11 Apr 2024 14:53:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9a96728d-7bad-4de5-9292-6c312b78a133 X-Archives-Hash: 4773b11db6739c6bf9c38c060332be12 commit: 2d1936978f9c25c0e3e53a794dec0390d6dce32d Author: Arthur Zamarin gentoo org> AuthorDate: Thu Apr 11 14:53:01 2024 +0000 Commit: Arthur Zamarin gentoo 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 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)" -}