ercpe 15/03/22 08:27:39 Added: metadata.xml gnu-hylafax-1.0.3.ebuild ChangeLog Log: New ebuild for gnu-hylafax (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.1 dev-java/gnu-hylafax/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>java</herd> </pkgmetadata> 1.1 dev-java/gnu-hylafax/gnu-hylafax-1.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/gnu-hylafax-1.0.3.ebuild?rev=1.1&content-type=text/plain Index: gnu-hylafax-1.0.3.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.ebuild,v 1.1 2015/03/22 08:27:39 ercpe 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 dev-java/concurrent-util:0" RDEPEND=">=virtual/jre-1.5 ${CDEPEND}" DEPEND=">=virtual/jdk-1.5 ${CDEPEND}" S="${WORKDIR}/${P}" JAVA_GENTOO_CLASSPATH="commons-logging,commons-cli-1,javamail,java-getopt-1,log4j,concurrent-util" 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 } 1.1 dev-java/gnu-hylafax/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gnu-hylafax/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # 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 $ *gnu-hylafax-1.0.3 (22 Mar 2015) 22 Mar 2015; Johann Schmitz <er...@gentoo.org> +gnu-hylafax-1.0.3.ebuild, +metadata.xml: New ebuild for gnu-hylafax