From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-java/laf-plugin/Manifest | 1 + dev-java/laf-plugin/files/laf-plugin-0.2-build.xml | 46 ++++++++++++++++++++++ dev-java/laf-plugin/laf-plugin-0.2.ebuild | 33 ++++++++++++++++ dev-java/laf-plugin/metadata.xml | 5 +++ 4 files changed, 85 insertions(+) create mode 100644 dev-java/laf-plugin/Manifest create mode 100644 dev-java/laf-plugin/files/laf-plugin-0.2-build.xml create mode 100644 dev-java/laf-plugin/laf-plugin-0.2.ebuild create mode 100644 dev-java/laf-plugin/metadata.xml (limited to 'dev-java/laf-plugin') diff --git a/dev-java/laf-plugin/Manifest b/dev-java/laf-plugin/Manifest new file mode 100644 index 000000000000..102b809d13f5 --- /dev/null +++ b/dev-java/laf-plugin/Manifest @@ -0,0 +1 @@ +DIST laf-plugin-0.2-src.tar.bz2 13799 SHA256 e2252f74efbaa1f0c32a475c320283e614932e3af2d98a65462bf0e1f8cc00ba SHA512 91ac3f9f5ebfcd70e7cc76f2e028e9578c6113a848b0ccdc6b001fff006bf5aaa12af08b1752851693d218d4b2d7d053f62461481e49d5a0bde21e5a7d086331 WHIRLPOOL 6aaea36bbcc22eca1704185faf866fba1b723cd3d6ff02197f28287ded67fc43bb4c2f9cbe8a2dce9e82eaa88774b1fdb4c66e54cdc4f09ad946718641cb1334 diff --git a/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml b/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml new file mode 100644 index 000000000000..fbcd199a4d9e --- /dev/null +++ b/dev-java/laf-plugin/files/laf-plugin-0.2-build.xml @@ -0,0 +1,46 @@ + + + Simple build file made by Alistair Bush for the kunststoff + project. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/laf-plugin/laf-plugin-0.2.ebuild b/dev-java/laf-plugin/laf-plugin-0.2.ebuild new file mode 100644 index 000000000000..51a034965a87 --- /dev/null +++ b/dev-java/laf-plugin/laf-plugin-0.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +JAVA_PKG_IUSE="doc source" +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="A generic plugin framework for look-and-feels" +HOMEPAGE="http://laf-plugin.dev.java.net/" +# repackaged from zip and renamed to contain PV +SRC_URI="mirror://gentoo/${P}-src.tar.bz2" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND=">=virtual/jdk-1.4" +RDEPEND=">=virtual/jre-1.4" + +src_unpack() { + unpack ${A} + cd "${S}" + + cp "${FILESDIR}/${P}-build.xml" build.xml || die +} + +EANT_BUILD_TARGET="dist" + +src_install() { + java-pkg_dojar dist/${PN}.jar + + use doc && java-pkg_dojavadoc api + use source && java-pkg_dosrc src/org +} diff --git a/dev-java/laf-plugin/metadata.xml b/dev-java/laf-plugin/metadata.xml new file mode 100644 index 000000000000..838c00a4a448 --- /dev/null +++ b/dev-java/laf-plugin/metadata.xml @@ -0,0 +1,5 @@ + + + +java + -- cgit v1.2.3-65-gdbad