public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-crypto/
@ 2015-08-25 22:12 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2015-08-25 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0f1dfbe95fc602161988955bc78664c08cc0f353
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 21:54:09 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 23:12:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1dfbe9

dev-java/gnu-crypto: Stable for ppc64 using the ALLARCHES policy. Fixes bug 521430.

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

 dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild
index 45a6855..a68ea49 100644
--- a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild
+++ b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.gnupg.org/GnuPG/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 DEPEND=">=virtual/jdk-1.6"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-crypto/
@ 2019-11-23  5:58 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2019-11-23  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     08e3299c315b078d1419e4a7e2e6ecf589e1a9b2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 05:48:32 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 05:48:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e3299c

dev-java/gnu-crypto: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild | 51 --------------------------
 1 file changed, 51 deletions(-)

diff --git a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild b/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild
deleted file mode 100644
index a193aa43cf2..00000000000
--- a/dev-java/gnu-crypto/gnu-crypto-2.0.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 eutils
-
-DESCRIPTION="GNU Crypto cryptographic primitives for Java"
-HOMEPAGE="https://www.gnu.org/software/gnu-crypto/"
-SRC_URI="ftp://ftp.gnupg.org/GnuPG/gnu-crypto/gnu-crypto-2.0.1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.3"
-RDEPEND=">=virtual/jre-1.3"
-
-RESTRICT="test"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-jdk15.patch"
-}
-
-src_configure() {
-	# jikes support disabled, doesnt work: #86655
-	econf JAVAC="javac" JAVACFLAGS="$(java-pkg_javac-args)" --with-jce=yes --with-sasl=yes
-}
-
-src_compile() {
-	emake -j1
-	if use doc ; then
-		emake -j1 javadoc
-	fi
-}
-
-src_install() {
-	einstall
-	rm "${ED}"/usr/share/*.jar
-
-	java-pkg_dojar source/gnu-crypto.jar
-	java-pkg_dojar jce/javax-crypto.jar
-	java-pkg_dojar security/javax-security.jar
-
-	use doc && java-pkg_dojavadoc api
-	use source && java-pkg_dosrc source/* jce/* security/*
-
-	dodoc AUTHORS ChangeLog NEWS README THANKS
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-23  5:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-23  5:58 [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-crypto/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2015-08-25 22:12 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox