diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-04-05 20:24:51 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-04-05 20:24:51 +0000 |
commit | 0357ad38a54f7b8cb54fd3f915a7ab71ed016085 (patch) | |
tree | 5d83d7cda60a809bda5fbdcbb82c25ab431bab2e /app-arch | |
parent | Version bump (diff) | |
download | gentoo-2-0357ad38a54f7b8cb54fd3f915a7ab71ed016085.tar.gz gentoo-2-0357ad38a54f7b8cb54fd3f915a7ab71ed016085.tar.bz2 gentoo-2-0357ad38a54f7b8cb54fd3f915a7ab71ed016085.zip |
EAPI 5 bump wrt bug 543906.
Signed-off-by: monsieurp@gentoo.org
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/fastjar/ChangeLog | 10 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.98-r2.ebuild | 4 | ||||
-rw-r--r-- | app-arch/fastjar/fastjar-0.98-r3.ebuild | 25 |
3 files changed, 35 insertions, 4 deletions
diff --git a/app-arch/fastjar/ChangeLog b/app-arch/fastjar/ChangeLog index 326f4e1f2e08..a3d16dab0d38 100644 --- a/app-arch/fastjar/ChangeLog +++ b/app-arch/fastjar/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-arch/fastjar -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.28 2014/08/01 10:48:57 sera Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/ChangeLog,v 1.29 2015/04/05 20:24:51 monsieurp Exp $ + +*fastjar-0.98-r3 (05 Apr 2015) + + 05 Apr 2015; Patrice Clement <monsieurp@gentoo.org> +fastjar-0.98-r3.ebuild, + fastjar-0.98-r2.ebuild: + EAPI 5 bump wrt bug 543906. 01 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -fastjar-0.98-r1.ebuild: Remove old diff --git a/app-arch/fastjar/fastjar-0.98-r2.ebuild b/app-arch/fastjar/fastjar-0.98-r2.ebuild index f5112a934cce..315bc36e2ef9 100644 --- a/app-arch/fastjar/fastjar-0.98-r2.ebuild +++ b/app-arch/fastjar/fastjar-0.98-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98-r2.ebuild,v 1.5 2012/12/16 13:53:42 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98-r2.ebuild,v 1.6 2015/04/05 20:24:51 monsieurp Exp $ EAPI=4 diff --git a/app-arch/fastjar/fastjar-0.98-r3.ebuild b/app-arch/fastjar/fastjar-0.98-r3.ebuild new file mode 100644 index 000000000000..bdd2352c76d2 --- /dev/null +++ b/app-arch/fastjar/fastjar-0.98-r3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/fastjar/fastjar-0.98-r3.ebuild,v 1.1 2015/04/05 20:24:51 monsieurp Exp $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="A jar program written in C" +HOMEPAGE="https://savannah.nongnu.org/projects/fastjar" +SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris" + +IUSE="" + +# bug #188542 +RDEPEND="!<=dev-java/kaffe-1.1.7-r5" + +src_prepare() { + # bug #325557 + epatch "${FILESDIR}/0.98-traversal.patch" +} |