summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-05-28 18:54:52 +0000
committerNathan Phillip Brink (binki) <ohnobinki@ohnopublishing.net>2011-05-28 18:54:52 +0000
commit08db358456a1297b7171b43cb7bc2137ac791fdf (patch)
tree34ff0ced2002203ce60e6ddf5b9b8968e236d02e /dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild
parentdev-games/renpy: Re-add removed die (diff)
downloadsunrise-08db358456a1297b7171b43cb7bc2137ac791fdf.tar.gz
sunrise-08db358456a1297b7171b43cb7bc2137ac791fdf.tar.bz2
sunrise-08db358456a1297b7171b43cb7bc2137ac791fdf.zip
dev-util/eclipse-epic-bin: Remove dev-util/eclipse-epic-bin.
svn path=/sunrise/; revision=12109
Diffstat (limited to 'dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild')
-rw-r--r--dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild b/dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild
deleted file mode 100644
index 76157b0f3..000000000
--- a/dev-util/eclipse-epic-bin/eclipse-epic-bin-0.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-# Commented out becuase eclipse-ext.eclass was removed from gentoo-x86
-# and users should install eclipse plugins using eclipse. See bug 98315
-# comment 3.
-#inherit eclipse-ext
-
-DESCRIPTION="EPIC is an opensource Perl IDE for the Eclipse platform."
-HOMEPAGE="http://e-p-i-c.sourceforge.net/"
-SRC_URI="http://e-p-i-c.sourceforge.net/downloads/org.epic.updatesite_${PV}_20040711.zip"
-LICENSE="CPL-1.0"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="app-arch/unzip
- sys-apps/findutils"
-RDEPEND=">=dev-util/eclipse-sdk-3.0.0
- dev-lang/perl"
-S=${WORKDIR}/org.epic.updatesite
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- for jar in `find . -iname *.jar`; do
- unzip ${jar} -d ${jar%.jar}
- rm ${jar}
- done
-}
-
-src_install() {
- eclipse-ext_require-slot 3 || die "Failed to find suitable Eclipse installation"
-
- eclipse-ext_create-ext-layout binary || die "Failed to create layout"
-
- eclipse-ext_install-features features/* || die "Failed to install features"
- eclipse-ext_install-plugins plugins/* || die "Failed to install plugins"
-}