From ff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Aug 2016 00:33:31 +0100 Subject: cleanup --- net-misc/xdman/xdman-1.0.ebuild | 45 ----------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 net-misc/xdman/xdman-1.0.ebuild (limited to 'net-misc/xdman/xdman-1.0.ebuild') diff --git a/net-misc/xdman/xdman-1.0.ebuild b/net-misc/xdman/xdman-1.0.ebuild deleted file mode 100644 index a445c091..00000000 --- a/net-misc/xdman/xdman-1.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="XDman Internet Downloader" -HOMEPAGE="http://xdman.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${PN}.zip" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="app-eselect/eselect-java" -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_install() { - ls $S - dodir /usr/share/${PN} - dodir /usr/share/applications/ - dodir /usr/share/pixmaps - dodir /usr/bin/ - - insinto /usr/share/${PN} - doins "${S}"/${PN}.jar - cd "${D}"/usr/share/${PN} - echo "cd /usr/share/${PN} && \ - java -jar ${PN}.jar" > "${D}"/usr/bin/${PN} - - insinto /usr/share/pixmaps - doins "${S}"/icon.png - - insinto /usr/share/${PN} - make_desktop_entry xdman xdman \ - "/usr/share/${PN}/icon.png" \ - Internet - - fperms u+x /usr/bin/${PN} -} -- cgit v1.2.3