public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/lrzip: lrzip-0.616.ebuild ChangeLog
@ 2013-10-26 10:22 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2013-10-26 10:22 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/10/26 10:22:22

  Modified:             ChangeLog
  Added:                lrzip-0.616.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)

Revision  Changes    Path
1.27                 app-arch/lrzip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	17 Aug 2013 04:27:02 -0000	1.26
+++ ChangeLog	26 Oct 2013 10:22:22 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for app-arch/lrzip
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.26 2013/08/17 04:27:02 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.27 2013/10/26 10:22:22 yngwin Exp $
+
+*lrzip-0.616 (26 Oct 2013)
+
+  26 Oct 2013; Ben de Groot <yngwin@gentoo.org> +lrzip-0.616.ebuild:
+  version bump
 
   17 Aug 2013; Matt Turner <mattst88@gentoo.org> lrzip-0.614.ebuild:
   Added ~mips, bug 468854.



1.1                  app-arch/lrzip/lrzip-0.616.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.1&content-type=text/plain

Index: lrzip-0.616.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.1 2013/10/26 10:22:22 yngwin Exp $

EAPI=5

DESCRIPTION="Long Range ZIP or Lzma RZIP optimized for compressing large files"
HOMEPAGE="http://ck.kolivas.org/apps/lrzip/README"
SRC_URI="http://ck.kolivas.org/apps/${PN}/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""

RDEPEND="dev-libs/lzo
	 app-arch/bzip2
	 sys-libs/zlib"
DEPEND="${RDEPEND}
	x86? ( dev-lang/nasm )
	virtual/perl-PodParser"

src_configure() {
	econf --docdir="/usr/share/doc/${P}"
}

src_install() {
	default
	rm "${D}/usr/share/doc/${P}/COPYING"
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/lrzip: lrzip-0.616.ebuild ChangeLog
@ 2014-01-03  3:26 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2014-01-03  3:26 UTC (permalink / raw
  To: gentoo-commits

mattst88    14/01/03 03:26:08

  Modified:             lrzip-0.616.ebuild ChangeLog
  Log:
  Added ~alpha, bug 468854.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)

Revision  Changes    Path
1.2                  app-arch/lrzip/lrzip-0.616.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?r1=1.1&r2=1.2

Index: lrzip-0.616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lrzip-0.616.ebuild	26 Oct 2013 10:22:22 -0000	1.1
+++ lrzip-0.616.ebuild	3 Jan 2014 03:26:08 -0000	1.2
@@ -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/app-arch/lrzip/lrzip-0.616.ebuild,v 1.1 2013/10/26 10:22:22 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.2 2014/01/03 03:26:08 mattst88 Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



1.32                 app-arch/lrzip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	24 Dec 2013 16:55:11 -0000	1.31
+++ ChangeLog	3 Jan 2014 03:26:08 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/lrzip
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.31 2013/12/24 16:55:11 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.32 2014/01/03 03:26:08 mattst88 Exp $
+
+  03 Jan 2014; Matt Turner <mattst88@gentoo.org> lrzip-0.616.ebuild:
+  Added ~alpha, bug 468854.
 
   24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> lrzip-0.614.ebuild:
   Stable for ppc64, wrt bug #458184





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/lrzip: lrzip-0.616.ebuild ChangeLog
@ 2014-01-26 13:12 Akinori Hattori (hattya)
  0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori (hattya) @ 2014-01-26 13:12 UTC (permalink / raw
  To: gentoo-commits

hattya      14/01/26 13:12:49

  Modified:             lrzip-0.616.ebuild ChangeLog
  Log:
  keyword ~ia64 wrt bug #468854
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.4                  app-arch/lrzip/lrzip-0.616.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild?r1=1.3&r2=1.4

Index: lrzip-0.616.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lrzip-0.616.ebuild	8 Jan 2014 14:36:26 -0000	1.3
+++ lrzip-0.616.ebuild	26 Jan 2014 13:12:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.3 2014/01/08 14:36:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/lrzip-0.616.ebuild,v 1.4 2014/01/26 13:12:49 hattya Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="dev-libs/lzo



1.34                 app-arch/lrzip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/lrzip/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Jan 2014 14:36:26 -0000	1.33
+++ ChangeLog	26 Jan 2014 13:12:49 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/lrzip
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.33 2014/01/08 14:36:26 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/lrzip/ChangeLog,v 1.34 2014/01/26 13:12:49 hattya Exp $
+
+  26 Jan 2014; Akinori Hattori <hattya@gentoo.org> lrzip-0.616.ebuild:
+  keyword ~ia64 wrt bug #468854
 
   08 Jan 2014; Anthony G. Basile <blueness@gentoo.org>
   +files/lrzip-missing-stdarg_h.patch, lrzip-0.614.ebuild, lrzip-0.616.ebuild:





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-26 13:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-26 10:22 [gentoo-commits] gentoo-x86 commit in app-arch/lrzip: lrzip-0.616.ebuild ChangeLog Ben de Groot (yngwin)
  -- strict thread matches above, loose matches on Subject: below --
2014-01-03  3:26 Matt Turner (mattst88)
2014-01-26 13:12 Akinori Hattori (hattya)

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