diff options
author | 2007-07-15 04:50:01 +0000 | |
---|---|---|
committer | 2007-07-15 04:50:01 +0000 | |
commit | e8fb6368d53046301f9e5c3029c38e83d97561e7 (patch) | |
tree | c361f9a8343e6483a3e6c2571da2eefa855ab34e /net-news/amphetadesk | |
parent | whitespace (diff) | |
download | gentoo-2-e8fb6368d53046301f9e5c3029c38e83d97561e7.tar.gz gentoo-2-e8fb6368d53046301f9e5c3029c38e83d97561e7.tar.bz2 gentoo-2-e8fb6368d53046301f9e5c3029c38e83d97561e7.zip |
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-news/amphetadesk')
-rw-r--r-- | net-news/amphetadesk/amphetadesk-0.93.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild b/net-news/amphetadesk/amphetadesk-0.93.1.ebuild index ce8898ad735e..be968580f97b 100644 --- a/net-news/amphetadesk/amphetadesk-0.93.1.ebuild +++ b/net-news/amphetadesk/amphetadesk-0.93.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/amphetadesk/amphetadesk-0.93.1.ebuild,v 1.3 2007/04/28 13:18:17 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/amphetadesk/amphetadesk-0.93.1.ebuild,v 1.4 2007/07/15 04:50:01 mr_bones_ Exp $ DESCRIPTION="AmphetaDesk is a free syndicated news aggregator" HOMEPAGE="http://www.disobey.com/amphetadesk/" @@ -16,7 +16,6 @@ DEPEND="dev-lang/perl dev-perl/Compress-Zlib" S=${WORKDIR}/${PN}-src-v${PV} - src_install() { dodir /usr/share/amphetadesk cp "${S}"/AmphetaDesk.pl "${D}"/usr/share/amphetadesk/AmphetaDesk.pl @@ -39,4 +38,3 @@ pkg_postinst() { 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)" } - |