summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-21 06:04:06 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-21 06:04:06 +0000
commitcd3c7c51958eb58cadd147bd1c072ea08b4712eb (patch)
tree8c7837dc30b434680dd162bebe2636cb9463e3ea /dev-ruby/gruff
parentbump; Removed py2.6 by discretion, added upgraded patch, all sec patches drop... (diff)
downloadgentoo-2-cd3c7c51958eb58cadd147bd1c072ea08b4712eb.tar.gz
gentoo-2-cd3c7c51958eb58cadd147bd1c072ea08b4712eb.tar.bz2
gentoo-2-cd3c7c51958eb58cadd147bd1c072ea08b4712eb.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/gruff')
-rw-r--r--dev-ruby/gruff/ChangeLog5
-rw-r--r--dev-ruby/gruff/gruff-0.3.6-r1.ebuild45
2 files changed, 4 insertions, 46 deletions
diff --git a/dev-ruby/gruff/ChangeLog b/dev-ruby/gruff/ChangeLog
index 3baf4865d0f3..e85ac27b40f3 100644
--- a/dev-ruby/gruff/ChangeLog
+++ b/dev-ruby/gruff/ChangeLog
@@ -1,6 +1,9 @@
# 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.45 2013/07/13 07:48:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/ChangeLog,v 1.46 2013/07/21 06:04:06 graaff Exp $
+
+ 21 Jul 2013; Hans de Graaff <graaff@gentoo.org> -gruff-0.3.6-r1.ebuild:
+ Cleanup.
13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> gruff-0.3.7.ebuild:
Stable for x86, wrt bug #476216
diff --git a/dev-ruby/gruff/gruff-0.3.6-r1.ebuild b/dev-ruby/gruff/gruff-0.3.6-r1.ebuild
deleted file mode 100644
index a1b8e698360f..000000000000
--- a/dev-ruby/gruff/gruff-0.3.6-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gruff/gruff-0.3.6-r1.ebuild,v 1.10 2012/05/01 18:24:05 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets rails_generators"
-
-inherit ruby-fakegem
-
-ruby_add_rdepend '>=dev-ruby/rmagick-2'
-ruby_add_bdepend "
- test? (
- dev-ruby/hoe
- virtual/ruby-test-unit
- )
- doc? ( 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=(
- ${P}-sort-filenames.patch
- ${P}-fix-tests.patch
- ${P}-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]"