* [gentoo-commits] gentoo-x86 commit in dev-java/gnu-hylafax: gnu-hylafax-1.0.3-r1.ebuild ChangeLog
@ 2015-04-14 18:25 Patrice Clement (monsieurp)
0 siblings, 0 replies; only message in thread
From: Patrice Clement (monsieurp) @ 2015-04-14 18:25 UTC (permalink / raw
To: gentoo-commits
monsieurp 15/04/14 18:25:45
Modified: ChangeLog
Added: gnu-hylafax-1.0.3-r1.ebuild
Log:
Remove dev-java/concurrent-util dependency. Patch sources to get them to compile using java.util.concurrent instead. Fix bug 546502.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 93491BB8)
Revision Changes Path
1.2 dev-java/gnu-hylafax/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 22 Mar 2015 08:27:39 -0000 1.1
+++ ChangeLog 14 Apr 2015 18:25:45 -0000 1.2
@@ -1,6 +1,13 @@
# ChangeLog for dev-java/gnu-hylafax
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/ChangeLog,v 1.1 2015/03/22 08:27:39 ercpe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/ChangeLog,v 1.2 2015/04/14 18:25:45 monsieurp Exp $
+
+*gnu-hylafax-1.0.3-r1 (14 Apr 2015)
+
+ 14 Apr 2015; Patrice Clement <monsieurp@gentoo.org>
+ +files/gnu-hylafax-1.0.3-ClientPool.patch, +gnu-hylafax-1.0.3-r1.ebuild:
+ Remove dev-java/concurrent-util dependency. Patch sources to get them to
+ compile using java.util.concurrent instead. Fix bug 546502.
*gnu-hylafax-1.0.3 (22 Mar 2015)
1.1 dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: gnu-hylafax-1.0.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r1.ebuild,v 1.1 2015/04/14 18:25:45 monsieurp Exp $
EAPI=5
JAVA_PKG_IUSE="source doc"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Java API designed to implement the client protocol portion of the hfaxd server"
HOMEPAGE="http://gnu-hylafax.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}-bin.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
CDEPEND="dev-java/commons-logging:0
dev-java/commons-cli:1
java-virtuals/javamail:0
dev-java/java-getopt:1
dev-java/log4j:0"
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
${CDEPEND}"
S="${WORKDIR}/${P}"
JAVA_GENTOO_CLASSPATH="commons-logging,commons-cli-1,javamail,java-getopt-1,log4j"
java_prepare() {
rm -rv "${S}"/lib || die
find -name "pom.xml" -delete || die
# tarball contains the same sources in gnu-.../sources and gnu-.../main/
rm -r gnu-hylafax-*/sources || die
# bug 546502
epatch "${FILESDIR}"/"${P}"-ClientPool.patch
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-14 18:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14 18:25 [gentoo-commits] gentoo-x86 commit in dev-java/gnu-hylafax: gnu-hylafax-1.0.3-r1.ebuild ChangeLog Patrice Clement (monsieurp)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox