diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 17:53:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-11 17:53:32 +0300 |
commit | 2d1936978f9c25c0e3e53a794dec0390d6dce32d (patch) | |
tree | fd27ce3e7aa0880d7ad6c480bd7cd0c6330d5eb4 /net-news | |
parent | gnome-extra/mousetweaks: drop 3.32.0, EAPI6-- (diff) | |
download | gentoo-2d1936978f9c25c0e3e53a794dec0390d6dce32d.tar.gz gentoo-2d1936978f9c25c0e3e53a794dec0390d6dce32d.tar.bz2 gentoo-2d1936978f9c25c0e3e53a794dec0390d6dce32d.zip |
net-news/amphetadesk: drop 0.93.1-r1, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/amphetadesk/amphetadesk-0.93.1-r1.ebuild | 41 |
1 files changed, 0 insertions, 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)" -} |