diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-03-06 23:49:24 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-03-06 23:49:24 +0000 |
commit | 288371862e52b03fd365640900baee0a8e1ec566 (patch) | |
tree | 9c82c11e160262fa2d20846b2810cda2b1845a9d /dev-ruby/lockfile | |
parent | Initial ebuild. (diff) | |
download | gentoo-2-288371862e52b03fd365640900baee0a8e1ec566.tar.gz gentoo-2-288371862e52b03fd365640900baee0a8e1ec566.tar.bz2 gentoo-2-288371862e52b03fd365640900baee0a8e1ec566.zip |
Version bump by Peter Wilmott. Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/lockfile')
-rw-r--r-- | dev-ruby/lockfile/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/lockfile/lockfile-2.1.0.ebuild | 21 | ||||
-rw-r--r-- | dev-ruby/lockfile/lockfile-2.1.3.ebuild (renamed from dev-ruby/lockfile/lockfile-2.1.1.ebuild) | 4 |
3 files changed, 9 insertions, 24 deletions
diff --git a/dev-ruby/lockfile/ChangeLog b/dev-ruby/lockfile/ChangeLog index 2ad34806ab5c..ff299480f654 100644 --- a/dev-ruby/lockfile/ChangeLog +++ b/dev-ruby/lockfile/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/lockfile/ChangeLog,v 1.4 2014/03/06 23:49:24 mrueg Exp $ + +*lockfile-2.1.3 (06 Mar 2014) + + 06 Mar 2014; Manuel Rüger <mrueg@gentoo.org> +lockfile-2.1.3.ebuild, + -lockfile-2.1.0.ebuild, -lockfile-2.1.1.ebuild: + Version bump by Peter Wilmott. Cleanup old. *lockfile-2.1.2 (23 Feb 2014) diff --git a/dev-ruby/lockfile/lockfile-2.1.0.ebuild b/dev-ruby/lockfile/lockfile-2.1.0.ebuild deleted file mode 100644 index a4534075798f..000000000000 --- a/dev-ruby/lockfile/lockfile-2.1.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/lockfile/lockfile-2.1.0.ebuild,v 1.1 2013/11/12 07:26:03 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 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/lockfile-2.1.1.ebuild b/dev-ruby/lockfile/lockfile-2.1.3.ebuild index f9439045ecce..b14692780c8a 100644 --- a/dev-ruby/lockfile/lockfile-2.1.1.ebuild +++ b/dev-ruby/lockfile/lockfile-2.1.3.ebuild @@ -1,9 +1,9 @@ # 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.1.ebuild,v 1.1 2014/02/16 06:39:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/lockfile/lockfile-2.1.3.ebuild,v 1.1 2014/03/06 23:49:24 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20 jruby" +USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" |