summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/fxruby/ChangeLog8
-rw-r--r--dev-ruby/fxruby/fxruby-1.4.7.ebuild34
-rw-r--r--dev-ruby/fxruby/fxruby-1.6.11.ebuild34
-rw-r--r--dev-ruby/fxruby/fxruby-1.6.13.ebuild6
4 files changed, 9 insertions, 73 deletions
diff --git a/dev-ruby/fxruby/ChangeLog b/dev-ruby/fxruby/ChangeLog
index ce5efbbbf870..241b199a8768 100644
--- a/dev-ruby/fxruby/ChangeLog
+++ b/dev-ruby/fxruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/fxruby
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.61 2007/12/03 17:12:53 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/ChangeLog,v 1.62 2008/02/14 20:23:13 mabi Exp $
+
+ 14 Feb 2008; Matti Bickel <mabi@gentoo.org> -fxruby-1.4.7.ebuild,
+ -fxruby-1.6.11.ebuild, fxruby-1.6.13.ebuild:
+ cleanup, ppc stable (bug #210181)
03 Dec 2007; Jeroen Roovers <jer@gentoo.org> fxruby-1.4.7-r1.ebuild,
fxruby-1.6.12.ebuild:
diff --git a/dev-ruby/fxruby/fxruby-1.4.7.ebuild b/dev-ruby/fxruby/fxruby-1.4.7.ebuild
deleted file mode 100644
index 627f45c75de8..000000000000
--- a/dev-ruby/fxruby/fxruby-1.4.7.ebuild
+++ /dev/null
@@ -1,34 +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/fxruby/fxruby-1.4.7.ebuild,v 1.6 2007/04/19 06:29:14 opfer Exp $
-
-RUBY_BUG_145222=yes
-inherit ruby
-
-MY_P="FXRuby-${PV}"
-
-DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
-HOMEPAGE="http://www.fxruby.org/"
-SRC_URI="http://rubyforge.org/frs/download.php/13144/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="1.4"
-KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
-IUSE="examples doc"
-
-DEPEND="=x11-libs/fox-1.4*
- >=x11-libs/fxscintilla-1.62-r1"
-USE_RUBY="ruby16 ruby18 ruby19"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e 's:libs, "fxscintilla":libs, "fxscintilla-1.2":g' \
- ext/fox14/extconf.rb || die "sed error"
- einfo "Avoid -O0 builds"
- sed -i -e 's:-O0 -Iinclude:-Iinclude:g' \
- ext/fox14/extconf.rb || die "Can't fix forced -O0"
-}
diff --git a/dev-ruby/fxruby/fxruby-1.6.11.ebuild b/dev-ruby/fxruby/fxruby-1.6.11.ebuild
deleted file mode 100644
index 3b288ae91f4f..000000000000
--- a/dev-ruby/fxruby/fxruby-1.6.11.ebuild
+++ /dev/null
@@ -1,34 +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/fxruby/fxruby-1.6.11.ebuild,v 1.7 2007/06/03 11:41:44 corsair Exp $
-
-RUBY_BUG_145222=yes
-inherit ruby
-
-MY_P="FXRuby-${PV}"
-
-DESCRIPTION="Ruby language binding to the FOX GUI toolkit"
-HOMEPAGE="http://www.fxruby.org/"
-SRC_URI="http://rubyforge.org/frs/download.php/19801/${MY_P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="1.6"
-KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
-IUSE="examples doc"
-
-DEPEND="=x11-libs/fox-1.6*
- >=x11-libs/fxscintilla-1.62-r1"
-USE_RUBY="ruby16 ruby18 ruby19"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i -e 's:libs, "fxscintilla":libs, "fxscintilla-1.6":g' \
- ext/fox16/extconf.rb || die "sed error"
- einfo "Avoid -O0 builds"
- sed -i -e 's:-O0 -Iinclude:-Iinclude:g' \
- ext/fox16/extconf.rb || die "Can't fix forced -O0"
-}
diff --git a/dev-ruby/fxruby/fxruby-1.6.13.ebuild b/dev-ruby/fxruby/fxruby-1.6.13.ebuild
index 0ec6f3af5d9c..0dae27609899 100644
--- a/dev-ruby/fxruby/fxruby-1.6.13.ebuild
+++ b/dev-ruby/fxruby/fxruby-1.6.13.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.13.ebuild,v 1.1 2007/11/18 18:59:08 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.6.13.ebuild,v 1.2 2008/02/14 20:23:13 mabi Exp $
RUBY_BUG_145222=yes
inherit ruby
@@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/27718/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1.6"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86"
IUSE="examples doc"
DEPEND="=x11-libs/fox-1.6*