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/iso-relax/Manifest | 1 + dev-java/iso-relax/files/build.xml | 77 +++++++++++++++++++++++++ dev-java/iso-relax/iso-relax-20050331-r1.ebuild | 36 ++++++++++++ dev-java/iso-relax/iso-relax-20050331-r2.ebuild | 42 ++++++++++++++ dev-java/iso-relax/metadata.xml | 5 ++ 5 files changed, 161 insertions(+) create mode 100644 dev-java/iso-relax/Manifest create mode 100644 dev-java/iso-relax/files/build.xml create mode 100644 dev-java/iso-relax/iso-relax-20050331-r1.ebuild create mode 100644 dev-java/iso-relax/iso-relax-20050331-r2.ebuild create mode 100644 dev-java/iso-relax/metadata.xml (limited to 'dev-java/iso-relax') diff --git a/dev-java/iso-relax/Manifest b/dev-java/iso-relax/Manifest new file mode 100644 index 000000000000..ad88be176d84 --- /dev/null +++ b/dev-java/iso-relax/Manifest @@ -0,0 +1 @@ +DIST iso-relax-20050331-gentoo.tar.bz2 696665 SHA256 3e3716ccc553c1a756503a56bcf92a64f6e0df3df89e6fa951a990d2c4601d70 SHA512 c327b461785ce647f9913afa6f5b77c41440e806d566884058be76e14a118d14fa305a1bc0157ee150b199b573e75af954311dc79eb8535599544f094526320a WHIRLPOOL e158e5a28d0f734b4a59923615449663b0dfc5b6b2a3ecbbff3ed37ac051fa1e6434d131195bcb6a87b5bdc36435f941bde29922be2ec92bea5c5404c8000e5e diff --git a/dev-java/iso-relax/files/build.xml b/dev-java/iso-relax/files/build.xml new file mode 100644 index 000000000000..841cc61688da --- /dev/null +++ b/dev-java/iso-relax/files/build.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + version=${DSTAMP} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/iso-relax/iso-relax-20050331-r1.ebuild b/dev-java/iso-relax/iso-relax-20050331-r1.ebuild new file mode 100644 index 000000000000..88b55165f944 --- /dev/null +++ b/dev-java/iso-relax/iso-relax-20050331-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +JAVA_PKG_IUSE="source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Interfaces useful for applications which support RELAX Core" +HOMEPAGE="http://iso-relax.sourceforge.net" +SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2" + +# To get the build system: +# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax login +# mkdir iso-relax-20050331 +# cd iso-relax-20050331 +# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax -frelease-20050331 co build.xml lib +# rm -r $(find -name CVS) + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=virtual/jdk-1.4 + dev-java/ant-core" +RDEPEND=">=virtual/jre-1.4" + +EANT_BUILD_TARGET="release" + +src_install() { + + java-pkg_dojar isorelax.jar + use source && java-pkg_dosrc src/* + +} diff --git a/dev-java/iso-relax/iso-relax-20050331-r2.ebuild b/dev-java/iso-relax/iso-relax-20050331-r2.ebuild new file mode 100644 index 000000000000..c5139979615e --- /dev/null +++ b/dev-java/iso-relax/iso-relax-20050331-r2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" +JAVA_PKG_IUSE="source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Interfaces useful for applications which support RELAX Core" +HOMEPAGE="http://iso-relax.sourceforge.net" +SRC_URI="mirror://gentoo/${P}-gentoo.tar.bz2" + +# To get the build system: +# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax login +# mkdir iso-relax-20050331 +# cd iso-relax-20050331 +# cvs -d:pserver:anonymous@iso-relax.cvs.sourceforge.net:/cvsroot/iso-relax -frelease-20050331 co build.xml lib +# rm -r $(find -name CVS) + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=">=virtual/jdk-1.4 + dev-java/ant-core:0" +RDEPEND=">=virtual/jre-1.4 + dev-java/ant-core:0" + +EANT_BUILD_TARGET="release" + +src_prepare() { + java-pkg_jarfrom --into lib ant-core ant.jar +} + +src_install() { + + java-pkg_dojar isorelax.jar + use source && java-pkg_dosrc src/* + +} diff --git a/dev-java/iso-relax/metadata.xml b/dev-java/iso-relax/metadata.xml new file mode 100644 index 000000000000..7303cef96964 --- /dev/null +++ b/dev-java/iso-relax/metadata.xml @@ -0,0 +1,5 @@ + + + + java + -- cgit v1.2.3-65-gdbad