mgorny 15/01/27 15:29:21 Modified: ChangeLog Added: plzip-1.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 app-arch/plzip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/plzip/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/plzip/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/plzip/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/plzip/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Feb 2014 10:55:49 -0000 1.1 +++ ChangeLog 27 Jan 2015 15:29:21 -0000 1.2 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/plzip -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/plzip/ChangeLog,v 1.1 2014/02/27 10:55:49 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/plzip/ChangeLog,v 1.2 2015/01/27 15:29:21 mgorny Exp $ + +*plzip-1.3 (27 Jan 2015) + + 27 Jan 2015; Michał Górny <[email protected]> +plzip-1.3.ebuild: + Version bump. *plzip-1.1 (27 Feb 2014) 1.1 app-arch/plzip/plzip-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/plzip/plzip-1.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/plzip/plzip-1.3.ebuild?rev=1.1&content-type=text/plain Index: plzip-1.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/plzip/plzip-1.3.ebuild,v 1.1 2015/01/27 15:29:21 mgorny Exp $ EAPI=5 inherit toolchain-funcs DESCRIPTION="Parallel lzip compressor" HOMEPAGE="http://www.nongnu.org/lzip/plzip.html" SRC_URI="http://download.savannah.gnu.org/releases-noredirect/lzip/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="app-arch/lzlib" src_configure() { # not autotools-based ./configure \ --prefix="${EPREFIX}"/usr \ CXX="$(tc-getCXX)" \ CPPFLAGS="${CPPFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}" || die }
