diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-02-22 01:31:10 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-02-22 01:31:10 +0000 |
commit | 57133842a679a5bb534da566d32e0dd50a5fcab5 (patch) | |
tree | d18f65e449755d37b0452fe98c92287d1f82f1da /dev-util/sun-one-studio-me | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-57133842a679a5bb534da566d32e0dd50a5fcab5.tar.gz gentoo-2-57133842a679a5bb534da566d32e0dd50a5fcab5.tar.bz2 gentoo-2-57133842a679a5bb534da566d32e0dd50a5fcab5.zip |
Initial Import.
Diffstat (limited to 'dev-util/sun-one-studio-me')
-rw-r--r-- | dev-util/sun-one-studio-me/ChangeLog | 10 | ||||
-rw-r--r-- | dev-util/sun-one-studio-me/Manifest | 2 | ||||
-rw-r--r-- | dev-util/sun-one-studio-me/files/digest-sun-one-studio-me-4.1 | 1 | ||||
-rw-r--r-- | dev-util/sun-one-studio-me/metadata.xml | 5 | ||||
-rw-r--r-- | dev-util/sun-one-studio-me/sun-one-studio-me-4.1.ebuild | 28 |
5 files changed, 46 insertions, 0 deletions
diff --git a/dev-util/sun-one-studio-me/ChangeLog b/dev-util/sun-one-studio-me/ChangeLog new file mode 100644 index 000000000000..606353f83f8b --- /dev/null +++ b/dev-util/sun-one-studio-me/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-util/sun-one-studio-me +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sun-one-studio-me/ChangeLog,v 1.1 2004/02/22 01:31:10 zx Exp $ + +*sun-one-studio-me-4.1 (24 Feb 2004) + + 24 Feb 2004; Chris Aniszczyk <zx@gentoo.org> metadata.xml, + sun-one-studio-me-4.1.ebuild: + Initial Import. Bug #16405 + diff --git a/dev-util/sun-one-studio-me/Manifest b/dev-util/sun-one-studio-me/Manifest new file mode 100644 index 000000000000..4ba6d4419d67 --- /dev/null +++ b/dev-util/sun-one-studio-me/Manifest @@ -0,0 +1,2 @@ +MD5 4634ff2dce7a6451203c40daea0177bf sun-one-studio-me-4.1.ebuild 724 +MD5 da98d9a3cfc1ea2545951a07edb73a87 files/digest-sun-one-studio-me-4.1 63 diff --git a/dev-util/sun-one-studio-me/files/digest-sun-one-studio-me-4.1 b/dev-util/sun-one-studio-me/files/digest-sun-one-studio-me-4.1 new file mode 100644 index 000000000000..0b363d2e595b --- /dev/null +++ b/dev-util/sun-one-studio-me/files/digest-sun-one-studio-me-4.1 @@ -0,0 +1 @@ +MD5 e30a267d57a7f8b7300241a05fd2ace1 ffj_me_linux.bin 24818416 diff --git a/dev-util/sun-one-studio-me/metadata.xml b/dev-util/sun-one-studio-me/metadata.xml new file mode 100644 index 000000000000..838c00a4a448 --- /dev/null +++ b/dev-util/sun-one-studio-me/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>java</herd> +</pkgmetadata> diff --git a/dev-util/sun-one-studio-me/sun-one-studio-me-4.1.ebuild b/dev-util/sun-one-studio-me/sun-one-studio-me-4.1.ebuild new file mode 100644 index 000000000000..62ad6a40fea7 --- /dev/null +++ b/dev-util/sun-one-studio-me/sun-one-studio-me-4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/sun-one-studio-me/sun-one-studio-me-4.1.ebuild,v 1.1 2004/02/22 01:31:10 zx Exp $ + +DESCRIPTION="Sun ONE Studio Mobile Edition" +HOMEPAGE="http://wwws.sun.com/software/sundev/jde/studio_me/index.html" +SRC_URI="ffj_me_linux.bin" +LICENSE="sun-bcla-sos" +SLOT="0" +KEYWORDS="~x86" +RESTRICT="fetch" +IUSE="" +DEPEND=">=virtual/jdk-1.4.1" + +pkg_nofetch() { + einfo "Please download ${SRC_URI} from ${HOMEPAGE} and move it to ${DISTDIR}" +} + + +src_unpack() { + unzip -q ${DISTDIR}/${SRC_URI} -d ${S} +} + +src_install() { + addwrite "/var/lib/rpm/__db.Name." + addwrite "/var/lib/rpm/Name" + ${JAVA_HOME}/bin/java -DjdkHome=`java-config --jdk-home` -DforteHome="${D}/opt/s1studiome/" run -silent +} |