public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/loquacious: ChangeLog loquacious-1.9.0.ebuild
@ 2011-09-14  7:30 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2011-09-14  7:30 UTC (permalink / raw
  To: gentoo-commits

graaff      11/09/14 07:30:51

  Modified:             ChangeLog
  Added:                loquacious-1.9.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.11/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 dev-ruby/loquacious/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	17 Jun 2011 18:13:35 -0000	1.12
+++ ChangeLog	14 Sep 2011 07:30:51 -0000	1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/loquacious
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.12 2011/06/17 18:13:35 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.13 2011/09/14 07:30:51 graaff Exp $
+
+*loquacious-1.9.0 (14 Sep 2011)
+
+  14 Sep 2011; Hans de Graaff <graaff@gentoo.org> +loquacious-1.9.0.ebuild:
+  Version bump.
 
 *loquacious-1.8.1 (17 Jun 2011)
 



1.1                  dev-ruby/loquacious/loquacious-1.9.0.ebuild

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

Index: loquacious-1.9.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.9.0.ebuild,v 1.1 2011/09/14 07:30:51 graaff Exp $

EAPI=4

USE_RUBY="ruby18 ruby19 jruby ree18"

RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
HOMEPAGE="http://github.com/TwP/${PN}"

IUSE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.6.0:2 )"

all_ruby_compile() {
	rdoc lib || die "Documentation generation failed."
}

each_ruby_test() {
	${RUBY} -S rspec spec || die "Tests failed."
}

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc examples/*
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/loquacious: ChangeLog loquacious-1.9.0.ebuild
@ 2012-08-26  6:16 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-08-26  6:16 UTC (permalink / raw
  To: gentoo-commits

graaff      12/08/26 06:16:06

  Modified:             ChangeLog
  Removed:              loquacious-1.9.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 dev-ruby/loquacious/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	14 Aug 2012 01:15:12 -0000	1.17
+++ ChangeLog	26 Aug 2012 06:16:06 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/loquacious
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.17 2012/08/14 01:15:12 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.18 2012/08/26 06:16:06 graaff Exp $
+
+  26 Aug 2012; Hans de Graaff <graaff@gentoo.org> -loquacious-1.9.0.ebuild:
+  Cleanup.
 
   14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> loquacious-1.9.1.ebuild:
   Port to rspec helper for testing. Only build documentation with USE=doc.





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

end of thread, other threads:[~2012-08-26  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26  6:16 [gentoo-commits] gentoo-x86 commit in dev-ruby/loquacious: ChangeLog loquacious-1.9.0.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-14  7:30 Hans de Graaff (graaff)

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