Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/rzip
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.26 2008/05/23 23:12:17 darkside Exp $
23 May 2008; Jeremy Olexa
added a warning wrt to files larger than 4GB. see bug #217552
21 Apr 2008; Samuli Suominen
-rzip-2.0-r2.ebuild, rzip-2.1.ebuild:
Instead of placing WANT_AUTOCONF in front of eautoreconf, leave it unset
so it defaults on latest. Use emake.
21 Apr 2008; Christian Heim
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
07 Feb 2008; Robin H. Johnson
The original proxy-maint is long gone. Package needs new maintainers.
26 Jan 2008; Fabian Groffen
rzip-2.1.ebuild:
Dropped ppc-macos keyword, see you in prefix
09 Jun 2007; Peter Weller
Stable on amd64 wrt bug 181410
05 May 2007; Tobias Scherbaum
ppc stable
24 Apr 2007; Gustavo Zacarias
Stable on sparc
15 Apr 2007; Markus Rothe
Stable on ppc64
20 Mar 2007; Raúl Porcel
x86 stable
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
*rzip-2.1 (20 Feb 2006)
20 Feb 2006; Brian Harring
bug #123431, rzip-2.1 version bump.
23 Sep 2005; Fabian Groffen
Marking ~ppc-macos (bug #105858)
22 Sep 2005; Brian Harring
Cleanups; use users cflags, handle missing strndup, saner cross compile support.
bug #105858.
05 Oct 2004; Pieter Van den Abeele
Masked rzip-2.0-r1.ebuild stable for ppc
18 Jul 2004; Ciaran McCreesh
Stable on sparc at ferringb's request
18 Jul 2004; Brian Harring
stabling amd64.
15 Jul 2004; Tom Gall
stable on ppc64, bug #55541
*rzip-2.0-r1 (28 Jun 2004)
28 Jun 2004; Brian Harring
Adding symlink for runzip, bug #55455.
30 May 2004; Danny van Dyk
Marked ~amd64.
29 May 2004; Ciaran McCreesh
Added ~sparc
26 May 2004; Brian Harring
rzip-2.0.ebuild:
Keywording v2.0 x86.
11 Apr 2004; David Holm
Added to ~ppc.
*rzip-2.0 (11 Apr 2004)
11 Apr 2004; Seemant Kulleen
compression programme from the rsync makers. shows good compression ratios
compared with bzip2 and gzip. Ebuild submitted by: Ben de Groot
AUX rzip-2.0-darwin.patch 5035 RMD160 6254a18cfc53f6b427c5fecca5cd1a7215a71fcd SHA1 42a0c4cd4703d9acd779ce8a80ec789e00ad9c67 SHA256 362b0ed1ef42d5c4ca0329c4d2976bd6dc832a54aae2bf34397777f74d851845
DIST rzip-2.1.tar.gz 46785 RMD160 7ef5299cd526c8c49a779e050ad515a53180c1c5 SHA1 efeafc7a5bdd7daa0cea8d797ff21aa28bdfc8d9 SHA256 4bb96f4d58ccf16749ed3f836957ce97dbcff3e3ee5fd50266229a48f89815b7
EBUILD rzip-2.1.ebuild 846 RMD160 e6139954179f2ed44a864b9e67db360491ba18c6 SHA1 1dc82dadb92255c37f41f8f12ed1370a9a4f3ded SHA256 e099e6beeead59a0194a2ce0999afb4a25e60f571f3877a039b7634785a0dbea
MISC ChangeLog 3155 RMD160 14722f86c09ee876c5e044d84d961a9b689e6d96 SHA1 7bfd810cb1bb71f26d7c91b4ab8a933fde089068 SHA256 285016cc06cb356e084258f41fce88eee85c47eaa6a0b9e48017c1ac6bf3409a
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1.ebuild,v 1.10 2008/05/23 23:12:17 darkside Exp $
inherit autotools eutils
DESCRIPTION="compression program for large files"
HOMEPAGE="http://rzip.samba.org"
SRC_URI="http://rzip.samba.org/ftp/rzip/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
IUSE=""
DEPEND="app-arch/bzip2"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-2.0-darwin.patch
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
}
pkg_postinst() {
ewarn "It has been reported that this tool will fail on files >4GB"
ewarn "Please see https://bugs.gentoo.org/show_bug.cgi?id=217552 for more"
ewarn "information."
}