public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/heredoc_unindent: heredoc_unindent-1.2.0.ebuild ChangeLog
@ 2015-04-20  5:12 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-04-20  5:12 UTC (permalink / raw
  To: gentoo-commits

graaff      15/04/20 05:12:15

  Modified:             ChangeLog
  Added:                heredoc_unindent-1.2.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.15                 dev-ruby/heredoc_unindent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	20 Mar 2015 15:36:15 -0000	1.14
+++ ChangeLog	20 Apr 2015 05:12:15 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/heredoc_unindent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.14 2015/03/20 15:36:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.15 2015/04/20 05:12:15 graaff Exp $
+
+*heredoc_unindent-1.2.0 (20 Apr 2015)
+
+  20 Apr 2015; Hans de Graaff <graaff@gentoo.org>
+  +heredoc_unindent-1.2.0.ebuild:
+  Version bump.
 
   20 Mar 2015; Hans de Graaff <graaff@gentoo.org>
   heredoc_unindent-1.1.2-r4.ebuild:



1.1                  dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: heredoc_unindent-1.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild,v 1.1 2015/04/20 05:12:15 graaff Exp $

EAPI=5

USE_RUBY="ruby20 ruby21 ruby22"

inherit ruby-fakegem

RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
DESCRIPTION="Removes leading whitespace from Ruby heredocs"
HOMEPAGE="https://github.com/adrianomitre/heredoc_unindent"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="doc test"

ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )
	doc? ( >=dev-ruby/hoe-2.8.0 )"

all_ruby_prepare() {
	sed -i -e '1igem "test-unit"' test/test_heredoc_unindent.rb || die
}





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/heredoc_unindent: heredoc_unindent-1.2.0.ebuild ChangeLog
@ 2015-07-29 18:20 Fabian Groffen (grobian)
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2015-07-29 18:20 UTC (permalink / raw
  To: gentoo-commits

grobian     15/07/29 18:20:31

  Modified:             heredoc_unindent-1.2.0.ebuild ChangeLog
  Log:
  Keyworded for *-solaris, *-macos, ~x86-linux, bug #491822
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.2                  dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild?r1=1.1&r2=1.2

Index: heredoc_unindent-1.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- heredoc_unindent-1.2.0.ebuild	20 Apr 2015 05:12:15 -0000	1.1
+++ heredoc_unindent-1.2.0.ebuild	29 Jul 2015 18:20:31 -0000	1.2
@@ -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/heredoc_unindent/heredoc_unindent-1.2.0.ebuild,v 1.1 2015/04/20 05:12:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/heredoc_unindent-1.2.0.ebuild,v 1.2 2015/07/29 18:20:31 grobian Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "test? ( >=dev-ruby/hoe-2.8.0 dev-ruby/test-unit:2 )



1.17                 dev-ruby/heredoc_unindent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Jun 2015 17:54:53 -0000	1.16
+++ ChangeLog	29 Jul 2015 18:20:31 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/heredoc_unindent
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.16 2015/06/07 17:54:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/heredoc_unindent/ChangeLog,v 1.17 2015/07/29 18:20:31 grobian Exp $
+
+  29 Jul 2015; Fabian Groffen <grobian@gentoo.org>
+  heredoc_unindent-1.2.0.ebuild:
+  Keyworded for *-solaris, *-macos, ~x86-linux, bug #491822
 
   07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml





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

end of thread, other threads:[~2015-07-29 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-20  5:12 [gentoo-commits] gentoo-x86 commit in dev-ruby/heredoc_unindent: heredoc_unindent-1.2.0.ebuild ChangeLog Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-29 18:20 Fabian Groffen (grobian)

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