diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-05-15 10:20:11 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-05-15 10:20:11 +0000 |
commit | 82ee661e8a991037c276e013ca7cf6c3cab71e85 (patch) | |
tree | cb48ce26015a799e925aba43fc34ecd9b003c201 | |
parent | Mask dev-util/rhide for removal wrt bug 206250. (diff) | |
download | gentoo-2-82ee661e8a991037c276e013ca7cf6c3cab71e85.tar.gz gentoo-2-82ee661e8a991037c276e013ca7cf6c3cab71e85.tar.bz2 gentoo-2-82ee661e8a991037c276e013ca7cf6c3cab71e85.zip |
Removed zsync wrt bug 208660, has been masked for 3 years.
-rw-r--r-- | net-misc/zsync/ChangeLog | 27 | ||||
-rw-r--r-- | net-misc/zsync/Manifest | 4 | ||||
-rw-r--r-- | net-misc/zsync/metadata.xml | 26 | ||||
-rw-r--r-- | net-misc/zsync/zsync-0.5.ebuild | 18 |
4 files changed, 0 insertions, 75 deletions
diff --git a/net-misc/zsync/ChangeLog b/net-misc/zsync/ChangeLog deleted file mode 100644 index cd204d9df3f2..000000000000 --- a/net-misc/zsync/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for net-misc/zsync -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/ChangeLog,v 1.5 2007/12/27 14:46:58 armin76 Exp $ - -*zsync-0.5 (27 Dec 2007) - - 27 Dec 2007; Raúl Porcel <armin76@gentoo.org> -zsync-0.3.2.ebuild, - -zsync-0.4.1.ebuild, +zsync-0.5.ebuild: - Version bump wrt #159135, remove old - - 25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml: - Removing karltk from metadata.xml as per #200332. Assigning to - maintainer-needed. - - 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: - Regenerate digest in Manifest2 format. - -*zsync-0.4.1 (30 Jul 2005) - - 30 Jul 2005; Karl Trygve Kalleberg <karltk@gentoo.org> - +zsync-0.4.1.ebuild: - New upstream version. - - 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/Manifest b/net-misc/zsync/Manifest deleted file mode 100644 index 5c7f8ff63edd..000000000000 --- a/net-misc/zsync/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST zsync-0.5.tar.bz2 188970 RMD160 2ba924658284ecca1a548721aca732fea36866da SHA1 25919b085d96f478f60e1de4a2b09468eaa2be5f SHA256 f977dab7c02dac648db9f3ed00c4bce9d4a366a5e5a9eea69c2e52192eab075b -EBUILD zsync-0.5.ebuild 574 RMD160 61c12bdaf5bb20c2f953c294df6ad21fb0726fa4 SHA1 2b0bf0b45f0a1993ec443f1ce9d56dd0ba1af836 SHA256 f0876c313b68a54b98a8acbebdedf702fec9496567793d902c1df1c34d1409bb -MISC ChangeLog 924 RMD160 43a879ea8780fb7ccdab0c7730e51435bb892ab1 SHA1 799035168f07a92c7a9d463eb1a30a252ccc7a25 SHA256 205b10887e08dd508576f47e92f424410689ff2e52432e0e6e3211de8790d071 -MISC metadata.xml 1277 RMD160 7cf98bdb510b26739320677a9f04269c099e9319 SHA1 431f00209774a091420eb1414f55ee5af6deeb56 SHA256 2ec3f8b6da257b063d23d748f9949d053690ed14a604339b42426bfd61ac4f2a diff --git a/net-misc/zsync/metadata.xml b/net-misc/zsync/metadata.xml deleted file mode 100644 index c18726d9decf..000000000000 --- a/net-misc/zsync/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>no-herd</herd> - <maintainer> - <email>maintainer-needed@gentoo.org</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 - remote web server, where you have a copy of an older version of the file on your - computer already. zsync downloads only the new parts of the file. It uses the - same algorithm as rsync. - - zsync does not require any special server software or a shell account on the - remote system (rsync, in comparison, requires that you have an rsh or ssh - account, or that the remote system runs rsyncd). Instead, it uses a control file - -- a .zsync file -- that describes the file to be downloaded and enables zsync to - work out which blocks it needs. This file can be created by the admin of the web - server hosting the download, and placed alongside the file to download -- it is - generated once, then any downloaders with zsync can use it. Alternatively, - 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> diff --git a/net-misc/zsync/zsync-0.5.ebuild b/net-misc/zsync/zsync-0.5.ebuild deleted file mode 100644 index bf2f3c273f76..000000000000 --- a/net-misc/zsync/zsync-0.5.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/zsync/zsync-0.5.ebuild,v 1.1 2007/12/27 14:46:58 armin76 Exp $ - -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" - -LICENSE="Artistic-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -src_install() { - dobin zsync zsyncmake - dodoc COPYING NEWS README - doman doc/zsync.1 doc/zsyncmake.1 -} |