About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
mgorny 12/04/10 15:01:48 Modified: ChangeLog Added: libzpaq-5.01.ebuild Log: Version bump. (Portage version: 2.2.0_alpha100/cvs/Linux x86_64) Revision Changes Path 1.4 app-arch/libzpaq/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 25 Aug 2011 10:24:36 -0000 1.3 +++ ChangeLog 10 Apr 2012 15:01:48 -0000 1.4 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/libzpaq -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.3 2011/08/25 10:24:36 mgorny Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/ChangeLog,v 1.4 2012/04/10 15:01:48 mgorny Exp $ + +*libzpaq-5.01 (10 Apr 2012) + + 10 Apr 2012; Michał Górny <mgorny@g.o> +libzpaq-5.01.ebuild: + Version bump. *libzpaq-3.00 (25 Aug 2011) *libzpaq-2.02a-r1 (25 Aug 2011) 1.1 app-arch/libzpaq/libzpaq-5.01.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-5.01.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/libzpaq/libzpaq-5.01.ebuild?rev=1.1&content-type=text/plain Index: libzpaq-5.01.ebuild =================================================================== # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/libzpaq/libzpaq-5.01.ebuild,v 1.1 2012/04/10 15:01:48 mgorny Exp $ EAPI=3 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils MY_P=${PN}${PV/./} DESCRIPTION="Library to compress files or objects in the ZPAQ format" HOMEPAGE="http://mattmahoney.net/dc/zpaq.html" SRC_URI="http://mattmahoney.net/dc/${MY_P}.zip" LICENSE="zpaq" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="static-libs" DEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR} src_prepare() { EPATCH_OPTS+=-p1 epatch "${FILESDIR}"/0001-Add-autotools-files.patch # XXX: update the patch instead when the old version is gone touch libzpaqo.cpp || die autotools-utils_src_prepare } src_configure() { local myeconfargs=( --with-library-version=2:0:0 ) autotools-utils_src_configure }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.