summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-06-17 17:14:09 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-06-17 17:14:09 +0000
commit64a094d0ae40ee61a3e2277e44d7bdb692b29708 (patch)
treef65ff674644520787e4adc644645d1d1ae1ecc0e /dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
parentStable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362. (diff)
downloadgentoo-2-64a094d0ae40ee61a3e2277e44d7bdb692b29708.tar.gz
gentoo-2-64a094d0ae40ee61a3e2277e44d7bdb692b29708.tar.bz2
gentoo-2-64a094d0ae40ee61a3e2277e44d7bdb692b29708.zip
Stable for x86+amd64 through ALLARCHES. Remove old. Fix bug 552362.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild')
-rw-r--r--dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild b/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
deleted file mode 100644
index 4c4ca8e627b1..000000000000
--- a/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnr-unixsocket/jnr-unixsocket-0.3.ebuild,v 1.4 2015/04/16 13:34:32 monsieurp Exp $
-
-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-ffi:0.7"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.5"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.5"
-
-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"
-
-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
-}