summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-07 20:07:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-07 20:07:58 +0000
commit072af38fb34e670f526291a13c014af964213206 (patch)
treeeb2ddd703c7f30cfa1382ca2bd90c6fa5c403402 /dev-ruby/hoe-seattlerb
parentAutomated update of use.local.desc (diff)
downloadhistorical-072af38fb34e670f526291a13c014af964213206.tar.gz
historical-072af38fb34e670f526291a13c014af964213206.tar.bz2
historical-072af38fb34e670f526291a13c014af964213206.zip
Version bump.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/hoe-seattlerb')
-rw-r--r--dev-ruby/hoe-seattlerb/ChangeLog8
-rw-r--r--dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-ruby/hoe-seattlerb/ChangeLog b/dev-ruby/hoe-seattlerb/ChangeLog
index 037b2daf3909..752efaa0fcb5 100644
--- a/dev-ruby/hoe-seattlerb/ChangeLog
+++ b/dev-ruby/hoe-seattlerb/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/hoe-seattlerb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.4 2010/01/06 19:50:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/ChangeLog,v 1.5 2010/01/07 20:07:58 flameeyes Exp $
+
+*hoe-seattlerb-1.2.2 (07 Jan 2010)
+
+ 07 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +hoe-seattlerb-1.2.2.ebuild:
+ Version bump.
06 Jan 2010; Jeroen Roovers <jer@gentoo.org> hoe-seattlerb-1.2.1.ebuild:
Marked ~ppc (bug #298350).
diff --git a/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
new file mode 100644
index 000000000000..b6eee427df4c
--- /dev/null
+++ b/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe-seattlerb/hoe-seattlerb-1.2.2.ebuild,v 1.1 2010/01/07 20:07:58 flameeyes Exp $
+
+EAPI=2
+USE_RUBY="ruby18 ruby19"
+
+# no tests present
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hoe plugins providing tasks used by seattle.rb"
+HOMEPAGE="http://seattlerb.rubyforge.org/hoe-seattlerb"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+
+ruby_add_rdepend '>=dev-ruby/hoe-2.3.3'
+ruby_add_bdepend doc '>=dev-ruby/hoe-2.3.3'