summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-01-05 09:22:44 +0000
committerJustin Lecher <jlec@gentoo.org>2015-01-05 09:22:44 +0000
commit7bc774404ace56487d623f70bb1842e1455faf4d (patch)
tree9173fb5c6a279e5b12ebc721fa73150c838c1f2d /net-misc
parentnet-misc/zsync: Drop old (diff)
downloadgentoo-2-7bc774404ace56487d623f70bb1842e1455faf4d.tar.gz
gentoo-2-7bc774404ace56487d623f70bb1842e1455faf4d.tar.bz2
gentoo-2-7bc774404ace56487d623f70bb1842e1455faf4d.zip
net-misc/zsync: Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/zsync/ChangeLog7
-rw-r--r--net-misc/zsync/zsync-0.6.2.ebuild45
2 files changed, 5 insertions, 47 deletions
diff --git a/net-misc/zsync/ChangeLog b/net-misc/zsync/ChangeLog
index 36db8c740619..873076b2c3d2 100644
--- a/net-misc/zsync/ChangeLog
+++ b/net-misc/zsync/ChangeLog
@@ -1,6 +1,9 @@
# 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.12 2014/11/03 09:43:00 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.13 2015/01/05 09:22:44 jlec Exp $
+
+ 05 Jan 2015; Justin Lecher <jlec@gentoo.org> -zsync-0.6.2.ebuild:
+ Drop old
03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> zsync-0.6.2-r1.ebuild:
Stable for x86, wrt bug #527300
diff --git a/net-misc/zsync/zsync-0.6.2.ebuild b/net-misc/zsync/zsync-0.6.2.ebuild
deleted file mode 100644
index 754283b88b4d..000000000000
--- a/net-misc/zsync/zsync-0.6.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.4 2014/05/31 02:14:13 patrick Exp $
-
-EAPI=3
-inherit autotools eutils
-
-DESCRIPTION="Partial/differential file download client over HTTP which uses the rsync algorithm"
-HOMEPAGE="http://zsync.moria.org.uk/"
-
-ZLIB_PV=1.2.3
-ZLIB_P="zlib-${ZLIB_PV}"
-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
-
- cd "${ZLIB_S}"
- # 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
-
- cd "${S}"
- cp -a "${ZLIB_S}" "${ZLIB_P}-modified"
- ln -s "${ZLIB_P}-modified" zlib
-
- eautoreconf
-}
-
-src_install() {
- dobin zsync zsyncmake
- dodoc NEWS README
- doman doc/zsync.1 doc/zsyncmake.1
-}