summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2010-07-10 17:32:38 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2010-07-10 17:32:38 +0900
commit4ce25fb9d8ee53da9ea67cf45913df4b919c9aeb (patch)
tree6d066442fc01ac7e118d29d6d07df744d80ee987
parentnet-misc/termtter: Version bumped. Convert to ruby-ng. (diff)
downloadmatsuu-4ce25fb9d8ee53da9ea67cf45913df4b919c9aeb.tar.gz
matsuu-4ce25fb9d8ee53da9ea67cf45913df4b919c9aeb.tar.bz2
matsuu-4ce25fb9d8ee53da9ea67cf45913df4b919c9aeb.zip
Convert to ruby-ng.
-rw-r--r--dev-ruby/lockfile/Manifest2
-rw-r--r--dev-ruby/lockfile/lockfile-1.4.3.ebuild9
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/lockfile/Manifest b/dev-ruby/lockfile/Manifest
index eb9b640..65b2764 100644
--- a/dev-ruby/lockfile/Manifest
+++ b/dev-ruby/lockfile/Manifest
@@ -1,2 +1,2 @@
DIST lockfile-1.4.3.gem 19456 RMD160 fe2ffc3f245b2af75c581038af85e72f79d0cfcf SHA1 828710234b7ccc87744e9386749b8e2d0657ff41 SHA256 63a9afc59c5084ebc46745d1f22e909c53d292d10c3e5f50d7bde891fbf6ab33
-EBUILD lockfile-1.4.3.ebuild 371 RMD160 e6263674bbcca98e9c257be60e0e0d84a0ac5e0e SHA1 ac1199af01dd6b95fbda63b0658f8b3ce5cd900e SHA256 da746c3b4d37445be23b31ccd573b0023e2131030dd73461a498c8dcd37a443d
+EBUILD lockfile-1.4.3.ebuild 519 RMD160 fc7561c9ca024feafa9af6d7b9cdf0df2b0b0e62 SHA1 5389cd28d6aa3172e966252e722af12b06bc7853 SHA256 09609ae7b574eae2c1399862d15cc324cac89c71e11cf417dfd64faa9e6ccf7c
diff --git a/dev-ruby/lockfile/lockfile-1.4.3.ebuild b/dev-ruby/lockfile/lockfile-1.4.3.ebuild
index d2f6cc2..5f8421e 100644
--- a/dev-ruby/lockfile/lockfile-1.4.3.ebuild
+++ b/dev-ruby/lockfile/lockfile-1.4.3.ebuild
@@ -1,9 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
-inherit gems
+USE_RUBY="ruby18 ruby19 ree18 jruby"
+
+#RUBY_FAKEGEM_TASK_TEST=""
+#RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS Histroy.txt README.txt ReleaseNotes"
+
+inherit ruby-fakegem
DESCRIPTION="nfs safe lockfile creation"
HOMEPAGE="http://www.codeforpeople.com/lib/ruby/lockfile/"