aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:20:34 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:20:34 +0200
commit6c4c3349a3266d6aab2130e1ffcde6b5ed055095 (patch)
treed5bd4869cb13ceee3cc88292b2bf2b7787783c0d /dev-java
parentIn CVS (diff)
downloadsci-6c4c3349a3266d6aab2130e1ffcde6b5ed055095.tar.gz
sci-6c4c3349a3266d6aab2130e1ffcde6b5ed055095.tar.bz2
sci-6c4c3349a3266d6aab2130e1ffcde6b5ed055095.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jcip-annotations/ChangeLog20
-rw-r--r--dev-java/jcip-annotations/Manifest1
-rw-r--r--dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild36
-rw-r--r--dev-java/jcip-annotations/metadata.xml9
4 files changed, 0 insertions, 66 deletions
diff --git a/dev-java/jcip-annotations/ChangeLog b/dev-java/jcip-annotations/ChangeLog
deleted file mode 100644
index a5e7e0d53..000000000
--- a/dev-java/jcip-annotations/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for dev-java/jcip-annotations
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 03 Nov 2014; Justin Lecher <jlec@gentoo.org> jcip-annotations-1.0-r1.ebuild:
- Bump to EAPI=5
-
- 02 Jun 2013; <calchan@gentoo.org> jcip-annotations-1.0-r1.ebuild:
- Fixed SRC_URI.
-
- 03 Mar 2013; Justin Lecher <jlec@gentoo.org> jcip-annotations-1.0-r1.ebuild,
- metadata.xml:
- Correct license name
-
-*jcip-annotations-1.0-r1 (14 May 2012)
-
- 14 May 2012; SĂ©bastien Fabbro <bicatali@gentoo.org>
- +jcip-annotations-1.0-r1.ebuild, +metadata.xml:
- import from the java overlay
-
diff --git a/dev-java/jcip-annotations/Manifest b/dev-java/jcip-annotations/Manifest
deleted file mode 100644
index 38cc2891e..000000000
--- a/dev-java/jcip-annotations/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jcip-annotations-1.0-src.jar 4998 SHA256 221f5cbe0b00a4c5f3c8870639de3573223fb9aa2636c631f901302fd4339efc SHA512 7c42b0669600fdca3cc5fdd6f1ea40ed79a0c448067474bf3cc60c9405565db793ea33ee816385314c5838bf807bdd229d0fe92d5392d7de08e9f8f760449b35 WHIRLPOOL 85f7c9722c96ccbcc8b73e51ca960d938c3f5e316873f46735e5f10d1cc858baa815e473a248f9bfea2502c6e92610ed9a0c03419ef258f947d6f4d752a530a8
diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
deleted file mode 100644
index 133ff4a14..000000000
--- a/dev-java/jcip-annotations/jcip-annotations-1.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Annotations for Concurrency"
-HOMEPAGE="http://www.jcip.net/"
-SRC_URI="http://jcip.net.s3-website-us-east-1.amazonaws.com/${PN}-src.jar -> ${P}-src.jar"
-
-LICENSE="CC-BY-SA-2.5"
-#Confirm license before entering tree.
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.5"
-DEPEND="
- >=virtual/jdk-1.5
- app-arch/unzip"
-
-S="${WORKDIR}"
-
-src_compile() {
- mkdir -p build || die
- ejavac -d build $(find net -name '*.java')
- jar -cf "${PN}.jar" -C build net || die
-}
-src_install() {
- java-pkg_dojar "${PN}.jar"
- use source && java-pkg_dosrc net
-}
diff --git a/dev-java/jcip-annotations/metadata.xml b/dev-java/jcip-annotations/metadata.xml
deleted file mode 100644
index 5ad381bdd..000000000
--- a/dev-java/jcip-annotations/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>sci</herd>
- <longdescription lang="en">
- Annotations used within the Java Concurrency in Practice book by
- Brain Goetz.
- </longdescription>
-</pkgmetadata>