summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-20 13:05:29 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-20 13:05:29 +0000
commitc58973682329676e0cef6914300a1816263cbe94 (patch)
tree5778160130e82d54e49c77df8d267b58fbb742a9 /dev-ruby
parentVersion bump. (diff)
downloadgentoo-2-c58973682329676e0cef6914300a1816263cbe94.tar.gz
gentoo-2-c58973682329676e0cef6914300a1816263cbe94.tar.bz2
gentoo-2-c58973682329676e0cef6914300a1816263cbe94.zip
Version bump. Cleanup old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/tins/ChangeLog8
-rw-r--r--dev-ruby/tins/tins-1.1.0.ebuild29
-rw-r--r--dev-ruby/tins/tins-1.3.2.ebuild (renamed from dev-ruby/tins/tins-1.3.0.ebuild)2
3 files changed, 8 insertions, 31 deletions
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 <mrueg@gentoo.org> +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.2.ebuild
index bc1c050b9b26..45083df1098e 100644
--- a/dev-ruby/tins/tins-1.3.0.ebuild
+++ b/dev-ruby/tins/tins-1.3.2.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $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"