public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jsr305/
Date: Tue, 27 Oct 2015 20:36:00 +0000 (UTC)	[thread overview]
Message-ID: <1445978040.e73d4b6fb8df77b6833da3845fa06471a1f78f7e.monsieurp@gentoo> (raw)

commit:     e73d4b6fb8df77b6833da3845fa06471a1f78f7e
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 27 18:59:39 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 27 20:34:00 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e73d4b6f

dev-java/jsr305: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/jsr305/Manifest             |  1 -
 dev-java/jsr305/jsr305-1.0-r1.ebuild | 64 ------------------------------------
 2 files changed, 65 deletions(-)

diff --git a/dev-java/jsr305/Manifest b/dev-java/jsr305/Manifest
index d1d8464..6d9c7fa 100644
--- a/dev-java/jsr305/Manifest
+++ b/dev-java/jsr305/Manifest
@@ -1,2 +1 @@
-DIST jsr-305-source.tar.gz 36865 SHA256 87bcc526872fb430a8f02a1e0445175b38e73b809392398601570158373aa9b6 SHA512 7821865ade33e1ca4f59da3e6c8b888f26c21853aa0f8578299a4205cd931900be294aaf85036ba54646a66efe3d9ae0a5653ef756710521be03882b9e0b82e5 WHIRLPOOL 0768571aeef2ae0758ed70c8569f06567ac45ad7900808ad7843ee01e1311c0521f76ff750e45983cbdf585ab9e4df5eb3a1ffd8bdf27d9fb7afd02cae424007
 DIST jsr305-3.0.1-sources.jar 16622 SHA256 56c80429d828bfaaefbf0358334c2629228a0ca25c073707be589e9d6c9406e6 SHA512 ca9902929de94fbc03b848599bb1f5f542898ade724eb0d6022f799733c9093bb27c0a565f0a90f47dba7bff72d5a6d24de687746721a1bec2050c2061ecd148 WHIRLPOOL d57e98eb34fc46b82946287cb73fb1009ab5347fad6e4407e7d94e9337ccc1d4552084a2eda0fb4c5b9d29b68d1ab97cdf6d6880352559b4b022e8ffb1021a99

diff --git a/dev-java/jsr305/jsr305-1.0-r1.ebuild b/dev-java/jsr305/jsr305-1.0-r1.ebuild
deleted file mode 100644
index 9b85abc..0000000
--- a/dev-java/jsr305/jsr305-1.0-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc examples source test"
-inherit eutils java-pkg-2 java-ant-2
-MY_PN=jsr-305
-
-DESCRIPTION="Reference implementation for JSR 305: Annotations for Software Defect Detection in Java"
-SRC_URI="mirror://gentoo/${MY_PN}-source.tar.gz"
-HOMEPAGE="https://code.google.com/p/jsr-305/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip
-	test? ( dev-java/ant-junit )"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_compile() {
-	# create jar
-	cd ri
-	mkdir -p build/classes
-	ejavac -sourcepath src/main/java -d build/classes $(find src/main/java -name "*.java") \
-		|| die "Cannot compile sources"
-	mkdir dist
-	cd build/classes
-	jar -cvf "${S}"/ri/dist/${PN}.jar javax || die "Cannot create JAR"
-
-	# generate javadoc
-	if use doc ; then
-		cd "${S}"/ri
-		mkdir javadoc
-		javadoc -d javadoc -sourcepath src/main/java -subpackages javax \
-			|| die "Javadoc creation failed"
-	fi
-}
-
-src_install() {
-	cd ri
-	java-pkg_dojar dist/${PN}.jar
-
-	if use examples; then
-		dodir /usr/share/doc/${PF}/examples/
-		cp -r "${S}"/sampleUses/* "${D}"/usr/share/doc/${PF}/examples/ || die "Could not install examples"
-	fi
-
-	if use source ; then
-		cd "${S}"/ri/src/main/java
-		java-pkg_dosrc javax
-	fi
-
-	if use doc ; then
-		cd "${S}"/ri
-		java-pkg_dojavadoc javadoc
-	fi
-}


             reply	other threads:[~2015-10-27 20:36 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-27 20:36 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-04-10  8:27 [gentoo-commits] repo/gentoo:master commit in: dev-java/jsr305/ Miroslav Šulc
2022-01-27  7:56 Miroslav Šulc
2022-01-26 19:08 Arthur Zamarin
2022-01-25 21:41 Sam James
2022-01-24  3:44 Sam James
2022-01-24  3:44 Sam James
2022-01-11 20:35 Arthur Zamarin
2021-12-22 18:47 Arthur Zamarin
2021-12-21  8:04 Miroslav Šulc
2021-12-04  8:45 Miroslav Šulc
2021-11-14 19:28 Jakov Smolić
2021-11-13  9:42 Jakov Smolić
2021-11-10 16:47 Sam James
2021-11-10 16:47 Sam James
2017-07-13 18:32 Alexis Ballier
2017-05-05 15:10 Patrice Clement
2015-10-27 20:36 Patrice Clement
2015-10-23 16:11 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445978040.e73d4b6fb8df77b6833da3845fa06471a1f78f7e.monsieurp@gentoo \
    --to=monsieurp@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox