summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2003-05-13 12:11:46 +0000
committerTom William Payne <twp@gentoo.org>2003-05-13 12:11:46 +0000
commitec2dfc1da2bf5c07ff58824c1d7411a7e83dab67 (patch)
tree727c218bed427002bd849d1602e557b5ad043c5a /dev-ruby/fxruby
parentMarked stable, install docs properly, tidy-ups (diff)
downloadgentoo-2-ec2dfc1da2bf5c07ff58824c1d7411a7e83dab67.tar.gz
gentoo-2-ec2dfc1da2bf5c07ff58824c1d7411a7e83dab67.tar.bz2
gentoo-2-ec2dfc1da2bf5c07ff58824c1d7411a7e83dab67.zip
Removed old ebuilds
Diffstat (limited to 'dev-ruby/fxruby')
-rw-r--r--dev-ruby/fxruby/Manifest4
-rw-r--r--dev-ruby/fxruby/files/digest-fxruby-1.0.171
-rw-r--r--dev-ruby/fxruby/files/digest-fxruby-1.0.212
-rw-r--r--dev-ruby/fxruby/fxruby-1.0.17.ebuild26
-rw-r--r--dev-ruby/fxruby/fxruby-1.0.21.ebuild26
5 files changed, 0 insertions, 59 deletions
diff --git a/dev-ruby/fxruby/Manifest b/dev-ruby/fxruby/Manifest
index c53ef1ea555b..1a2d7081f7ad 100644
--- a/dev-ruby/fxruby/Manifest
+++ b/dev-ruby/fxruby/Manifest
@@ -1,9 +1,5 @@
MD5 e3b96f05b01177e21b7bf18bb74744bb ChangeLog 754
-MD5 fccdfa058091e44ac17138b56cd5a46e fxruby-1.0.17.ebuild 814
-MD5 2635be8817a910689b8c0e0ccd243b3f fxruby-1.0.21.ebuild 812
MD5 f42ccf0c76717045d18dcf62808bed61 fxruby-1.0.22.ebuild 809
MD5 f35958c8ab305645c0e85bfea4dedd48 fxruby-1.0.22-r1.ebuild 819
-MD5 00e4769f40e51d6deeca65deba335d74 files/digest-fxruby-1.0.17 66
MD5 a86085ed8c5e79bb793859d9e69437f6 files/digest-fxruby-1.0.22-r1 66
-MD5 35d32f5a1100662a66d9cb4fdb62788f files/digest-fxruby-1.0.21 129
MD5 a86085ed8c5e79bb793859d9e69437f6 files/digest-fxruby-1.0.22 66
diff --git a/dev-ruby/fxruby/files/digest-fxruby-1.0.17 b/dev-ruby/fxruby/files/digest-fxruby-1.0.17
deleted file mode 100644
index 95ea4a0b331c..000000000000
--- a/dev-ruby/fxruby/files/digest-fxruby-1.0.17
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc2cdc23c188b845eb385f9c3eeb946f FXRuby-1.0.17.tar.gz 1199512
diff --git a/dev-ruby/fxruby/files/digest-fxruby-1.0.21 b/dev-ruby/fxruby/files/digest-fxruby-1.0.21
deleted file mode 100644
index 58acc1df10c4..000000000000
--- a/dev-ruby/fxruby/files/digest-fxruby-1.0.21
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 2635be8817a910689b8c0e0ccd243b3f /fxruby-1.0.21.ebuild 812
-MD5 109c04b84e8dec98013518468cf93c97 FXRuby-1.0.21.tar.gz 1736131
diff --git a/dev-ruby/fxruby/fxruby-1.0.17.ebuild b/dev-ruby/fxruby/fxruby-1.0.17.ebuild
deleted file mode 100644
index aeedc4d733de..000000000000
--- a/dev-ruby/fxruby/fxruby-1.0.17.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.0.17.ebuild,v 1.2 2003/02/13 11:40:22 vapier Exp $
-
-S=${WORKDIR}/FXRuby-${PV}
-DESCRIPTION="FXRuby is the Ruby language binding to the FOX GUI toolkit."
-SRC_URI="mirror://sourceforge/fxruby/FXRuby-${PV}.tar.gz"
-HOMEPAGE="http://www.fxruby.org"
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND=">=dev-lang/ruby-1.6
- >=x11-libs/fox-1.0.17"
-
-src_compile() {
- ruby install.rb config --prefix=${D}/usr || die "Failed to configure FXRuby"
- ruby install.rb setup || die "Failed to setup FXRuby"
-}
-
-src_install() {
- ruby install.rb install || die "Failed to install FXRuby"
-
- dodoc [A-Z]*
- cp -dr examples doc ${D}/usr/share/doc/${PF}
-}
diff --git a/dev-ruby/fxruby/fxruby-1.0.21.ebuild b/dev-ruby/fxruby/fxruby-1.0.21.ebuild
deleted file mode 100644
index 25cfc3b08c29..000000000000
--- a/dev-ruby/fxruby/fxruby-1.0.21.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.0.21.ebuild,v 1.1 2003/04/23 11:01:33 twp Exp $
-
-MY_P=FXRuby-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="FXRuby is the Ruby language binding to the FOX GUI toolkit."
-SRC_URI="mirror://sourceforge/fxruby/${MY_P}.tar.gz"
-HOMEPAGE="http://www.fxruby.org/"
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~x86"
-DEPEND=">=dev-lang/ruby-1.6
- >=x11-libs/fox-1.0.29"
-
-src_compile() {
- ruby install.rb config --prefix=${D}/usr || die "Failed to configure FXRuby"
- ruby install.rb setup || die "Failed to setup FXRuby"
-}
-
-src_install() {
- ruby install.rb install || die "Failed to install FXRuby"
-
- dodoc [A-Z]*
- cp -dr examples doc ${D}/usr/share/doc/${PF}
-}