* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.6.0.ebuild
@ 2010-04-24 7:54 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-24 7:54 UTC (permalink / raw
To: gentoo-commits
graaff 10/04/24 07:54:19
Modified: ChangeLog
Added: hoe-2.6.0.ebuild
Log:
Version bump. Minor enhancements and bug fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.73 dev-ruby/hoe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 16 Feb 2010 07:49:35 -0000 1.72
+++ ChangeLog 24 Apr 2010 07:54:19 -0000 1.73
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.72 2010/02/16 07:49:35 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.73 2010/04/24 07:54:19 graaff Exp $
+
+*hoe-2.6.0 (24 Apr 2010)
+
+ 24 Apr 2010; Hans de Graaff <graaff@gentoo.org> +hoe-2.6.0.ebuild:
+ Version bump. Minor enhancements and bug fixes.
16 Feb 2010; Jonathan Callen <abcd@gentoo.org> hoe-2.5.0.ebuild:
Add ~x64-macos for bug 305355
1.1 dev-ruby/hoe/hoe-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.1&content-type=text/plain
Index: hoe-2.6.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/hoe/hoe-2.6.0.ebuild,v 1.1 2010/04/24 07:54:19 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
RUBY_FAKEGEM_EXTRAINSTALL="template"
inherit ruby-fakegem
DESCRIPTION="Hoe extends rake to provide full project automation."
HOMEPAGE="http://seattlerb.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
# - also requires dev-ruby/hoe-seattlerb for 1.9;
# - dev-ruby/gemcutter is an optional dependency at both runtime and
# test-time, at least for us;
# - rubyforge is loaded at runtime when needed, so we don't strictly
# depend on it at runtime, but we need it for tests (for now);
ruby_add_bdepend test "virtual/ruby-minitest >=dev-ruby/rubyforge-2.0.3"
ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
all_ruby_prepare() {
# This file is expected by the documentation rake task
mkdir "${WORKDIR}/../homedir/.rubyforge" || die
touch "${WORKDIR}/../homedir/.rubyforge/user-config.yml" || die
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.6.0.ebuild
@ 2010-04-26 5:29 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-26 5:29 UTC (permalink / raw
To: gentoo-commits
graaff 10/04/26 05:29:14
Modified: ChangeLog hoe-2.6.0.ebuild
Log:
Provide user-config file in those phases that need it. Use proper path for it.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.74 dev-ruby/hoe/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 24 Apr 2010 07:54:19 -0000 1.73
+++ ChangeLog 26 Apr 2010 05:29:14 -0000 1.74
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.73 2010/04/24 07:54:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.74 2010/04/26 05:29:14 graaff Exp $
+
+ 26 Apr 2010; Hans de Graaff <graaff@gentoo.org> hoe-2.6.0.ebuild:
+ Provide user-config file in those phases that need it. Use proper path for
+ it.
*hoe-2.6.0 (24 Apr 2010)
1.2 dev-ruby/hoe/hoe-2.6.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild?r1=1.1&r2=1.2
Index: hoe-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hoe-2.6.0.ebuild 24 Apr 2010 07:54:19 -0000 1.1
+++ hoe-2.6.0.ebuild 26 Apr 2010 05:29:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild,v 1.1 2010/04/24 07:54:19 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.6.0.ebuild,v 1.2 2010/04/26 05:29:14 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby"
@@ -31,8 +31,16 @@
ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
-all_ruby_prepare() {
- # This file is expected by the documentation rake task
- mkdir "${WORKDIR}/../homedir/.rubyforge" || die
- touch "${WORKDIR}/../homedir/.rubyforge/user-config.yml" || die
+all_ruby_compile() {
+ mkdir "${HOME}/.rubyforge" || die
+ touch "${HOME}/.rubyforge/user-config.yml" || die
+
+ all_fakegem_compile
+}
+
+each_ruby_test() {
+ mkdir "${HOME}/.rubyforge" || die
+ touch "${HOME}/.rubyforge/user-config.yml" || die
+
+ each_fakegem_test
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.6.0.ebuild
@ 2010-05-09 11:34 Hans de Graaff (graaff)
0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-09 11:34 UTC (permalink / raw
To: gentoo-commits
graaff 10/05/09 11:34:12
Modified: ChangeLog
Removed: hoe-2.6.0.ebuild
Log:
Remove broken version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.76 dev-ruby/hoe/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hoe/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 9 May 2010 11:31:59 -0000 1.75
+++ ChangeLog 9 May 2010 11:34:12 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hoe
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.75 2010/05/09 11:31:59 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/ChangeLog,v 1.76 2010/05/09 11:34:12 graaff Exp $
+
+ 09 May 2010; Hans de Graaff <graaff@gentoo.org> -hoe-2.6.0.ebuild:
+ Remove broken version.
*hoe-2.6.0-r1 (09 May 2010)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-05-09 11:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-24 7:54 [gentoo-commits] gentoo-x86 commit in dev-ruby/hoe: ChangeLog hoe-2.6.0.ebuild Hans de Graaff (graaff)
-- strict thread matches above, loose matches on Subject: below --
2010-04-26 5:29 Hans de Graaff (graaff)
2010-05-09 11:34 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