public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2013-11-05  3:27 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 7+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-11-05  3:27 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/11/05 03:27:13

  Modified:             ChangeLog
  Added:                archive-tar-minitar-0.5.4-r1.ebuild
  Log:
  Add ruby20 support. Tests still broken, but no difference to ruby19.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.51                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	4 Sep 2013 13:34:05 -0000	1.50
+++ ChangeLog	5 Nov 2013 03:27:13 -0000	1.51
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.50 2013/09/04 13:34:05 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.51 2013/11/05 03:27:13 mrueg Exp $
+
+*archive-tar-minitar-0.5.4-r1 (05 Nov 2013)
+
+  05 Nov 2013; Manuel Rüger <mrueg@gentoo.org>
+  +archive-tar-minitar-0.5.4-r1.ebuild:
+  Add ruby20 support. Tests still broken, but no difference to ruby19.
 
   04 Sep 2013; Manuel Rüger <mrueg@gentoo.org>
   -archive-tar-minitar-0.5.2-r2.ebuild:



1.1                  dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.1&content-type=text/plain

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.1 2013/11/05 03:27:13 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="README ChangeLog"

# We don't use RUBY_FAKEGEM_NAME here since for now we want to keep the
# same gem name.

inherit ruby-fakegem

DESCRIPTION="Provides POSIX tarchive management from Ruby programs."
HOMEPAGE="http://rubyforge.org/projects/ruwiki/"
SRC_URI="mirror://rubygems/minitar-${PV}.gem"

LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

# Tests are broken but this was already the case with 0.5.2 and it seems
# that only the test case is broken:
# https://github.com/halostatue/minitar/issues/9
#RESTRICT="test"

RUBY_PATCHES=(
	${PN}-0.5.2-gentoo.patch
	${PN}-0.5.3-pipes.patch
)

all_ruby_prepare() {
	# ignore faulty metadata
	rm ../metadata || die
}

