aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2014-03-04 20:28:02 +0000
committerPeter Wilmott <p@p8952.info>2014-03-04 21:50:14 +0000
commitb8b3b192cfeead6901057cedb419469ddb012bc8 (patch)
treed05b8dbd003e85f0356b25257b5ccc1a4fce559f /dev-ruby
parentdev-ruby/hipchat: version bump (diff)
downloadruby-overlay-b8b3b192cfeead6901057cedb419469ddb012bc8.tar.gz
ruby-overlay-b8b3b192cfeead6901057cedb419469ddb012bc8.tar.bz2
ruby-overlay-b8b3b192cfeead6901057cedb419469ddb012bc8.zip
dev-ruby/lockfile: version bump
Package-Manager: portage-2.2.7
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/lockfile/ChangeLog25
-rw-r--r--dev-ruby/lockfile/Manifest1
-rw-r--r--dev-ruby/lockfile/lockfile-2.1.3.ebuild21
-rw-r--r--dev-ruby/lockfile/metadata.xml5
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-ruby/lockfile/ChangeLog b/dev-ruby/lockfile/ChangeLog
new file mode 100644
index 0000000..1234076
--- /dev/null
+++ b/dev-ruby/lockfile/ChangeLog
@@ -0,0 +1,25 @@
+# ChangeLog for dev-ruby/lockfile
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/lockfile/ChangeLog,v 1.3 2014/02/23 16:21:14 mrueg Exp $
+
+*lockfile-2.1.3 (04 Mar 2014)
+
+ 04 Mar 2014; Peter Wilmott <p@p8952.info> +lockfile-2.1.3.ebuild,
+ +metadata.xml:
+ dev-ruby/lockfile: version bump
+
+*lockfile-2.1.2 (23 Feb 2014)
+
+ 23 Feb 2014; Manuel Rüger <mrueg@gentoo.org> +lockfile-2.1.2.ebuild:
+ Version bump. Add ruby21 target.
+
+*lockfile-2.1.1 (16 Feb 2014)
+
+ 16 Feb 2014; Hans de Graaff <graaff@gentoo.org> +lockfile-2.1.1.ebuild:
+ Version bump.
+
+*lockfile-2.1.0 (12 Nov 2013)
+
+ 12 Nov 2013; Hans de Graaff <graaff@gentoo.org> +lockfile-2.1.0.ebuild,
+ +metadata.xml:
+ Initial import. New dependency for dev-ruby/simplecov.
diff --git a/dev-ruby/lockfile/Manifest b/dev-ruby/lockfile/Manifest
new file mode 100644
index 0000000..9b574f4
--- /dev/null
+++ b/dev-ruby/lockfile/Manifest
@@ -0,0 +1 @@
+DIST lockfile-2.1.3.gem 24064 SHA256 39cbf399299f140706481370292d941c70e34e98208a78f3739b7aee651c3236 SHA512 7674d3f556bf69b547678d8e30199315437995ab86289f1f9099d5192b49862e9ff227e4312ff9bcf9bb02ff4ebb1002832a0a324a6cf672e4e124b35393d6fc WHIRLPOOL 7c4cc93595882b89edd11f35f875b64fb10e8488412ebef4b19994d0ac3fa5cfd1fb0a8f9b82650f86f6f2c1bec63149aa7ef3583da0d5a3b0354011eedc3777
diff --git a/dev-ruby/lockfile/lockfile-2.1.3.ebuild b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
new file mode 100644
index 0000000..c3cb794
--- /dev/null
+++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/lockfile/lockfile-2.1.2.ebuild,v 1.1 2014/02/23 16:21:14 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
+
+RUBY_FAKEGEM_TASK_TEST=""
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby library for creating NFS safe lockfiles"
+HOMEPAGE="https://github.com/ahoward/lockfile"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-ruby/lockfile/metadata.xml b/dev-ruby/lockfile/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/lockfile/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>