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/bcmail/
Date: Thu,  8 Oct 2015 22:11:11 +0000 (UTC)	[thread overview]
Message-ID: <1444341965.91e66e4e8d135995f1e29edc2bbfcf42df0ddf2f.monsieurp@gentoo> (raw)

commit:     91e66e4e8d135995f1e29edc2bbfcf42df0ddf2f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 16:37:53 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 22:06:05 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91e66e4e

dev-java/bcmail: Clean up old.

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

 dev-java/bcmail/bcmail-1.38-r3.ebuild | 56 -----------------------
 dev-java/bcmail/bcmail-1.45-r2.ebuild | 55 -----------------------
 dev-java/bcmail/bcmail-1.50.ebuild    | 82 ----------------------------------
 dev-java/bcmail/bcmail-1.52.ebuild    | 84 -----------------------------------
 4 files changed, 277 deletions(-)

diff --git a/dev-java/bcmail/bcmail-1.38-r3.ebuild b/dev-java/bcmail/bcmail-1.38-r3.ebuild
deleted file mode 100644
index 1bb25d7..0000000
--- a/dev-java/bcmail/bcmail-1.38-r3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=1
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${PN}-jdk14-${PV/./}"
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html"
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1.38"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-COMMON_DEPEND="dev-java/bcprov:${SLOT}
-		=dev-java/junit-3.8*
-		dev-java/sun-jaf
-		java-virtuals/javamail"
-DEPEND=">=virtual/jdk-1.4
-	app-arch/unzip
-	${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.4
-	${COMMON_DEPEND}"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	unpack ./src.zip
-}
-
-src_compile() {
-	mkdir "${S}/classes"
-
-	find org -name "*.java" > "${T}/src.list"
-	ejavac -d "${S}/classes" \
-		-classpath $(java-pkg_getjars bcprov-${SLOT},junit,sun-jaf,javamail) \
-		"@${T}/src.list"
-
-	cd "${S}/classes"
-	jar -cf "${S}/${PN}.jar" * || die "failed to create jar"
-}
-
-src_install() {
-	java-pkg_dojar "${S}/${PN}.jar"
-
-	use source && java-pkg_dosrc org
-	use doc && java-pkg_dojavadoc docs
-}

diff --git a/dev-java/bcmail/bcmail-1.45-r2.ebuild b/dev-java/bcmail/bcmail-1.45-r2.ebuild
deleted file mode 100644
index 622c2b6..0000000
--- a/dev-java/bcmail/bcmail-1.45-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${PN}-jdk15-${PV/./}"
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html"
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="1.45"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-
-COMMON_DEPEND="dev-java/bcprov:1.45
-		=dev-java/junit-3.8*
-		dev-java/sun-jaf
-		java-virtuals/javamail"
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip
-	${COMMON_DEPEND}"
-RDEPEND=">=virtual/jre-1.5
-	${COMMON_DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
-	default
-	cd "${S}"
-	unpack ./src.zip
-}
-
-src_compile() {
-	mkdir "${S}/classes"
-
-	find org -name "*.java" > "${T}/src.list"
-	ejavac -d "${S}/classes" \
-		-classpath $(java-pkg_getjars bcprov-1.45,junit,sun-jaf,javamail) \
-		"@${T}/src.list"
-
-	cd "${S}/classes"
-	jar -cf "${S}/${PN}.jar" * || die "failed to create jar"
-}
-
-src_install() {
-	java-pkg_dojar "${S}/${PN}.jar"
-
-	use source && java-pkg_dosrc org
-	use doc && java-pkg_dojavadoc docs
-}

