From c58973682329676e0cef6914300a1816263cbe94 Mon Sep 17 00:00:00 2001 From: Manuel Rüger Date: Wed, 20 Aug 2014 13:05:29 +0000 Subject: Version bump. Cleanup old. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key ) --- dev-ruby/tins/ChangeLog | 8 +++++++- dev-ruby/tins/tins-1.1.0.ebuild | 29 ----------------------------- dev-ruby/tins/tins-1.3.0.ebuild | 29 ----------------------------- dev-ruby/tins/tins-1.3.2.ebuild | 29 +++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 59 deletions(-) delete mode 100644 dev-ruby/tins/tins-1.1.0.ebuild delete mode 100644 dev-ruby/tins/tins-1.3.0.ebuild create mode 100644 dev-ruby/tins/tins-1.3.2.ebuild (limited to 'dev-ruby') diff --git a/dev-ruby/tins/ChangeLog b/dev-ruby/tins/ChangeLog index 6c1bd01c117f..2abd193c0bba 100644 --- a/dev-ruby/tins/ChangeLog +++ b/dev-ruby/tins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/tins # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.41 2014/08/14 14:11:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.42 2014/08/20 13:05:29 mrueg Exp $ + +*tins-1.3.2 (20 Aug 2014) + + 20 Aug 2014; Manuel Rüger +tins-1.3.2.ebuild, + -tins-1.1.0.ebuild, -tins-1.3.0.ebuild: + Version bump. Cleanup old. *tins-1.3.1 (14 Aug 2014) diff --git a/dev-ruby/tins/tins-1.1.0.ebuild b/dev-ruby/tins/tins-1.1.0.ebuild deleted file mode 100644 index 094bc9fbf37b..000000000000 --- a/dev-ruby/tins/tins-1.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.1.0.ebuild,v 1.2 2014/08/05 16:00:26 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="All the stuff that isn't good enough for a real library" -HOMEPAGE="http://github.com/flori/tins" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib tests/*_test.rb -} diff --git a/dev-ruby/tins/tins-1.3.0.ebuild b/dev-ruby/tins/tins-1.3.0.ebuild deleted file mode 100644 index bc1c050b9b26..000000000000 --- a/dev-ruby/tins/tins-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.3.0.ebuild,v 1.2 2014/08/05 16:00:26 mrueg Exp $ - -EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="All the stuff that isn't good enough for a real library" -HOMEPAGE="http://github.com/flori/tins" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib tests/*_test.rb -} diff --git a/dev-ruby/tins/tins-1.3.2.ebuild b/dev-ruby/tins/tins-1.3.2.ebuild new file mode 100644 index 000000000000..45083df1098e --- /dev/null +++ b/dev-ruby/tins/tins-1.3.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-1.3.2.ebuild,v 1.1 2014/08/20 13:05:29 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby19 ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="README.rdoc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="All the stuff that isn't good enough for a real library" +HOMEPAGE="http://github.com/flori/tins" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )" + +each_ruby_test() { + ruby-ng_testrb-2 -Ilib tests/*_test.rb +} -- cgit v1.2.3-65-gdbad