summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-05 12:26:01 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-05 12:26:01 +0000
commitdd8326c126640e04bc80add14a9f0e6322aae94f (patch)
treea55503cd95ea919ea1489ae804728a366c8586e7 /dev-ruby/rmagick
parentStable for ppc64, wrt bug #480990 (diff)
downloadgentoo-2-dd8326c126640e04bc80add14a9f0e6322aae94f.tar.gz
gentoo-2-dd8326c126640e04bc80add14a9f0e6322aae94f.tar.bz2
gentoo-2-dd8326c126640e04bc80add14a9f0e6322aae94f.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rmagick')
-rw-r--r--dev-ruby/rmagick/ChangeLog7
-rw-r--r--dev-ruby/rmagick/files/rmagick-2.13.0-magicklibsubversion.patch38
-rw-r--r--dev-ruby/rmagick/rmagick-2.13.1-r1.ebuild57
-rw-r--r--dev-ruby/rmagick/rmagick-2.13.1.ebuild57
4 files changed, 6 insertions, 153 deletions
diff --git a/dev-ruby/rmagick/ChangeLog b/dev-ruby/rmagick/ChangeLog
index 3de677dba33e..dbeb4a4b4ebe 100644
--- a/dev-ruby/rmagick/ChangeLog
+++ b/dev-ruby/rmagick/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/rmagick
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.199 2013/09/05 12:20:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.200 2013/09/05 12:26:00 mrueg Exp $
+
+ 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org>
+ -files/rmagick-2.13.0-magicklibsubversion.patch, -rmagick-2.13.1-r1.ebuild,
+ -rmagick-2.13.1.ebuild:
+ Cleanup old.
05 Sep 2013; Agostino Sarubbo <ago@gentoo.org> rmagick-2.13.2.ebuild:
Stable for ppc64, wrt bug #481534
diff --git a/dev-ruby/rmagick/files/rmagick-2.13.0-magicklibsubversion.patch b/dev-ruby/rmagick/files/rmagick-2.13.0-magicklibsubversion.patch
deleted file mode 100644
index d078fcd6319d..000000000000
--- a/dev-ruby/rmagick/files/rmagick-2.13.0-magicklibsubversion.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-commit 70dfc29c883588a6bf7d609dd70193f3ce49509d
-Author: Omer Bar-or <omer@bar-or.org>
-Date: Mon Feb 15 22:53:16 2010 -0800
-
- Added check for MagickLibAddendum (replaced MagickLibSubversion).
-
-Applied minus a whitespace-only part that did not apply as-is.
-
-diff --git a/ext/RMagick/extconf.rb b/ext/RMagick/extconf.rb
-index 6446d40..78a6260 100644
---- a/ext/RMagick/extconf.rb
-+++ b/ext/RMagick/extconf.rb
-@@ -233,6 +233,7 @@ have_func("snprintf", headers)
- "LevelColorsImageChannel", # 6.5.6-4
- "LevelizeImageChannel", # 6.4.2
- "LiquidRescaleImage", # 6.3.8-2
-+ "MagickLibAddendum", # 6.5.9-1
- "OpaquePaintImageChannel", # 6.3.7-10
- "QueueAuthenticPixels", # 6.4.5-6
- "RemapImage", # 6.4.4-0
-diff --git a/ext/RMagick/rmagick.h b/ext/RMagick/rmagick.h
-index e18a678..8aa6f3f 100644
---- a/ext/RMagick/rmagick.h
-+++ b/ext/RMagick/rmagick.h
-@@ -162,6 +162,13 @@
- #define DestroyConstitute(void) ConstituteComponentTerminus(void)
- #endif
-
-+/** ImageMagick 6.5.9 replaced MagickLibSubversion with
-+ * MagickLibAddendum.
-+ */
-+#if defined(HAVE_MAGICKLIBADDENDUM)
-+#define MagickLibSubversion MagickLibAddendum
-+#endif
-+
- /** IM 6.4.1 replaced AllocateImage with AcquireImage.
- * Both have the same signature.
- */
diff --git a/dev-ruby/rmagick/rmagick-2.13.1-r1.ebuild b/dev-ruby/rmagick/rmagick-2.13.1-r1.ebuild
deleted file mode 100644
index f05ca01440b8..000000000000
--- a/dev-ruby/rmagick/rmagick-2.13.1-r1.ebuild
+++ /dev/null
@@ -1,57 +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/rmagick/rmagick-2.13.1-r1.ebuild,v 1.1 2013/01/23 18:34:27 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.html README-Mac-OSX.txt"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library"
-HOMEPAGE="http://rmagick.rubyforge.org/"
-SRC_URI="mirror://rubyforge/rmagick/RMagick-${PV}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-macos"
-IUSE="doc"
-
-# hdri causes extensive changes in the imagemagick internals, and
-# rmagick is not ready to deal with those, see bug 184356.
-RDEPEND=">=media-gfx/imagemagick-6.4.9:=[-hdri]"
-DEPEND="${RDEPEND}"
-
-RUBY_S="RMagick-${PV}"
-
-each_ruby_configure() {
- pushd ext/RMagick
- ${RUBY} extconf.rb || die "extconf.rb failed"
- popd
-}
-
-each_ruby_compile() {
- pushd ext/RMagick
- emake || die "emake failed"
- popd
-}
-
-each_ruby_install() {
- each_fakegem_install
- ruby_fakegem_newins ext/RMagick/RMagick2$(get_modname) lib/RMagick2$(get_modname)
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/* || die "failed to install examples"
-
- if use doc ; then
- dohtml -r doc || die "failed to install documentation"
- fi
-}
diff --git a/dev-ruby/rmagick/rmagick-2.13.1.ebuild b/dev-ruby/rmagick/rmagick-2.13.1.ebuild
deleted file mode 100644
index 9463a8d266b1..000000000000
--- a/dev-ruby/rmagick/rmagick-2.13.1.ebuild
+++ /dev/null
@@ -1,57 +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/rmagick/rmagick-2.13.1.ebuild,v 1.10 2012/11/08 10:36:28 blueness Exp $
-
-EAPI="2"
-USE_RUBY="ruby18 ree18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.html README-Mac-OSX.txt"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library"
-HOMEPAGE="http://rmagick.rubyforge.org/"
-SRC_URI="mirror://rubyforge/rmagick/RMagick-${PV}.tar.bz2"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 hppa ~mips ppc ppc64 x86 ~x86-macos"
-IUSE="doc"
-
-# hdri causes extensive changes in the imagemagick internals, and
-# rmagick is not ready to deal with those, see bug 184356.
-RDEPEND=">=media-gfx/imagemagick-6.4.9[-hdri]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/RMagick-${PV}"
-
-each_ruby_configure() {
- pushd ext/RMagick
- ${RUBY} extconf.rb || die "extconf.rb failed"
- popd
-}
-
-each_ruby_compile() {
- pushd ext/RMagick
- emake || die "emake failed"
- popd
-}
-
-each_ruby_install() {
- each_fakegem_install
- ruby_fakegem_newins ext/RMagick/RMagick2$(get_modname) lib/RMagick2$(get_modname)
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc examples/* || die "failed to install examples"
-
- if use doc ; then
- dohtml -r doc || die "failed to install documentation"
- fi
-}