summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2010-07-09 09:15:32 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2010-07-09 09:15:32 +0900
commit4f305e0c32ba316150c9b79b4a3cf89c7e249b72 (patch)
tree0785282ee55a68b5abbb030e6e93d9afe1e191bb
parentdev-ruby/json_pure: removed. (diff)
downloadmatsuu-4f305e0c32ba316150c9b79b4a3cf89c7e249b72.tar.gz
matsuu-4f305e0c32ba316150c9b79b4a3cf89c7e249b72.tar.bz2
matsuu-4f305e0c32ba316150c9b79b4a3cf89c7e249b72.zip
dev-ruby/notify: Convert to ruby-ng.
-rw-r--r--dev-ruby/notify/Manifest2
-rw-r--r--dev-ruby/notify/notify-0.2.1.ebuild9
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/notify/Manifest b/dev-ruby/notify/Manifest
index 8704766..3953e4e 100644
--- a/dev-ruby/notify/Manifest
+++ b/dev-ruby/notify/Manifest
@@ -1,2 +1,2 @@
DIST notify-0.2.1.gem 5120 RMD160 5385129882ad000904fb61328e2bc36b34da1f37 SHA1 451445ec2bfad97f889e395a6046bab9e7871061 SHA256 401dfdf358e7eb46a235f481950c7e7c84edbe2eca75df60d545bb3a210a4e3f
-EBUILD notify-0.2.1.ebuild 358 RMD160 01aee25569568a2f8587637f2237972d7874e303 SHA1 39fd38a451b10ee783ac380910033393393776a6 SHA256 f6b1a5483348e1798703c4e5f7216a6dd1ed893e7db4f8c311d71f314260b70a
+EBUILD notify-0.2.1.ebuild 444 RMD160 33fd5b55500608cf6d0c4f9525477efda204b7aa SHA1 ba74714d839935147e818dd32fa993234bdc156e SHA256 0bce2518ed744967326a86961ad41200b35e0b2f026a33afc1444c282682b7f5
diff --git a/dev-ruby/notify/notify-0.2.1.ebuild b/dev-ruby/notify/notify-0.2.1.ebuild
index b277ece..bd172c1 100644
--- a/dev-ruby/notify/notify-0.2.1.ebuild
+++ b/dev-ruby/notify/notify-0.2.1.ebuild
@@ -3,7 +3,12 @@
# $Header: $
EAPI=2
-inherit gems
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_EXTRADOC="README.md"
+
+inherit ruby-fakegem
DESCRIPTION="A function to notify on cross platform"
HOMEPAGE="http://github.com/jugyo/notify"
@@ -15,5 +20,3 @@ IUSE=""
DEPEND=""
RDEPEND="x11-libs/libnotify"
-
-USE_RUBY="ruby18 ruby19"