summaryrefslogtreecommitdiff
path: root/net-misc/xdman/xdman-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/xdman/xdman-1.0.ebuild')
-rw-r--r--net-misc/xdman/xdman-1.0.ebuild45
1 files changed, 0 insertions, 45 deletions
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}
-}