diff --git a/dev-java/bcmail/bcmail-1.50.ebuild b/dev-java/bcmail/bcmail-1.50.ebuild
deleted file mode 100644
index d8298f4..0000000
--- a/dev-java/bcmail/bcmail-1.50.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html"
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-
-COMMON_DEPEND=">=dev-java/bcprov-${PV}:0[test?]
-		~dev-java/bcpkix-${PV}:0[test?]
-		dev-java/sun-jaf:0
-		java-virtuals/javamail:0"
-
-DEPEND=">=virtual/jdk-1.5
-	app-arch/unzip
-	test? ( dev-java/junit:0 )
-	${COMMON_DEPEND}"
-
-RDEPEND=">=virtual/jre-1.5
-	${COMMON_DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-# Package can't be build with test as bcprov and bcpkix can't be built with test.
-RESTRICT="test"
-
-src_unpack() {
-	default
-	cd "${S}"
-	unpack ./src.zip
-}
-
-java_prepare() {
-	mkdir "${S}"/classes
-
-	if use test ; then
-		java-pkg_jar-from --build-only junit
-	fi
-}
-
-src_compile() {
-	find org -name "*.java" > "${T}"/src.list
-
-	local cp="$(java-pkg_getjars bcprov,bcpkix,sun-jaf,javamail)"
-	if use test ; then
-		cp="${cp}:junit.jar"
-	else
-		sed -i '/\/test\//d' "${T}"/src.list || die "Failed to remove test classes"
-	fi
-
-	ejavac -d "${S}"/classes -cp ${cp} "@${T}"/src.list
-
-	cd "${S}"/classes
-	jar -cf "${S}"/${PN}.jar * || die "failed to create jar"
-}
-
-src_test() {
-	local cp="${PN}.jar:bcprov.jar:bcpkix.jar:junit.jar"
-
-	java -cp ${cp} org.bouncycastle.mail.smime.test.AllTests | tee mail.tests
-
-	grep -q FAILURES *.tests && die "Tests failed."
-}
-
-src_install() {
-	java-pkg_dojar "${S}"/${PN}.jar
-
-	use source && java-pkg_dosrc org
-	use doc && java-pkg_dojavadoc docs
-}

diff --git a/dev-java/bcmail/bcmail-1.52.ebuild b/dev-java/bcmail/bcmail-1.52.ebuild
deleted file mode 100644
index dcc7f07..0000000
--- a/dev-java/bcmail/bcmail-1.52.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_P="${PN}-jdk15on-${PV/./}"
-
-DESCRIPTION="Java cryptography APIs"
-HOMEPAGE="http://www.bouncycastle.org/java.html"
-SRC_URI="http://www.bouncycastle.org/download/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
-
-CDEPEND=">=dev-java/bcprov-${PV}:0[test?]
-		~dev-java/bcpkix-${PV}:0[test?]
-		dev-java/sun-jaf:0
-		java-virtuals/javamail:0"
-
-DEPEND=">=virtual/jdk-1.6
-	app-arch/unzip
-	test? (
-		dev-java/junit:0
-	)
-	${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.6
-	${CDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-# Package can't be build with test as bcprov and bcpkix can't be built with test.
-RESTRICT="test"
-
-src_unpack() {
-	default
-	cd "${S}"
-	unpack ./src.zip
-}
-
-java_prepare() {
-	mkdir "${S}"/classes
-
-	if use test; then
-		java-pkg_jar-from --build-only junit
-	fi
-}
-
-src_compile() {
-	find org -name "*.java" > "${T}"/src.list
-
-	local cp="$(java-pkg_getjars bcprov,bcpkix,sun-jaf,javamail)"
-	if use test ; then
-		cp="${cp}:junit.jar"
-	else
-		sed -i '/\/test\//d' "${T}"/src.list || die "Failed to remove test classes"
-	fi
-
-	ejavac -d "${S}"/classes -cp ${cp} "@${T}"/src.list
-
-	cd "${S}"/classes
-	jar -cf "${S}"/${PN}.jar * || die "failed to create jar"
-}
-
-src_test() {
-	local cp="${PN}.jar:bcprov.jar:bcpkix.jar:junit.jar"
-
-	java -cp ${cp} org.bouncycastle.mail.smime.test.AllTests | tee mail.tests
-
-	grep -q FAILURES *.tests && die "Tests failed."
-}
-
-src_install() {
-	java-pkg_dojar "${S}"/${PN}.jar
-
-	use source && java-pkg_dosrc org
-	use doc && java-pkg_dojavadoc docs
-}


             reply	other threads:[~2015-10-08 22:11 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08 22:11 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-08 22:11 [gentoo-commits] repo/gentoo:master commit in: dev-java/bcmail/ Patrice Clement
2015-10-16  9:19 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-17 15:16 Patrice Clement
2015-10-24 14:16 Patrice Clement
2015-10-24 14:16 Patrice Clement
2017-07-05  9:56 Patrice Clement
2017-07-05  9:56 Patrice Clement
2017-07-13 17:27 Alexis Ballier
2018-03-01  8:39 Michał Górny
2020-07-25  2:21 Sam James
2021-06-05  6:50 Miroslav Šulc
2021-06-07  8:52 Miroslav Šulc
2021-06-30 11:29 Miroslav Šulc
2021-07-09 13:26 Miroslav Šulc
2021-08-09  0:31 Sam James
2021-08-11 19:11 Sam James
2021-11-25  2:06 Sam James
2021-11-25  4:11 Sam James
2021-11-26  7:53 Miroslav Šulc
2022-01-27 17:34 Florian Schmaus
2022-03-01 11:29 Agostino Sarubbo
2022-03-02  9:08 Agostino Sarubbo
2022-03-06 10:12 Jakov Smolić
2022-03-06 23:49 Sam James
2022-03-08 13:05 Florian Schmaus
2022-05-22 17:57 Florian Schmaus
2022-07-06  8:40 Arthur Zamarin
2022-07-07  6:34 Agostino Sarubbo
2022-07-07  6:35 Agostino Sarubbo
2022-07-09 12:35 Arthur Zamarin
2022-07-09 13:00 Arthur Zamarin
2022-11-14 14:48 Florian Schmaus
2022-12-15  2:05 Sam James
2022-12-15  2:05 Sam James
2022-12-15  4:23 Arthur Zamarin
2022-12-15  4:23 Arthur Zamarin
2022-12-15  8:43 Miroslav Šulc
2023-09-19 14:10 Miroslav Šulc
2023-10-19 12:17 Sam James
2023-10-19 13:37 Sam James
2023-10-20 20:18 Arthur Zamarin
2023-10-26 13:04 Sam James
2023-10-28  8:23 Miroslav Šulc
2023-12-07 10:37 Miroslav Šulc
2024-01-06  8:11 Sam James
2024-01-06  8:11 Sam James
2024-01-06 21:52 Miroslav Šulc
2024-01-30  9:13 Miroslav Šulc
2024-10-10 10:29 Miroslav Šulc
2024-11-02 22:51 Sam James
2024-11-03  4:40 Sam James
2024-11-03 13:31 Michał Górny
2024-11-04  7:18 Miroslav Šulc
2024-11-04  9:13 Miroslav Šulc
2024-12-04 10:39 Sam James
2024-12-06 10:58 Sam James
2024-12-24 20:03 Sam James
2024-12-30 19:41 Florian Schmaus
2025-01-26  8:20 Miroslav Šulc
2025-02-24 11:49 Jakov Smolić
2025-02-25 16:36 Florian Schmaus

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=1444341965.91e66e4e8d135995f1e29edc2bbfcf42df0ddf2f.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