diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-08-15 15:48:41 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-08-15 15:48:41 +0000 |
commit | 52d549bb02bb9b166e94ed4aa929ba7bdbc7dbaa (patch) | |
tree | 83d17149f29f045f05be67d315bdb4e6d6002d6e /dev-java/bctsp | |
parent | masking puppet 3.1 for removal and updating puppet for bug 481186 (diff) | |
download | gentoo-2-52d549bb02bb9b166e94ed4aa929ba7bdbc7dbaa.tar.gz gentoo-2-52d549bb02bb9b166e94ed4aa929ba7bdbc7dbaa.tar.bz2 gentoo-2-52d549bb02bb9b166e94ed4aa929ba7bdbc7dbaa.zip |
Punt old revision.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/bctsp')
-rw-r--r-- | dev-java/bctsp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/bctsp/bctsp-1.45.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/dev-java/bctsp/ChangeLog b/dev-java/bctsp/ChangeLog index 85e858da1316..b674815b2504 100644 --- a/dev-java/bctsp/ChangeLog +++ b/dev-java/bctsp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/bctsp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bctsp/ChangeLog,v 1.2 2013/08/15 10:40:36 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/bctsp/ChangeLog,v 1.3 2013/08/15 15:48:41 tomwij Exp $ + + 15 Aug 2013; Tom Wijsman <TomWij@gentoo.org> -bctsp-1.45.ebuild: + Punt old revision. *bctsp-1.45-r1 (15 Aug 2013) diff --git a/dev-java/bctsp/bctsp-1.45.ebuild b/dev-java/bctsp/bctsp-1.45.ebuild deleted file mode 100644 index 753644f2d8ac..000000000000 --- a/dev-java/bctsp/bctsp-1.45.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/bctsp/bctsp-1.45.ebuild,v 1.1 2012/03/26 06:59:51 sera Exp $ - -EAPI=4 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -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="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -COMMON_DEPEND=" - ~dev-java/bcprov-${PV} - ~dev-java/bcmail-${PV}" -RDEPEND="${COMMON_DEPEND} - >=virtual/jre-1.5" -DEPEND="${COMMON_DEPEND} - >=virtual/jdk-1.5 - app-arch/unzip" - -S="${WORKDIR}"/${MY_P} - -JAVA_GENTOO_CLASSPATH="bcprov,bcmail" - -src_unpack() { - default - cd "${S}" || die - unpack ./src.zip - # Remove tests - rm -R org/bouncycastle/tsp/test || die -} |