diff options
Diffstat (limited to 'dev-ruby/lockfile/lockfile-1.4.3.ebuild')
-rw-r--r-- | dev-ruby/lockfile/lockfile-1.4.3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
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="" |