mgorny 15/04/16 09:08:00 Modified: ChangeLog Added: zpipe-2.01-r1.ebuild Removed: zpipe-2.01.ebuild Log: Bump to EAPI 5. Restrict libzpaq dependency since it does not work with zpaq-7.04. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 app-arch/zpipe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpipe/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpipe/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpipe/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/zpipe/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 27 Dec 2014 14:57:23 -0000 1.2 +++ ChangeLog 16 Apr 2015 09:08:00 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for app-arch/zpipe -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpipe/ChangeLog,v 1.2 2014/12/27 14:57:23 bircoph Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpipe/ChangeLog,v 1.3 2015/04/16 09:08:00 mgorny Exp $ + +*zpipe-2.01-r1 (16 Apr 2015) + + 16 Apr 2015; Michał Górny <[email protected]> +zpipe-2.01-r1.ebuild, + -zpipe-2.01.ebuild: + Bump to EAPI 5. Restrict libzpaq dependency since it does not work with + zpaq-7.04. 27 Dec 2014; Andrew Savchenko <[email protected]> zpipe-2.01.ebuild: Add ~x86 keyword, bug 531934. @@ -10,4 +17,3 @@ 05 Jan 2011; Michał Górny <[email protected]> +zpipe-2.01.ebuild, +metadata.xml: New ebuild for zpipe (ZPAQ pipe compressor) per bug #350631. - 1.1 app-arch/zpipe/zpipe-2.01-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpipe/zpipe-2.01-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/zpipe/zpipe-2.01-r1.ebuild?rev=1.1&content-type=text/plain Index: zpipe-2.01-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/zpipe/zpipe-2.01-r1.ebuild,v 1.1 2015/04/16 09:08:00 mgorny Exp $ EAPI=5 inherit toolchain-funcs MY_P=${PN}.${PV/./} DESCRIPTION="Pipe compressor/decompressor for ZPAQ" HOMEPAGE="http://mattmahoney.net/dc/zpaq.html" SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="<app-arch/libzpaq-7" DEPEND="${RDEPEND} app-arch/unzip" src_compile() { emake CXX="$(tc-getCXX)" LDLIBS=-lzpaq "${PN}" } src_install() { dobin ${PN} }
