summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2009-12-19 11:11:16 +0900
committerMATSUU Takuto <matsuu@gentoo.org>2009-12-19 11:11:16 +0900
commit0dc9dc0da3b36b342ff645a6aa558ab660befe4b (patch)
tree497476f4ededd388b835afe1d212c6ea8d8a5f12
parentdev-ruby/ruby-rmail: Initial import. (diff)
downloadmatsuu-0dc9dc0da3b36b342ff645a6aa558ab660befe4b.tar.gz
matsuu-0dc9dc0da3b36b342ff645a6aa558ab660befe4b.tar.bz2
matsuu-0dc9dc0da3b36b342ff645a6aa558ab660befe4b.zip
dev-ruby/lockfile: Initial import.
-rw-r--r--dev-ruby/lockfile/Manifest2
-rw-r--r--dev-ruby/lockfile/lockfile-1.4.3.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-ruby/lockfile/Manifest b/dev-ruby/lockfile/Manifest
new file mode 100644
index 0000000..eb9b640
--- /dev/null
+++ b/dev-ruby/lockfile/Manifest
@@ -0,0 +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
diff --git a/dev-ruby/lockfile/lockfile-1.4.3.ebuild b/dev-ruby/lockfile/lockfile-1.4.3.ebuild
new file mode 100644
index 0000000..d2f6cc2
--- /dev/null
+++ b/dev-ruby/lockfile/lockfile-1.4.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+inherit gems
+
+DESCRIPTION="nfs safe lockfile creation"
+HOMEPAGE="http://www.codeforpeople.com/lib/ruby/lockfile/"
+SRC_URI="http://www.codeforpeople.com/lib/ruby/lockfile/${P}/${P}.gem"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""