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

graaff      10/04/04 07:02:55

  Modified:             ChangeLog
  Added:                mechanize-1.0.0.ebuild
  Log:
  Version bump. Broken tests got fixed upstream. Add missing built-time dependency on hoe.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-ruby/mechanize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	30 Jan 2010 18:33:18 -0000	1.24
+++ ChangeLog	4 Apr 2010 07:02:55 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/mechanize
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.24 2010/01/30 18:33:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.25 2010/04/04 07:02:55 graaff Exp $
+
+*mechanize-1.0.0 (04 Apr 2010)
+
+  04 Apr 2010; Hans de Graaff <graaff@gentoo.org> +mechanize-1.0.0.ebuild:
+  Version bump. Broken tests got fixed upstream. Add missing built-time
+  dependency on hoe.
 
   30 Jan 2010; Raúl Porcel <armin76@gentoo.org> mechanize-0.9.3-r1.ebuild:
   Add ~sparc



1.1                  dev-ruby/mechanize/mechanize-1.0.0.ebuild

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

Index: mechanize-1.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-1.0.0.ebuild,v 1.1 2010/04/04 07:02:55 graaff Exp $

EAPI=2

USE_RUBY="ruby18 ruby19 jruby"

RUBY_FAKEGEM_TASK_DOC="redocs"
RUBY_FAKEGEM_DOCDIR="doc"

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc EXAMPLES.rdoc FAQ.rdoc GUIDE.rdoc README.rdoc"

inherit ruby-fakegem

DESCRIPTION="A Ruby library used for automating interaction with websites."
HOMEPAGE="http://mechanize.rubyforge.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

ruby_add_bdepend ">=dev-ruby/hoe-2.3.3"
ruby_add_rdepend ">=dev-ruby/nokogiri-1.2.1"

all_ruby_install() {
	all_fakegem_install

	docinto examples
	dodoc examples/* || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/mechanize: ChangeLog mechanize-1.0.0.ebuild
@ 2014-03-15 23:43 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-03-15 23:43 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/03/15 23:43:42

  Modified:             ChangeLog
  Removed:              mechanize-1.0.0.ebuild
  Log:
  Cleanup ruby18-only.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.41                 dev-ruby/mechanize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	18 Jan 2014 10:52:12 -0000	1.40
+++ ChangeLog	15 Mar 2014 23:43:42 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/mechanize
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.40 2014/01/18 10:52:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.41 2014/03/15 23:43:42 mrueg Exp $
+
+  15 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -mechanize-1.0.0.ebuild:
+  Cleanup ruby18-only.
 
   18 Jan 2014; Hans de Graaff <graaff@gentoo.org> -mechanize-1.0.0-r1.ebuild,
   -mechanize-2.5.1.ebuild:





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

end of thread, other threads:[~2014-03-15 23:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-15 23:43 [gentoo-commits] gentoo-x86 commit in dev-ruby/mechanize: ChangeLog mechanize-1.0.0.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-04  7:02 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