public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog
@ 2013-10-04 19:09 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-10-04 19:09 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/10/04 19:09:01

  Modified:             ChangeLog
  Added:                uconv-0.6.1-r1.ebuild
  Log:
  Add ruby20 target.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.25                 dev-ruby/uconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Sep 2013 12:35:00 -0000	1.24
+++ ChangeLog	4 Oct 2013 19:09:01 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/uconv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.24 2013/09/05 12:35:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.25 2013/10/04 19:09:01 mrueg Exp $
+
+*uconv-0.6.1-r1 (04 Oct 2013)
+
+  04 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +uconv-0.6.1-r1.ebuild:
+  Add ruby20 target.
 
   05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1.ebuild:
   Stable for ppc64, wrt bug #480982



1.1                  dev-ruby/uconv/uconv-0.6.1-r1.ebuild

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

Index: uconv-0.6.1-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/uconv/uconv-0.6.1-r1.ebuild,v 1.1 2013/10/04 19:09:01 mrueg Exp $

EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"

inherit ruby-ng

DESCRIPTION="A module to convert ISO/IEC 10646 (Unicode) string and Japanese strings"
HOMEPAGE="http://www.yoshidam.net/Ruby.html#uconv"
SRC_URI="http://www.yoshidam.net/${P}.tar.gz"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RUBY_S=${PN}

all_ruby_prepare() {
	sed -i -e '/^\$CFLAGS = ""/d' extconf.rb || die "Unable to remove CFLAGS line"
}

each_ruby_configure() {
	${RUBY} extconf.rb || die
}

each_ruby_compile() {
	emake V=1
}

each_ruby_install() {
	emake V=1 DESTDIR="${D}" install
}

all_ruby_install() {
	dodoc README*
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog
@ 2014-08-06  7:26 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-08-06  7:26 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/08/06 07:26:56

  Modified:             uconv-0.6.1-r1.ebuild ChangeLog
  Log:
  Add ruby21 target.
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.3                  dev-ruby/uconv/uconv-0.6.1-r1.ebuild

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

Index: uconv-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- uconv-0.6.1-r1.ebuild	19 Apr 2014 03:15:54 -0000	1.2
+++ uconv-0.6.1-r1.ebuild	6 Aug 2014 07:26:55 -0000	1.3
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.2 2014/04/19 03:15:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.3 2014/08/06 07:26:55 mrueg Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby19 ruby20 ruby21"
 
 inherit ruby-ng
 



1.29                 dev-ruby/uconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	19 Apr 2014 03:15:54 -0000	1.28
+++ ChangeLog	6 Aug 2014 07:26:55 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/uconv
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.28 2014/04/19 03:15:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.29 2014/08/06 07:26:55 mrueg Exp $
+
+  06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> uconv-0.6.1-r1.ebuild:
+  Add ruby21 target.
 
   19 Apr 2014; Manuel Rüger <mrueg@gentoo.org> uconv-0.6.1-r1.ebuild,
   uconv-0.6.1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog
@ 2015-03-26 17:05 Hans de Graaff (graaff)
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-26 17:05 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/26 17:05:42

  Modified:             uconv-0.6.1-r1.ebuild ChangeLog
  Log:
  Add ruby22.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.4                  dev-ruby/uconv/uconv-0.6.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild?r1=1.3&r2=1.4

Index: uconv-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- uconv-0.6.1-r1.ebuild	6 Aug 2014 07:26:55 -0000	1.3
+++ uconv-0.6.1-r1.ebuild	26 Mar 2015 17:05:42 -0000	1.4
@@ -1,9 +1,9 @@
-# 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/uconv/uconv-0.6.1-r1.ebuild,v 1.3 2014/08/06 07:26:55 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.4 2015/03/26 17:05:42 graaff Exp $
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 inherit ruby-ng
 



1.30                 dev-ruby/uconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	6 Aug 2014 07:26:55 -0000	1.29
+++ ChangeLog	26 Mar 2015 17:05:42 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/uconv
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.29 2014/08/06 07:26:55 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.30 2015/03/26 17:05:42 graaff Exp $
+
+  26 Mar 2015; Hans de Graaff <graaff@gentoo.org> uconv-0.6.1-r1.ebuild:
+  Add ruby22.
 
   06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> uconv-0.6.1-r1.ebuild:
   Add ruby21 target.





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog
@ 2015-04-14  7:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14  7:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/14 07:09:05

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

Revision  Changes    Path
1.6                  dev-ruby/uconv/uconv-0.6.1-r1.ebuild

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

Index: uconv-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uconv-0.6.1-r1.ebuild	4 Apr 2015 07:03:35 -0000	1.5
+++ uconv-0.6.1-r1.ebuild	14 Apr 2015 07:09:05 -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/uconv/uconv-0.6.1-r1.ebuild,v 1.5 2015/04/04 07:03:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.6 2015/04/14 07:09:05 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
 SRC_URI="http://www.yoshidam.net/${P}.tar.gz"
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ~ppc64 ~x86"
 IUSE=""
 
 RUBY_S=${PN}



1.32                 dev-ruby/uconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	4 Apr 2015 07:03:35 -0000	1.31
+++ ChangeLog	14 Apr 2015 07:09:05 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/uconv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.31 2015/04/04 07:03:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.32 2015/04/14 07:09:05 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1-r1.ebuild:
+  Stable for ppc, wrt bug #545460
 
 *uconv-0.6.1-r2 (04 Apr 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog
@ 2015-04-14  7:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14  7:09 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/14 07:09:32

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

Revision  Changes    Path
1.7                  dev-ruby/uconv/uconv-0.6.1-r1.ebuild

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

Index: uconv-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- uconv-0.6.1-r1.ebuild	14 Apr 2015 07:09:05 -0000	1.6
+++ uconv-0.6.1-r1.ebuild	14 Apr 2015 07:09:32 -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/uconv/uconv-0.6.1-r1.ebuild,v 1.6 2015/04/14 07:09:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/uconv-0.6.1-r1.ebuild,v 1.7 2015/04/14 07:09:32 ago Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20"
@@ -12,7 +12,7 @@
 SRC_URI="http://www.yoshidam.net/${P}.tar.gz"
 LICENSE="Ruby"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE=""
 
 RUBY_S=${PN}



1.33                 dev-ruby/uconv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	14 Apr 2015 07:09:05 -0000	1.32
+++ ChangeLog	14 Apr 2015 07:09:32 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/uconv
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.32 2015/04/14 07:09:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/uconv/ChangeLog,v 1.33 2015/04/14 07:09:32 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1-r1.ebuild:
+  Stable for ppc64, wrt bug #545460
 
   14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> uconv-0.6.1-r1.ebuild:
   Stable for ppc, wrt bug #545460





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

end of thread, other threads:[~2015-04-14  7:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-14  7:09 [gentoo-commits] gentoo-x86 commit in dev-ruby/uconv: uconv-0.6.1-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-14  7:09 Agostino Sarubbo (ago)
2015-03-26 17:05 Hans de Graaff (graaff)
2014-08-06  7:26 Manuel Rueger (mrueg)
2013-10-04 19:09 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