summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/adobe-flex-sdk/adobe-flex-sdk-2.0.1.ebuild')
-rw-r--r--dev-util/adobe-flex-sdk/adobe-flex-sdk-2.0.1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-util/adobe-flex-sdk/adobe-flex-sdk-2.0.1.ebuild b/dev-util/adobe-flex-sdk/adobe-flex-sdk-2.0.1.ebuild
deleted file mode 100644
index d440759..0000000
--- a/dev-util/adobe-flex-sdk/adobe-flex-sdk-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Free Flex 2 Software Development Kit"
-HOMEPAGE="http://www.adobe.com/products/flex/sdk/"
-SRC_URI="http://trials.adobe.com/pub/esd/trial/flex_sdk_2.zip"
-LICENSE="Adobe-Flex-SDK-EULA-110206"
-SLOT="1"
-KEYWORDS="~x86"
-RESTRICT="fetch mirror"
-IUSE="examples"
-DEPEND="app-arch/unzip
- >=virtual/jdk-1.5"
-RDEPEND=">=virtual/jdk-1.5"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm bin/asdoc.exe
- rm bin/mxmlc.exe
- rm bin/compc.exe
- rm bin/fdb.exe
- rm -rf player
-
- use examples || rm -rf samples
-}
-
-src_install() {
- mkdir -p "${D}"/opt/Adobe-Flex2-SDK
- cp -r * "${D}"/opt/Adobe-Flex2-SDK
- doenvd "${FILESDIR}"/99flex
-}