Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/amphetadesk/
Date: Tue, 03 May 2016 00:02:32
Message-Id: 1462231126.9b963fe169d0e53b27fd849570e3beb84d9a7ead.wizardedit@gentoo
1 commit: 9b963fe169d0e53b27fd849570e3beb84d9a7ead
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 23:18:46 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 23:18:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b963fe1
7
8 net-news/amphetadesk: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-news/amphetadesk/amphetadesk-0.93.1.ebuild | 40 --------------------------
13 1 file changed, 40 deletions(-)
14
15 diff --git a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1.ebuild
16 deleted file mode 100644
17 index 5504f7e..0000000
18 --- a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild
19 +++ /dev/null
20 @@ -1,40 +0,0 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -DESCRIPTION="AmphetaDesk is a free syndicated news aggregator"
26 -HOMEPAGE="http://www.disobey.com/amphetadesk/"
27 -SRC_URI="mirror://sourceforge/sourceforge/amphetadesk/${PN}-src-v${PV}.tar.gz"
28 -LICENSE="Artistic"
29 -SLOT="0"
30 -KEYWORDS="~amd64 ppc x86"
31 -IUSE=""
32 -DEPEND="dev-lang/perl
33 - dev-perl/libwww-perl
34 - dev-libs/expat
35 - dev-perl/XML-Parser
36 - virtual/perl-IO-Compress"
37 -S=${WORKDIR}/${PN}-src-v${PV}
38 -
39 -src_install() {
40 - dodir /usr/share/amphetadesk
41 - cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl
42 - dodoc README.txt
43 - cp -R "${S}"/data "${D}"/usr/share/amphetadesk
44 - cp -R "${S}"/docs "${D}"/usr/share/amphetadesk
45 - cp -R "${S}"/lib "${D}"/usr/share/amphetadesk
46 - cp -R "${S}"/templates "${D}"/usr/share/amphetadesk
47 - newinitd "${FILESDIR}"/amphetadesk.initd amphetadesk
48 -}
49 -
50 -pkg_postinst() {
51 - # fixes bug #25066 thanks to kloeri
52 - /etc/init.d/depscan.sh
53 -
54 - einfo "AmphetaDesk should be started and stopped with the runscript located at "
55 - einfo "'/etc/init.d/amphetadesk'. You can access AmphetaDesk after it has been"
56 - einfo "started in your browser of choice on port 8888."
57 - einfo ""
58 - ewarn "If you start AmphetaDesk at boot with rc-update don't give it a browser"
59 - ewarn "to start up when it loads (in the options page)"
60 -}