summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-05-15 01:02:40 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-05-15 01:02:40 +0000
commit869715c7ca6346e2c6e9c3082428e20176ce13ae (patch)
tree10c71911689075a7410591ac36a638f551f96808 /dev-ruby
parentRemove ruby18. (diff)
downloadgentoo-2-869715c7ca6346e2c6e9c3082428e20176ce13ae.tar.gz
gentoo-2-869715c7ca6346e2c6e9c3082428e20176ce13ae.tar.bz2
gentoo-2-869715c7ca6346e2c6e9c3082428e20176ce13ae.zip
Cleanup old. Remove ruby18.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/gruff/ChangeLog8
-rw-r--r--dev-ruby/gruff/gruff-0.3.7.ebuild6
-rw-r--r--dev-ruby/gruff/gruff-0.4.0.ebuild47
-rw-r--r--dev-ruby/gruff/gruff-0.5.1.ebuild6
4 files changed, 12 insertions, 55 deletions
diff --git a/dev-ruby/gruff/ChangeLog b/dev-ruby/gruff/ChangeLog
index 0c0a2953474b..1fba0d2ca111 100644
--- a/dev-ruby/gruff/ChangeLog
+++ b/dev-ruby/gruff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/gruff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.48 2013/10/24 06:10:07 graaff Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.49 2014/05/15 01:02:40 mrueg Exp $
+
+ 15 May 2014; Manuel Rüger <mrueg@gentoo.org> -gruff-0.4.0.ebuild,
+ gruff-0.3.7.ebuild, gruff-0.5.1.ebuild:
+ Cleanup old. Remove ruby18.
*gruff-0.5.1 (24 Oct 2013)
diff --git a/dev-ruby/gruff/gruff-0.3.7.ebuild b/dev-ruby/gruff/gruff-0.3.7.ebuild
index 4b3597032ac9..2130fc06523d 100644
--- a/dev-ruby/gruff/gruff-0.3.7.ebuild
+++ b/dev-ruby/gruff/gruff-0.3.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.3.7.ebuild,v 1.3 2013/07/13 07:48:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.3.7.ebuild,v 1.4 2014/05/15 01:02:39 mrueg Exp $
EAPI=4
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_DOC=""
diff --git a/dev-ruby/gruff/gruff-0.4.0.ebuild b/dev-ruby/gruff/gruff-0.4.0.ebuild
deleted file mode 100644
index 6261c8c80682..000000000000
--- a/dev-ruby/gruff/gruff-0.4.0.ebuild
+++ /dev/null
@@ -1,47 +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/gruff/gruff-0.4.0.ebuild,v 1.1 2013/08/08 15:05:07 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
-
-inherit ruby-fakegem
-
-ruby_add_rdepend '>=dev-ruby/rmagick-2'
-ruby_add_bdepend "
- test? (
- dev-ruby/hoe
- )"
-
-DESCRIPTION="RMagick Implementation for JRuby"
-HOMEPAGE="http://rubyforge.org/projects/gruff/"
-#SRC_URI="mirror://rubyforge/${PN}/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-macos"
-IUSE=""
-
-RUBY_PATCHES=(
- ${PN}-0.3.6-spider.patch
-)
-
-# imagemagick is an indirect dependency through rmagick. However, for
-# gruff to work properly imagemagick needs to be compiled with
-# truetype support and this cannot be expressed in the rmagick
-# dependency. Test also require imagemagick to have jpeg support.
-DEPEND="${DEPEND} test? ( media-gfx/imagemagick[jpeg,truetype] )"
-RDEPEND="${RDEPEND} media-gfx/imagemagick[truetype]"
-
-ruby_add_bdepend "test? ( dev-ruby/test-unit )"
-
-each_ruby_test() {
- ruby-ng_testrb-2 test/test_*.rb
-}
diff --git a/dev-ruby/gruff/gruff-0.5.1.ebuild b/dev-ruby/gruff/gruff-0.5.1.ebuild
index a3096c527543..4e7324f7c734 100644
--- a/dev-ruby/gruff/gruff-0.5.1.ebuild
+++ b/dev-ruby/gruff/gruff-0.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.5.1.ebuild,v 1.1 2013/10/24 06:10:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.5.1.ebuild,v 1.2 2014/05/15 01:02:39 mrueg Exp $
EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
+USE_RUBY="ruby19 ruby20"
RUBY_FAKEGEM_TASK_DOC=""