jlec 14/10/29 07:26:25 Modified: metadata.xml ChangeLog Added: zsync-0.6.2-r1.ebuild Log: net-misc/zsync: Bump to EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.6 net-misc/zsync/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/zsync/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 24 Sep 2011 10:09:44 -0000 1.5 +++ metadata.xml 29 Oct 2014 07:26:25 -0000 1.6 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - </maintainer> - <longdescription lang="en"> + <maintainer> + <email>[email protected]</email> + </maintainer> + <longdescription lang="en"> From the zsync web page: "zsync is a file transfer program. It allows you to download a file from a @@ -22,5 +22,4 @@ anyone can download the file, make a .zsync and provide it to other users (this is what I am doing for the moment)." </longdescription> - </pkgmetadata> 1.10 net-misc/zsync/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 31 May 2014 02:14:13 -0000 1.9 +++ ChangeLog 29 Oct 2014 07:26:25 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/zsync # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.9 2014/05/31 02:14:13 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.10 2014/10/29 07:26:25 jlec Exp $ + +*zsync-0.6.2-r1 (29 Oct 2014) + + 29 Oct 2014; Justin Lecher <[email protected]> +zsync-0.6.2-r1.ebuild, + metadata.xml: + Bump to EAPI=5 31 May 2014; Patrick Lauer <[email protected]> zsync-0.6.2.ebuild: Remove superfluous cd statement 1.1 net-misc/zsync/zsync-0.6.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/zsync-0.6.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/zsync/zsync-0.6.2-r1.ebuild?rev=1.1&content-type=text/plain Index: zsync-0.6.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.6.2-r1.ebuild,v 1.1 2014/10/29 07:26:25 jlec Exp $ EAPI=5 inherit autotools eutils ZLIB_PV=1.2.3 ZLIB_P="zlib-${ZLIB_PV}" DESCRIPTION="Partial/differential file download client over HTTP which uses the rsync algorithm" HOMEPAGE="http://zsync.moria.org.uk/" SRC_URI=" http://zsync.moria.org.uk/download/${P}.tar.bz2 http://www.gzip.org/zlib/${ZLIB_P}.tar.bz2 http://www.zlib.net/${ZLIB_P}.tar.bz2" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" ZLIB_S="${WORKDIR}/${ZLIB_P}" src_prepare() { # Move old zlib-1.2.11 out the way mv "${S}"/zlib zlib-1.2.11-modified || die cd "${ZLIB_S}" || die # I am not sure how many other zlib patches we will need to port as well # This covers the security vuln in 1.2.11 epatch "${FILESDIR}"/${P}-${ZLIB_P}-support.patch rm -f Makefile || die cd "${S}" || die cp -a "${ZLIB_S}" "${ZLIB_P}-modified" || die ln -s "${ZLIB_P}-modified" zlib || die eautoreconf } src_install() { dobin zsync zsyncmake dodoc NEWS README doman doc/zsync.1 doc/zsyncmake.1 }
