public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/rzip: ChangeLog rzip-2.1-r1.ebuild rzip-2.1-r2.ebuild
@ 2010-01-17 19:30 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2010-01-17 19:30 UTC (permalink / raw
  To: gentoo-commits

bangert     10/01/17 19:30:06

  Modified:             ChangeLog
  Added:                rzip-2.1-r1.ebuild rzip-2.1-r2.ebuild
  Log:
  add updated darwin.patch (-r1), also include ability to read broken archives (-r2) (#217552)
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.29                 app-arch/rzip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 Jan 2010 00:36:27 -0000	1.28
+++ ChangeLog	17 Jan 2010 19:30:05 -0000	1.29
@@ -1,6 +1,15 @@
 # ChangeLog for app-arch/rzip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.28 2010/01/10 00:36:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/ChangeLog,v 1.29 2010/01/17 19:30:05 bangert Exp $
+
+*rzip-2.1-r2 (17 Jan 2010)
+*rzip-2.1-r1 (17 Jan 2010)
+
+  17 Jan 2010; Thilo Bangert <bangert@gentoo.org> +rzip-2.1-r1.ebuild,
+  +rzip-2.1-r2.ebuild, +files/rzip-2.1-darwin.patch,
+  +files/rzip-2.1-handle-broken-archive.patch:
+  add updated darwin.patch (-r1), also include ability to read broken
+  archives (-r2) (#217552)
 
   10 Jan 2010; Jeroen Roovers <jer@gentoo.org> rzip-2.1.ebuild:
   Stable for HPPA too.



1.1                  app-arch/rzip/rzip-2.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/rzip-2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/rzip-2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: rzip-2.1-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1-r1.ebuild,v 1.1 2010/01/17 19:30:05 bangert Exp $

EAPI="2"

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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

DEPEND="app-arch/bzip2"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.1-darwin.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
}



1.1                  app-arch/rzip/rzip-2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/rzip-2.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rzip/rzip-2.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: rzip-2.1-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rzip/rzip-2.1-r2.ebuild,v 1.1 2010/01/17 19:30:05 bangert Exp $

EAPI="2"

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 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

DEPEND="app-arch/bzip2"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-2.1-darwin.patch
	epatch "${FILESDIR}"/${PN}-2.1-handle-broken-archive.patch
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-17 19:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 19:30 [gentoo-commits] gentoo-x86 commit in app-arch/rzip: ChangeLog rzip-2.1-r1.ebuild rzip-2.1-r2.ebuild Thilo Bangert (bangert)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox