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/jnr-unixsocket/Manifest | 1 + .../files/jnr-unixsocket-0.3-build.xml | 321 +++++++++++++++++++++ .../files/jnr-unixsocket-0.6-build.xml | 321 +++++++++++++++++++++ dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild | 43 +++ dev-java/jnr-unixsocket/metadata.xml | 8 + 5 files changed, 694 insertions(+) create mode 100644 dev-java/jnr-unixsocket/Manifest create mode 100644 dev-java/jnr-unixsocket/files/jnr-unixsocket-0.3-build.xml create mode 100644 dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml create mode 100644 dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild create mode 100644 dev-java/jnr-unixsocket/metadata.xml (limited to 'dev-java/jnr-unixsocket') diff --git a/dev-java/jnr-unixsocket/Manifest b/dev-java/jnr-unixsocket/Manifest new file mode 100644 index 00000000000..a9a26375403 --- /dev/null +++ b/dev-java/jnr-unixsocket/Manifest @@ -0,0 +1 @@ +DIST jnr-unixsocket-0.6.tar.gz 6756 SHA256 f5243dd27559790dcd6a9b70d2671ab2e20f20ff8a1cba9923e9bda4133982b9 SHA512 93ceb4f90b259c94eb0a68f13da1bbdae547b77637102fc36b9aa4427ed079bca1e9d503579c52cb4ea591bf67df30efcb99c6c4d71e7545cc6ff35f5ca65249 WHIRLPOOL 6464e8d6fa895044095c6ddce4dabc761c6f4aeb9e0dfc04df464f3e20b9b4546d16a0fc6f617cec4e937b6bcf59fc690cbf0246fb3dc04ee80b8acb804715fa diff --git a/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.3-build.xml b/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.3-build.xml new file mode 100644 index 00000000000..8f2e213ab1e --- /dev/null +++ b/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.3-build.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml b/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml new file mode 100644 index 00000000000..4ef23a7785e --- /dev/null +++ b/dev-java/jnr-unixsocket/files/jnr-unixsocket-0.6-build.xml @@ -0,0 +1,321 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + =================================== WARNING =================================== + JUnit is not present in your $ANT_HOME/lib directory. Tests not executed. + =============================================================================== + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild b/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild new file mode 100644 index 00000000000..cce704e93b6 --- /dev/null +++ b/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +JAVA_PKG_IUSE="doc examples source test" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="Unix sockets for Java" +SRC_URI="http://github.com/jnr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/jnr/jnr-unixsocket" + +SLOT="0" +KEYWORDS="amd64 x86" +LICENSE="Apache-2.0" + +CDEPEND="dev-java/jnr-constants:0 + dev-java/jnr-enxio:0 + dev-java/jnr-posix:3.0 + dev-java/jnr-ffi:0.7" + +DEPEND="${CDEPEND} + >=virtual/jdk-1.6" + +RDEPEND="${CDEPEND} + >=virtual/jre-1.6" + +java_prepare() { + cp "${FILESDIR}"/${P}-build.xml build.xml || die +} + +JAVA_ANT_REWRITE_CLASSPATH="true" +EANT_GENTOO_CLASSPATH="jnr-constants,jnr-enxio,jnr-ffi-0.7,jnr-posix-3.0" + +src_install() { + java-pkg_newjar target/${P}.jar ${PN}.jar + + use source && java-pkg_dosrc src/main/java/jnr + use examples && java-pkg_doexamples src/main/java/jnr/unixsocket/example + use doc && java-pkg_dojavadoc target/site/apidocs +} diff --git a/dev-java/jnr-unixsocket/metadata.xml b/dev-java/jnr-unixsocket/metadata.xml new file mode 100644 index 00000000000..73c0445e545 --- /dev/null +++ b/dev-java/jnr-unixsocket/metadata.xml @@ -0,0 +1,8 @@ + + + + java + + jnr/jnr-unixsocket + + -- cgit v1.2.1