each_ruby_test() {
	${RUBY} -Itests -Ctests testall.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-08 13:13 Hans de Graaff (graaff)
  0 siblings, 0 replies; 7+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-08 13:13 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/08 13:13:56

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Run as many tests as possible and fix ruby19+ incompatible tests, fixing bug 455248.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.5                  dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.4&r2=1.5

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- archive-tar-minitar-0.5.4-r1.ebuild	10 Nov 2014 17:07:58 -0000	1.4
+++ archive-tar-minitar-0.5.4-r1.ebuild	8 Mar 2015 13:13:56 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.4 2014/11/10 17:07:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.5 2015/03/08 13:13:56 graaff Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -16,7 +16,7 @@
 inherit ruby-fakegem
 
 DESCRIPTION="Provides POSIX tarchive management from Ruby programs"
-HOMEPAGE="http://rubyforge.org/projects/ruwiki/"
+HOMEPAGE="https://github.com/halostatue/minitar"
 SRC_URI="mirror://rubygems/minitar-${PV}.gem"
 
 LICENSE="|| ( GPL-2 Ruby )"
@@ -24,11 +24,6 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
-# Tests are broken but this was already the case with 0.5.2 and it seems
-# that only the test case is broken:
-# https://github.com/halostatue/minitar/issues/9
-#RESTRICT="test"
-
 RUBY_PATCHES=(
 	${PN}-0.5.2-gentoo.patch
 	${PN}-0.5.3-pipes.patch
@@ -37,6 +32,14 @@
 all_ruby_prepare() {
 	# ignore faulty metadata
 	rm ../metadata || die
+
+	# Fix tests by using ruby19+ compatible code.
+	# Avoid failing tests.
+	# https://github.com/halostatue/minitar/issues/9
+	sed -i -e '52 s/x\[0\]/x[0].ord/' \
+		-e '/test_each_works/,/^  end/ s:^:#:' \
+		-e '/test_extract_entry_works/,/^  end/ s:^:#:' tests/tc_tar.rb || die
+
 }
 
 each_ruby_test() {



1.55                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	10 Nov 2014 17:07:58 -0000	1.54
+++ ChangeLog	8 Mar 2015 13:13:56 -0000	1.55
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.54 2014/11/10 17:07:58 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.55 2015/03/08 13:13:56 graaff Exp $
+
+  08 Mar 2015; Hans de Graaff <graaff@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Run as many tests as possible and fix ruby19+ incompatible tests, fixing bug
+  455248.
 
   10 Nov 2014; Manuel Rüger <mrueg@gentoo.org>
   archive-tar-minitar-0.5.4-r1.ebuild, archive-tar-minitar-0.5.4.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-11 16:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-11 16:48 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/11 16:48:11

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #542556
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.5&r2=1.6

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- archive-tar-minitar-0.5.4-r1.ebuild	8 Mar 2015 13:13:56 -0000	1.5
+++ archive-tar-minitar-0.5.4-r1.ebuild	11 Mar 2015 16:48:11 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.5 2015/03/08 13:13:56 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.6 2015/03/11 16:48:11 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -21,7 +21,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



1.57                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	8 Mar 2015 13:16:09 -0000	1.56
+++ ChangeLog	11 Mar 2015 16:48:11 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.56 2015/03/08 13:16:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.57 2015/03/11 16:48:11 ago Exp $
+
+  11 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Stable for amd64, wrt bug #542556
 
 *archive-tar-minitar-0.5.4-r2 (08 Mar 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-11 16:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-11 16:48 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/11 16:48:29

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #542556
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.6&r2=1.7

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- archive-tar-minitar-0.5.4-r1.ebuild	11 Mar 2015 16:48:11 -0000	1.6
+++ archive-tar-minitar-0.5.4-r1.ebuild	11 Mar 2015 16:48:29 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.6 2015/03/11 16:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.7 2015/03/11 16:48:29 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -21,7 +21,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



1.58                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	11 Mar 2015 16:48:11 -0000	1.57
+++ ChangeLog	11 Mar 2015 16:48:29 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.57 2015/03/11 16:48:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.58 2015/03/11 16:48:29 ago Exp $
+
+  11 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Stable for x86, wrt bug #542556
 
   11 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
   archive-tar-minitar-0.5.4-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-13  8:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-13  8:14 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/13 08:14:08

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #542556
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.8&r2=1.9

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- archive-tar-minitar-0.5.4-r1.ebuild	13 Mar 2015 07:06:46 -0000	1.8
+++ archive-tar-minitar-0.5.4-r1.ebuild	13 Mar 2015 08:14:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.8 2015/03/13 07:06:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.9 2015/03/13 08:14:07 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -21,7 +21,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



1.60                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	13 Mar 2015 07:06:46 -0000	1.59
+++ ChangeLog	13 Mar 2015 08:14:07 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.59 2015/03/13 07:06:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.60 2015/03/13 08:14:07 ago Exp $
+
+  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Stable for ppc, wrt bug #542556
 
   13 Mar 2015; Jeroen Roovers <jer@gentoo.org>
   archive-tar-minitar-0.5.4-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-13  8:14 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-13  8:14 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/13 08:14:20

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for ppc64, wrt bug #542556
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.9&r2=1.10

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- archive-tar-minitar-0.5.4-r1.ebuild	13 Mar 2015 08:14:07 -0000	1.9
+++ archive-tar-minitar-0.5.4-r1.ebuild	13 Mar 2015 08:14:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.9 2015/03/13 08:14:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.10 2015/03/13 08:14:20 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -21,7 +21,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



1.61                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	13 Mar 2015 08:14:07 -0000	1.60
+++ ChangeLog	13 Mar 2015 08:14:20 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.60 2015/03/13 08:14:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.61 2015/03/13 08:14:20 ago Exp $
+
+  13 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Stable for ppc64, wrt bug #542556
 
   13 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
   archive-tar-minitar-0.5.4-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
@ 2015-03-26 14:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-03-26 14:01 UTC (permalink / raw
  To: gentoo-commits

ago         15/03/26 14:01:35

  Modified:             archive-tar-minitar-0.5.4-r1.ebuild ChangeLog
  Log:
  Stable for alpha/ia64/sparc, wrt bug #542556
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild?r1=1.10&r2=1.11

Index: archive-tar-minitar-0.5.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- archive-tar-minitar-0.5.4-r1.ebuild	13 Mar 2015 08:14:20 -0000	1.10
+++ archive-tar-minitar-0.5.4-r1.ebuild	26 Mar 2015 14:01:35 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.10 2015/03/13 08:14:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/archive-tar-minitar-0.5.4-r1.ebuild,v 1.11 2015/03/26 14:01:35 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -21,7 +21,7 @@
 
 LICENSE="|| ( GPL-2 Ruby )"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RUBY_PATCHES=(



1.62                 dev-ruby/archive-tar-minitar/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	13 Mar 2015 08:14:20 -0000	1.61
+++ ChangeLog	26 Mar 2015 14:01:35 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/archive-tar-minitar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.61 2015/03/13 08:14:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/archive-tar-minitar/ChangeLog,v 1.62 2015/03/26 14:01:35 ago Exp $
+
+  26 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
+  archive-tar-minitar-0.5.4-r1.ebuild:
+  Stable for alpha/ia64/sparc, wrt bug #542556
 
   13 Mar 2015; Agostino Sarubbo <ago@gentoo.org>
   archive-tar-minitar-0.5.4-r1.ebuild:





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

end of thread, other threads:[~2015-03-26 14:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-08 13:13 [gentoo-commits] gentoo-x86 commit in dev-ruby/archive-tar-minitar: archive-tar-minitar-0.5.4-r1.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-26 14:01 Agostino Sarubbo (ago)
2015-03-13  8:14 Agostino Sarubbo (ago)
2015-03-13  8:14 Agostino Sarubbo (ago)
2015-03-11 16:48 Agostino Sarubbo (ago)
2015-03-11 16:48 Agostino Sarubbo (ago)
2013-11-05  3:27 Manuel Rueger (mrueg)

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