summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/lxmed/lxmed-20110717.ebuild')
-rw-r--r--x11-misc/lxmed/lxmed-20110717.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/lxmed/lxmed-20110717.ebuild b/x11-misc/lxmed/lxmed-20110717.ebuild
deleted file mode 100644
index 492169e8d73e..000000000000
--- a/x11-misc/lxmed/lxmed-20110717.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils java-utils-2
-
-DESCRIPTION="freedesktop.org specification compatible menu editor"
-HOMEPAGE="http://lxmed.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5
- x11-libs/gksu"
-DEPEND=""
-
-S=${WORKDIR}/${PN}/content
-
-src_prepare() {
- sed -i -e '/^Icon/s:=.*:=lxmed:' lxmed.desktop || die
-}
-
-src_install() {
- java-pkg_dojar LXMenuEditor.jar
- java-pkg_dolauncher lxmed --jar LXMenuEditor.jar
- doicon lxmed.png
- domenu lxmed.desktop
-}