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/jazzy/Manifest | 1 + dev-java/jazzy/jazzy-0.5.2.ebuild | 40 +++++++++++++++++++++++++++++++++++++++ dev-java/jazzy/metadata.xml | 8 ++++++++ 3 files changed, 49 insertions(+) create mode 100644 dev-java/jazzy/Manifest create mode 100644 dev-java/jazzy/jazzy-0.5.2.ebuild create mode 100644 dev-java/jazzy/metadata.xml (limited to 'dev-java/jazzy') diff --git a/dev-java/jazzy/Manifest b/dev-java/jazzy/Manifest new file mode 100644 index 000000000000..6c412eb5c1fc --- /dev/null +++ b/dev-java/jazzy/Manifest @@ -0,0 +1 @@ +DIST jazzy-0.5.2.src.zip 235936 SHA256 df6925f924094a9ebab51f30c0e90299e93be7258c194b6f0ea06a1df04fe43d SHA512 6d20f9bc133c03049c4c2a5c8612a52ef9fa09bc7510fb762c1ba9de479b1ce9319633ae2e78d3a1dd63900198d4e2468887113d034d95ba3e05bc631cc2de5e WHIRLPOOL de286057fd174df70ce571699c2c38c4cee67f3c0d821be254e126e29e70802fcee420706a2814dab8fa45b6a929e1c78c535702e0e0dcb0e752619f5be3fb03 diff --git a/dev-java/jazzy/jazzy-0.5.2.ebuild b/dev-java/jazzy/jazzy-0.5.2.ebuild new file mode 100644 index 000000000000..358f6f2a7738 --- /dev/null +++ b/dev-java/jazzy/jazzy-0.5.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +JAVA_PKG_IUSE="doc examples source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Java Spell Check API" +HOMEPAGE="http://sourceforge.net/projects/jazzy" +SRC_URI="mirror://sourceforge/${PN}/${P}.src.zip" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +IUSE="" + +RDEPEND=">=virtual/jre-1.4" +DEPEND=">=virtual/jdk-1.4 + app-arch/unzip" + +S=${WORKDIR} + +src_unpack() { + unpack ${A} + mkdir dict + rm -v www/*.jar || die +} + +EANT_BUILD_TARGET="library-all" + +src_install() { + java-pkg_dojar dist/lib/*.jar + dodoc README.txt || die + use doc && java-pkg_dojavadoc javadoc + use source && java-pkg_dosrc src/com + use examples && java-pkg_doexamples --subdir com/swabunga/spell/examples \ + ./src/com/swabunga/spell/examples +} diff --git a/dev-java/jazzy/metadata.xml b/dev-java/jazzy/metadata.xml new file mode 100644 index 000000000000..51b51082a589 --- /dev/null +++ b/dev-java/jazzy/metadata.xml @@ -0,0 +1,8 @@ + + + + java + + jazzy + + -- cgit v1.2.3-65-gdbad