monsieurp 15/08/06 22:01:18
Modified: ChangeLog
Added: gnu-hylafax-1.0.3-r2.ebuild
Removed: gnu-hylafax-1.0.3.ebuild
gnu-hylafax-1.0.3-r1.ebuild
Log:
Remove java-virtuals/javamail dependency and replace it with oracle-javamail.
Fixes bug 553186.
Signed-off-by: Patrice Clement <[email protected]>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
93491BB8)
Revision Changes Path
1.4 dev-java/gnu-hylafax/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 9 Jun 2015 13:36:55 -0000 1.3
+++ ChangeLog 6 Aug 2015 22:01:18 -0000 1.4
@@ -1,6 +1,14 @@
# 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.3
2015/06/09 13:36:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-hylafax/ChangeLog,v 1.4
2015/08/06 22:01:18 monsieurp Exp $
+
+*gnu-hylafax-1.0.3-r2 (06 Aug 2015)
+
+ 06 Aug 2015; Patrice Clement <[email protected]>
+ +gnu-hylafax-1.0.3-r2.ebuild, -gnu-hylafax-1.0.3-r1.ebuild,
+ -gnu-hylafax-1.0.3.ebuild:
+ Remove java-virtuals/javamail dependency and replace it with oracle-javamail.
+ Fixes bug 553186.
09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Updating remote-id in metadata.xml
1.1 dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3-r2.ebuild?rev=1.1&content-type=text/plain
Index: gnu-hylafax-1.0.3-r2.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-r2.ebuild,v 1.1
2015/08/06 22:01:18 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
dev-java/oracle-javamail:0
dev-java/java-getopt:1
dev-java/log4j:0"
RDEPEND=">=virtual/jre-1.6
${CDEPEND}"
DEPEND=">=virtual/jdk-1.6
${CDEPEND}"
JAVA_GENTOO_CLASSPATH="
commons-logging
commons-cli-1
oracle-javamail
java-getopt-1
log4j"
S="${WORKDIR}/${P}"
# bug 546502
PATCHES=(
"${FILESDIR}"/"${P}"-ClientPool.patch
)
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
epatch ${PATCHES[@]}
}