summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-05 14:55:46 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-05 14:55:46 +0000
commitcfdcc49d8fbe305bc963284d0e5cf765f47acd5d (patch)
tree8fa74d91ffcb205e2cb9e431056cf83667e8d425 /dev-ruby/fattr
parentAdd ruby22 support. Remove old. (diff)
downloadgentoo-2-cfdcc49d8fbe305bc963284d0e5cf765f47acd5d.tar.gz
gentoo-2-cfdcc49d8fbe305bc963284d0e5cf765f47acd5d.tar.bz2
gentoo-2-cfdcc49d8fbe305bc963284d0e5cf765f47acd5d.zip
Add ruby22 support. Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/fattr')
-rw-r--r--dev-ruby/fattr/ChangeLog8
-rw-r--r--dev-ruby/fattr/fattr-2.2.1-r1.ebuild32
-rw-r--r--dev-ruby/fattr/fattr-2.2.2.ebuild6
3 files changed, 9 insertions, 37 deletions
diff --git a/dev-ruby/fattr/ChangeLog b/dev-ruby/fattr/ChangeLog
index 6322114b9e98..a294ec07c1a7 100644
--- a/dev-ruby/fattr/ChangeLog
+++ b/dev-ruby/fattr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fattr
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/ChangeLog,v 1.17 2014/11/03 20:02:46 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/ChangeLog,v 1.18 2015/01/05 14:55:46 mrueg Exp $
+
+ 05 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -fattr-2.2.1-r1.ebuild,
+ fattr-2.2.2.ebuild:
+ Add ruby22 support. Remove old.
03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> fattr-2.2.1-r1.ebuild,
fattr-2.2.2.ebuild:
diff --git a/dev-ruby/fattr/fattr-2.2.1-r1.ebuild b/dev-ruby/fattr/fattr-2.2.1-r1.ebuild
deleted file mode 100644
index c2e9547df357..000000000000
--- a/dev-ruby/fattr/fattr-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,32 +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/fattr/fattr-2.2.1-r1.ebuild,v 1.4 2014/11/03 20:02:46 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README"
-
-RUBY_FAKEGEM_TASK_TEST=""
-
-inherit ruby-fakegem
-
-DESCRIPTION="fattr.rb is a \"fatter attr\" for ruby"
-HOMEPAGE="http://rubyforge.org/projects/codeforpeople/"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE="test"
-
-each_ruby_test() {
- ${RUBY} test/fattr_test.rb || die "Tests failed."
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r samples
-}
diff --git a/dev-ruby/fattr/fattr-2.2.2.ebuild b/dev-ruby/fattr/fattr-2.2.2.ebuild
index cfc8413e619f..c0ca217de358 100644
--- a/dev-ruby/fattr/fattr-2.2.2.ebuild
+++ b/dev-ruby/fattr/fattr-2.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/fattr-2.2.2.ebuild,v 1.4 2014/11/03 20:02:46 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fattr/fattr-2.2.2.ebuild,v 1.5 2015/01/05 14:55:46 mrueg Exp $
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README"