summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-06-09 09:40:59 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-06-09 09:40:59 +0000
commitdb237e946308f800cd32d6061c8911b321205996 (patch)
treed6a36389f80525a156cfa4b5648cb90f8d8fae1b /dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild
parentFix date. (diff)
downloadhistorical-db237e946308f800cd32d6061c8911b321205996.tar.gz
historical-db237e946308f800cd32d6061c8911b321205996.tar.bz2
historical-db237e946308f800cd32d6061c8911b321205996.zip
Removed eclipse plugin ebuilds from the tree to the junkyard. Use the update manager for now.
Diffstat (limited to 'dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild')
-rw-r--r--dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild b/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild
deleted file mode 100644
index 031d2b997f0a..000000000000
--- a/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-emf-bin/eclipse-emf-bin-2.0.1.ebuild,v 1.2 2005/03/26 11:45:17 karltk Exp $
-
-inherit eclipse-ext
-
-DESCRIPTION="EMF is a modeling framework and code generation facility for building tools and other applications based on a structured data model."
-HOMEPAGE="http://www.eclipse.org/emf/"
-SRC_URI="http://download.eclipse.org/tools/emf/downloads/drops/2.0.1/R200409171617/emf-sdo-runtime-2.0.1.zip"
-LICENSE="CPL-1.0"
-SLOT="2"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=">=dev-util/eclipse-sdk-3.0.1
- app-arch/unzip"
-
-src_unpack() {
- mkdir ${S}
- cd ${S}
- unpack ${A}
-}
-
-src_compile() {
- einfo "${P} is a binary package"
-}
-
-src_install () {
- eclipse-ext_require-slot 3
-
- eclipse-ext_create-ext-layout binary
-
- eclipse-ext_install-features eclipse/features/*
- eclipse-ext_install-plugins eclipse/plugins/*
-}