public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: ChangeLog shorturl-0.8.8.ebuild
@ 2010-03-14 15:05 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-03-14 15:05 UTC (permalink / raw
  To: gentoo-commits

graaff      10/03/14 15:05:01

  Modified:             ChangeLog
  Added:                shorturl-0.8.8.ebuild
  Log:
  Version bump: add VURL service.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/shorturl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shorturl/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shorturl/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	29 Jan 2010 10:12:37 -0000	1.12
+++ ChangeLog	14 Mar 2010 15:05:00 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.12 2010/01/29 10:12:37 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.13 2010/03/14 15:05:00 graaff Exp $
+
+*shorturl-0.8.8 (14 Mar 2010)
+
+  14 Mar 2010; Hans de Graaff <graaff@gentoo.org> +shorturl-0.8.8.ebuild:
+  Version bump: add VURL service.
 
 *shorturl-0.8.7-r1 (29 Jan 2010)
 



1.1                  dev-ruby/shorturl/shorturl-0.8.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild?rev=1.1&content-type=text/plain

Index: shorturl-0.8.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.1 2010/03/14 15:05:00 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_EXTRADOC="ChangeLog README TODO"

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 ~sparc ~x86 ~x86-fbsd"
IUSE=""

all_ruby_prepare() {
	epatch "${FILESDIR}"/${PN}-0.8.7+ruby-1.9.patch
}

each_ruby_test() {
	${RUBY} -Ilib 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] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: ChangeLog shorturl-0.8.8.ebuild
@ 2011-01-10 18:13 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-10 18:13 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/10 18:13:50

  Modified:             ChangeLog shorturl-0.8.8.ebuild
  Log:
  Keyword ~x86-macos.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Jul 2010 19:30:05 -0000	1.14
+++ ChangeLog	10 Jan 2011 18:13:50 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.14 2010/07/11 19:30:05 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.15 2011/01/10 18:13:50 graaff Exp $
+
+  10 Jan 2011; Hans de Graaff <graaff@gentoo.org> shorturl-0.8.8.ebuild:
+  Keyword ~x86-macos.
 
   11 Jul 2010; Hans de Graaff <graaff@gentoo.org> -shorturl-0.8.7.ebuild,
   -shorturl-0.8.7-r1.ebuild:



1.2                  dev-ruby/shorturl/shorturl-0.8.8.ebuild

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

Index: shorturl-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- shorturl-0.8.8.ebuild	14 Mar 2010 15:05:00 -0000	1.1
+++ shorturl-0.8.8.ebuild	10 Jan 2011 18:13:50 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.1 2010/03/14 15:05:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.2 2011/01/10 18:13:50 graaff Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-macos"
 IUSE=""
 
 all_ruby_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: ChangeLog shorturl-0.8.8.ebuild
@ 2012-04-07 16:56 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 16:56 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 16:56:17

  Modified:             ChangeLog shorturl-0.8.8.ebuild
  Log:
  x86 stable, bug #399581
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 dev-ruby/shorturl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Jan 2012 08:00:28 -0000	1.16
+++ ChangeLog	7 Apr 2012 16:56:17 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/shorturl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.16 2012/01/29 08:00:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.17 2012/04/07 16:56:17 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org> shorturl-0.8.8.ebuild:
+  x86 stable, bug #399581
 
 *shorturl-0.8.8-r1 (29 Jan 2012)
 



1.4                  dev-ruby/shorturl/shorturl-0.8.8.ebuild

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

Index: shorturl-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- shorturl-0.8.8.ebuild	29 Jan 2012 08:00:28 -0000	1.3
+++ shorturl-0.8.8.ebuild	7 Apr 2012 16:56:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.3 2012/01/29 08:00:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.8.ebuild,v 1.4 2012/04/07 16:56:17 maekke Exp $
 
 EAPI=2
 
@@ -18,7 +18,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-macos"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd ~x86-macos"
 IUSE=""
 
 all_ruby_prepare() {






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

end of thread, other threads:[~2012-04-07 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-14 15:05 [gentoo-commits] gentoo-x86 commit in dev-ruby/shorturl: ChangeLog shorturl-0.8.8.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-10 18:13 Hans de Graaff (graaff)
2012-04-07 16:56 Markus Meier (maekke)

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