summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/adobe-flex-sdk/adobe-flex-sdk-3.0.0.ebuild')
-rw-r--r--dev-util/adobe-flex-sdk/adobe-flex-sdk-3.0.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/adobe-flex-sdk/adobe-flex-sdk-3.0.0.ebuild b/dev-util/adobe-flex-sdk/adobe-flex-sdk-3.0.0.ebuild
deleted file mode 100644
index 852d66e..0000000
--- a/dev-util/adobe-flex-sdk/adobe-flex-sdk-3.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Flex 3 Software Development Kit"
-HOMEPAGE="http://www.adobe.com/products/flex/sdk/"
-SRC_URI="http://download.macromedia.com/pub/flex/sdk/flex_sdk_3.zip"
-LICENSE="Adobe_Flex_Software_Development_Kit-en_US-20071221_1748.pdf MPL-1.1"
-SLOT="3"
-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/*.exe
- rm bin/*.bat
- rm -rf runtimes
-
- use examples || rm -rf samples
-}
-
-src_install() {
- mkdir -p "${D}"/opt/Adobe-Flex3-SDK
- cp -r * "${D}"/opt/Adobe-Flex3-SDK
- fperms 0755 /opt/Adobe-Flex3-SDK/bin/mxmlc
- fperms 0755 /opt/Adobe-Flex3-SDK/bin/asdoc
- fperms 0755 /opt/Adobe-Flex3-SDK/bin/compc
- doenvd "${FILESDIR}"/99flex3
-}