diff options
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/zsync/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/zsync/zsync-0.6.2.ebuild | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/zsync/ChangeLog b/net-misc/zsync/ChangeLog index 50c8f9e10899..6e59cbdad560 100644 --- a/net-misc/zsync/ChangeLog +++ b/net-misc/zsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/zsync -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.8 2013/05/25 09:43:07 pinkbyte Exp $ +# 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 $ + + 31 May 2014; Patrick Lauer <patrick@gentoo.org> zsync-0.6.2.ebuild: + Remove superfluous cd statement 25 May 2013; Sergey Popov <pinkbyte@gentoo.org> zsync-0.6.2.ebuild: Add ~arm keyword, wrt bug #470772 @@ -36,4 +39,3 @@ 23 Mar 2005; Karl Trygve Kalleberg <karltk@gentoo.org> : Initial import. Ebuild submitted by Ricardo Correia <gentoo-bugs@wizy.org>. Fixes #86406. - diff --git a/net-misc/zsync/zsync-0.6.2.ebuild b/net-misc/zsync/zsync-0.6.2.ebuild index b0faf6a0ab69..754283b88b4d 100644 --- a/net-misc/zsync/zsync-0.6.2.ebuild +++ b/net-misc/zsync/zsync-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.ebuild,v 1.3 2013/05/25 09:43:07 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.6.2.ebuild,v 1.4 2014/05/31 02:14:13 patrick Exp $ EAPI=3 inherit autotools eutils @@ -23,7 +23,6 @@ ZLIB_S="${WORKDIR}/${ZLIB_P}" src_prepare() { # Move old zlib-1.2.11 out the way - cd "${S}" mv "${S}"/zlib zlib-1.2.11-modified cd "${ZLIB_S}" |