summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-05-31 02:14:13 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-05-31 02:14:13 +0000
commit609a563853445f1f99cefe03cd8e45fa873a973d (patch)
treeee5a23fd52f2009bbd8d919da8e923da9bb1d642 /net-misc/zsync
parentRemove superfluous cd statement (diff)
downloadgentoo-2-609a563853445f1f99cefe03cd8e45fa873a973d.tar.gz
gentoo-2-609a563853445f1f99cefe03cd8e45fa873a973d.tar.bz2
gentoo-2-609a563853445f1f99cefe03cd8e45fa873a973d.zip
Remove superfluous cd statement
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/zsync')
-rw-r--r--net-misc/zsync/ChangeLog8
-rw-r--r--net-misc/zsync/zsync-0.6.2.ebuild5
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}"