summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2007-04-26 20:04:35 +0000
committerHans de Graaff <graaff@gentoo.org>2007-04-26 20:04:35 +0000
commit60ac06cd1fdd24efaaab0fca6b5daec4e6a7dc34 (patch)
treec0c8d7df43a043fcc86d9c8d56d75b88327c9813 /dev-ruby
parentFix compiling with jcommon-1.0.8. It has two jars instead of one so need to u... (diff)
downloadgentoo-2-60ac06cd1fdd24efaaab0fca6b5daec4e6a7dc34.tar.gz
gentoo-2-60ac06cd1fdd24efaaab0fca6b5daec4e6a7dc34.tar.bz2
gentoo-2-60ac06cd1fdd24efaaab0fca6b5daec4e6a7dc34.zip
Remove old versions
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/rmagick/ChangeLog6
-rw-r--r--dev-ruby/rmagick/files/digest-rmagick-1.15.33
-rw-r--r--dev-ruby/rmagick/files/digest-rmagick-1.15.43
-rw-r--r--dev-ruby/rmagick/rmagick-1.15.3.ebuild66
-rw-r--r--dev-ruby/rmagick/rmagick-1.15.4.ebuild66
5 files changed, 5 insertions, 139 deletions
diff --git a/dev-ruby/rmagick/ChangeLog b/dev-ruby/rmagick/ChangeLog
index ad6e364acf73..4efeb0cac206 100644
--- a/dev-ruby/rmagick/ChangeLog
+++ b/dev-ruby/rmagick/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rmagick
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.48 2007/03/31 18:19:21 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/ChangeLog,v 1.49 2007/04/26 20:04:35 graaff Exp $
+
+ 26 Apr 2007; Hans de Graaff <graaff@gentoo.org> -rmagick-1.15.3.ebuild,
+ -rmagick-1.15.4.ebuild:
+ Remove older versions.
*rmagick-1.15.5 (31 Mar 2007)
diff --git a/dev-ruby/rmagick/files/digest-rmagick-1.15.3 b/dev-ruby/rmagick/files/digest-rmagick-1.15.3
deleted file mode 100644
index ddc5978e1260..000000000000
--- a/dev-ruby/rmagick/files/digest-rmagick-1.15.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 c2c1c0c91eca5e7708b5f293cc5ae399 RMagick-1.15.3.tar.bz2 957762
-RMD160 0b3213c19b6e6539024f8ba5082d3da899ae3ed3 RMagick-1.15.3.tar.bz2 957762
-SHA256 d17431cef47d60fe62f026c81caa8a90160129fd799db40fb53bd8a1848de309 RMagick-1.15.3.tar.bz2 957762
diff --git a/dev-ruby/rmagick/files/digest-rmagick-1.15.4 b/dev-ruby/rmagick/files/digest-rmagick-1.15.4
deleted file mode 100644
index 16d00711f876..000000000000
--- a/dev-ruby/rmagick/files/digest-rmagick-1.15.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 dfdd27cd48a89b8f85425d14fd03126f RMagick-1.15.4.tar.bz2 957803
-RMD160 b5199dce50253dbdcd46d4563b0c372bddd86256 RMagick-1.15.4.tar.bz2 957803
-SHA256 d1e35517557750d0d71ac2045984cb88cee0bea859fcb6c4d192d6384d4f68be RMagick-1.15.4.tar.bz2 957803
diff --git a/dev-ruby/rmagick/rmagick-1.15.3.ebuild b/dev-ruby/rmagick/rmagick-1.15.3.ebuild
deleted file mode 100644
index 265deeeeafc7..000000000000
--- a/dev-ruby/rmagick/rmagick-1.15.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.15.3.ebuild,v 1.1 2007/02/22 17:30:05 graaff Exp $
-
-inherit ruby
-
-# The gem for this package doesn't seem to play well with portage. It
-# runs a GNUish configure script, with argument passed directly from
-# the gem install command, but gem install doesn't use the same style
-# of arguments. Thus, unless you're smart enough to come up with a
-# fix, please leave this as a source package install.
-
-DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library"
-HOMEPAGE="http://rmagick.rubyforge.org/"
-SRC_URI="http://rubyforge.org/frs/download.php/17671/RMagick-${PV}.tar.bz2"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
-IUSE="examples doc"
-DEPEND="virtual/ruby
- >=media-gfx/imagemagick-6.0"
-
-S=${WORKDIR}/RMagick-${PV}
-
-# Using a custom src_compile instead of the ruby one because the ruby
-# one gets confused by an additional setup.rb that should not be used
-# here.
-src_compile() {
- myconf="${RUBY_ECONF} ${EXTRA_ECONF}"
-
- # When documentation is built many examples are also run. Not all
- # of them may work (e.g. due to missing additional dependencies)
- # so we allow the examples to fail.
- if ! use doc ; then
- myconf="${myconf} --disable-htmldoc --enable-allow-example-errors"
- fi
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-ruby=${RUBY} \
- ${myconf} \
- "$@" || die "econf failed"
-
- ruby_emake "$@" || die
-}
-
-# Use a custom src_install instead of the default one in ruby.eclass
-# because the one in ruby.eclass does not include setting the prefix
-# for the installation step.
-src_install() {
- RUBY_ECONF="${RUBY_ECONF} ${EXTRA_ECONF}"
-
- ${RUBY} setup.rb config --prefix=${D}/usr "$@" \
- ${RUBY_ECONF} || die "setup.rb config failed"
- ${RUBY} setup.rb install --prefix=${D} "$@" \
- ${RUBY_ECONF} || die "setup.rb install failed"
-
- cd "${S}"
- dodoc ChangeLog README.html README-Mac-OSX.txt README.txt
-}
diff --git a/dev-ruby/rmagick/rmagick-1.15.4.ebuild b/dev-ruby/rmagick/rmagick-1.15.4.ebuild
deleted file mode 100644
index 5f2a111699b9..000000000000
--- a/dev-ruby/rmagick/rmagick-1.15.4.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rmagick/rmagick-1.15.4.ebuild,v 1.2 2007/03/13 18:36:29 tgall Exp $
-
-inherit ruby
-
-# The gem for this package doesn't seem to play well with portage. It
-# runs a GNUish configure script, with argument passed directly from
-# the gem install command, but gem install doesn't use the same style
-# of arguments. Thus, unless you're smart enough to come up with a
-# fix, please leave this as a source package install.
-
-DESCRIPTION="An interface between Ruby and the ImageMagick(TM) image processing library"
-HOMEPAGE="http://rmagick.rubyforge.org/"
-SRC_URI="http://rubyforge.org/frs/download.php/18087/RMagick-${PV}.tar.bz2"
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples doc"
-DEPEND="virtual/ruby
- >=media-gfx/imagemagick-6.0"
-
-S=${WORKDIR}/RMagick-${PV}
-
-# Using a custom src_compile instead of the ruby one because the ruby
-# one gets confused by an additional setup.rb that should not be used
-# here.
-src_compile() {
- myconf="${RUBY_ECONF} ${EXTRA_ECONF}"
-
- # When documentation is built many examples are also run. Not all
- # of them may work (e.g. due to missing additional dependencies)
- # so we allow the examples to fail.
- if ! use doc ; then
- myconf="${myconf} --disable-htmldoc --enable-allow-example-errors"
- fi
-
- ./configure \
- --prefix=/usr \
- --host=${CHOST} \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-ruby=${RUBY} \
- ${myconf} \
- "$@" || die "econf failed"
-
- ruby_emake "$@" || die
-}
-
-# Use a custom src_install instead of the default one in ruby.eclass
-# because the one in ruby.eclass does not include setting the prefix
-# for the installation step.
-src_install() {
- RUBY_ECONF="${RUBY_ECONF} ${EXTRA_ECONF}"
-
- ${RUBY} setup.rb config --prefix=${D}/usr "$@" \
- ${RUBY_ECONF} || die "setup.rb config failed"
- ${RUBY} setup.rb install --prefix=${D} "$@" \
- ${RUBY_ECONF} || die "setup.rb install failed"
-
- cd "${S}"
- dodoc ChangeLog README.html README-Mac-OSX.txt README.txt
-}