floppym 14/07/15 01:42:21 Modified: ChangeLog Added: open-vcdiff-0.8.4.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.6 dev-util/open-vcdiff/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/open-vcdiff/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/open-vcdiff/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/open-vcdiff/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/open-vcdiff/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 22 Dec 2012 23:57:14 -0000 1.5 +++ ChangeLog 15 Jul 2014 01:42:21 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-util/open-vcdiff -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/open-vcdiff/ChangeLog,v 1.5 2012/12/22 23:57:14 floppym Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/open-vcdiff/ChangeLog,v 1.6 2014/07/15 01:42:21 floppym Exp $ + +*open-vcdiff-0.8.4 (15 Jul 2014) + + 15 Jul 2014; Mike Gilbert <[email protected]> +open-vcdiff-0.8.4.ebuild: + Version bump. 22 Dec 2012; Mike Gilbert <[email protected]> +files/0.8.3-system-libs.patch, -files/open-vcdiff-0.8.3-system-zlib.patch, open-vcdiff-0.8.3.ebuild: 1.1 dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild?rev=1.1&content-type=text/plain Index: open-vcdiff-0.8.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild,v 1.1 2014/07/15 01:42:21 floppym Exp $ EAPI=5 inherit eutils DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" HOMEPAGE="http://code.google.com/p/open-vcdiff/" SRC_URI="http://dev.gentoo.org/~floppym/dist/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/0" KEYWORDS="~amd64 ~x86" IUSE="" src_configure() { econf --disable-static } src_install() { emake DESTDIR="${D}" install prune_libtool_files }
