summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Schmitz <ercpe@gentoo.org>2014-01-12 17:11:34 +0000
committerJohann Schmitz <ercpe@gentoo.org>2014-01-12 17:11:34 +0000
commitfc5cda5539c7f5a3c1e3eecbd3779630b3e28188 (patch)
tree509fc1dea75c7e7753c1b1e2268c0f2a2c6a034c /dev-java/disruptor/disruptor-3.2.0.ebuild
parentamd64 stable, bug #496840 (diff)
downloadgentoo-2-fc5cda5539c7f5a3c1e3eecbd3779630b3e28188.tar.gz
gentoo-2-fc5cda5539c7f5a3c1e3eecbd3779630b3e28188.tar.bz2
gentoo-2-fc5cda5539c7f5a3c1e3eecbd3779630b3e28188.zip
New ebuild for disruptor, a High Performance Inter-Thread Messaging Library.
Dependency of log4j 2 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'dev-java/disruptor/disruptor-3.2.0.ebuild')
-rw-r--r--dev-java/disruptor/disruptor-3.2.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-java/disruptor/disruptor-3.2.0.ebuild b/dev-java/disruptor/disruptor-3.2.0.ebuild
new file mode 100644
index 000000000000..f366aec41d6c
--- /dev/null
+++ b/dev-java/disruptor/disruptor-3.2.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/disruptor/disruptor-3.2.0.ebuild,v 1.1 2014/01/12 17:11:34 ercpe Exp $
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="High Performance Inter-Thread Messaging Library"
+HOMEPAGE="http://lmax-exchange.github.io/disruptor/"
+SRC_URI="http://repo1.maven.org/maven2/com/lmax/${PN}/${PV}/${P}-sources.jar"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=virtual/jre-1.5"
+DEPEND=">=virtual/jdk-1.5"