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

mrueg       13/10/04 18:30:28

  Modified:             ChangeLog
  Added:                shorturl-1.0.0-r1.ebuild
  Log:
  Drop old patches. Add ruby20 support.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.23                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	14 Sep 2013 12:13:00 -0000	1.22
+++ ChangeLog	4 Oct 2013 18:30:28 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.22 2013/09/14 12:13:00 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.23 2013/10/04 18:30:28 mrueg Exp $
+
+*shorturl-1.0.0-r1 (04 Oct 2013)
+
+  04 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +shorturl-1.0.0-r1.ebuild,
+  -files/shorturl-0.8.7+ruby-1.9.patch:
+  Drop old patches. Add ruby20 support.
 
   14 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -shorturl-0.8.8-r1.ebuild,
   -shorturl-0.8.8.ebuild:



1.1                  dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild

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

Index: shorturl-1.0.0-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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.1 2013/10/04 18:30:28 mrueg Exp $

EAPI=5

USE_RUBY="ruby18 ruby19 ruby20 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="ChangeLog.txt README.rdoc TODO.rdoc"

inherit ruby-fakegem eutils

DESCRIPTION="A very simple library to use URL shortening services such as TinyURL or RubyURL."
HOMEPAGE="http://shorturl.rubyforge.org/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
IUSE=""

each_ruby_test() {
	${RUBY} -Ilib:test test/ts_all.rb || die "tests failed"
}

all_ruby_install() {
	all_fakegem_install

	pushd doc &>/dev/null
	dohtml -r . || die
	popd &>/dev/null
}





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

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

mrueg       14/08/06 07:31:08

  Modified:             shorturl-1.0.0-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.5                  dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild

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

Index: shorturl-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- shorturl-1.0.0-r1.ebuild	5 Aug 2014 16:00:52 -0000	1.4
+++ shorturl-1.0.0-r1.ebuild	6 Aug 2014 07:31:08 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.4 2014/08/05 16:00:52 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.5 2014/08/06 07:31:08 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 jruby"
+USE_RUBY="ruby19 ruby20 ruby21 jruby"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



1.27                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	5 Aug 2014 16:00:53 -0000	1.26
+++ ChangeLog	6 Aug 2014 07:31:08 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.26 2014/08/05 16:00:53 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.27 2014/08/06 07:31:08 mrueg Exp $
+
+  06 Aug 2014; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild:
+  Add ruby21 target.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild,
   shorturl-1.0.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-1.0.0-r1.ebuild ChangeLog
@ 2015-01-26 18:24 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-26 18:24 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/26 18:24:20

  Modified:             shorturl-1.0.0-r1.ebuild ChangeLog
  Log:
  Add ruby22 target.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.7                  dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild

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

Index: shorturl-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- shorturl-1.0.0-r1.ebuild	26 Nov 2014 02:22:32 -0000	1.6
+++ shorturl-1.0.0-r1.ebuild	26 Jan 2015 18:24:20 -0000	1.7
@@ -1,10 +1,10 @@
-# 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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.6 2014/11/26 02:22:32 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.7 2015/01/26 18:24:20 mrueg Exp $
 
 EAPI=5
 
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_TASK_TEST=""
 RUBY_FAKEGEM_TASK_DOC=""



1.29                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	26 Nov 2014 02:22:32 -0000	1.28
+++ ChangeLog	26 Jan 2015 18:24:20 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.28 2014/11/26 02:22:32 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.29 2015/01/26 18:24:20 mrueg Exp $
+
+  26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild:
+  Add ruby22 target.
 
   26 Nov 2014; Manuel Rüger <mrueg@gentoo.org> shorturl-1.0.0-r1.ebuild,
   shorturl-1.0.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-1.0.0-r1.ebuild ChangeLog
@ 2015-05-13  7:55 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-13  7:55 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/13 07:55:44

  Modified:             shorturl-1.0.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #548050
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild

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

Index: shorturl-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- shorturl-1.0.0-r1.ebuild	28 Apr 2015 18:34:11 -0000	1.8
+++ shorturl-1.0.0-r1.ebuild	13 May 2015 07:55:44 -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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.8 2015/04/28 18:34:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.9 2015/05/13 07:55:44 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
 IUSE=""
 
 # All tests require network connectivity.



1.31                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	28 Apr 2015 18:34:11 -0000	1.30
+++ ChangeLog	13 May 2015 07:55:44 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.30 2015/04/28 18:34:11 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.31 2015/05/13 07:55:44 ago Exp $
+
+  13 May 2015; Agostino Sarubbo <ago@gentoo.org> shorturl-1.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #548050
 
 *shorturl-1.0.0-r2 (28 Apr 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-1.0.0-r1.ebuild ChangeLog
@ 2015-05-13  9:37 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-05-13  9:37 UTC (permalink / raw
  To: gentoo-commits

ago         15/05/13 09:37:21

  Modified:             shorturl-1.0.0-r1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #548050
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild

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

Index: shorturl-1.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- shorturl-1.0.0-r1.ebuild	13 May 2015 07:55:44 -0000	1.9
+++ shorturl-1.0.0-r1.ebuild	13 May 2015 09:37:21 -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/shorturl/shorturl-1.0.0-r1.ebuild,v 1.9 2015/05/13 07:55:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-1.0.0-r1.ebuild,v 1.10 2015/05/13 09:37:21 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~x86-macos"
 IUSE=""
 
 # All tests require network connectivity.



1.32                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	13 May 2015 07:55:44 -0000	1.31
+++ ChangeLog	13 May 2015 09:37:21 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.31 2015/05/13 07:55:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.32 2015/05/13 09:37:21 ago Exp $
+
+  13 May 2015; Agostino Sarubbo <ago@gentoo.org> shorturl-1.0.0-r1.ebuild:
+  Stable for x86, wrt bug #548050
 
   13 May 2015; Agostino Sarubbo <ago@gentoo.org> shorturl-1.0.0-r1.ebuild:
   Stable for amd64, wrt bug #548050





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

end of thread, other threads:[~2015-05-13  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 18:24 [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: shorturl-1.0.0-r1.ebuild ChangeLog Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-13  9:37 Agostino Sarubbo (ago)
2015-05-13  7:55 Agostino Sarubbo (ago)
2014-08-06  7:31 Manuel Rueger (mrueg)
2013-10-04 18:30 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