From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 22F97138C48 for ; Tue, 14 Apr 2015 18:25:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFB9E0897; Tue, 14 Apr 2015 18:25:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D56E6E0897 for ; Tue, 14 Apr 2015 18:25:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7A15340C6C for ; Tue, 14 Apr 2015 18:25:50 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2363) id 53D5A15EBC; Tue, 14 Apr 2015 18:25:45 +0000 (UTC) From: "Patrice Clement (monsieurp)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, monsieurp@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-java/gnu-hylafax: gnu-hylafax-1.0.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gnu-hylafax-1.0.3-r1.ebuild ChangeLog X-VCS-Directories: dev-java/gnu-hylafax X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150414182546.53D5A15EBC@oystercatcher.gentoo.org> Date: Tue, 14 Apr 2015 18:25:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f5b3214c-f17f-48ea-bc15-2c6e53703fe7 X-Archives-Hash: 6154a06dca35ba363375e6b68128dbed 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 (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 + +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 }