diff options
author | Tom William Payne <twp@gentoo.org> | 2003-06-17 11:43:11 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-06-17 11:43:11 +0000 |
commit | 08afff532044f44ce08c7b08e5ef2f7180018106 (patch) | |
tree | 1d163b391d5cdf3df606450d2f5cb7a0ed74f669 /dev-ruby | |
parent | version bump (diff) | |
download | historical-08afff532044f44ce08c7b08e5ef2f7180018106.tar.gz historical-08afff532044f44ce08c7b08e5ef2f7180018106.tar.bz2 historical-08afff532044f44ce08c7b08e5ef2f7180018106.zip |
Removed old versions.
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/fxruby/files/digest-fxruby-1.0.22 | 1 | ||||
-rw-r--r-- | dev-ruby/fxruby/files/digest-fxruby-1.0.22-r1 | 1 | ||||
-rw-r--r-- | dev-ruby/fxruby/fxruby-1.0.22-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-ruby/fxruby/fxruby-1.0.22.ebuild | 26 |
4 files changed, 0 insertions, 56 deletions
diff --git a/dev-ruby/fxruby/files/digest-fxruby-1.0.22 b/dev-ruby/fxruby/files/digest-fxruby-1.0.22 deleted file mode 100644 index 627c8eb9529d..000000000000 --- a/dev-ruby/fxruby/files/digest-fxruby-1.0.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9709fdc5af2646afcd80c88384eaa9c FXRuby-1.0.22.tar.gz 1786975 diff --git a/dev-ruby/fxruby/files/digest-fxruby-1.0.22-r1 b/dev-ruby/fxruby/files/digest-fxruby-1.0.22-r1 deleted file mode 100644 index 627c8eb9529d..000000000000 --- a/dev-ruby/fxruby/files/digest-fxruby-1.0.22-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9709fdc5af2646afcd80c88384eaa9c FXRuby-1.0.22.tar.gz 1786975 diff --git a/dev-ruby/fxruby/fxruby-1.0.22-r1.ebuild b/dev-ruby/fxruby/fxruby-1.0.22-r1.ebuild deleted file mode 100644 index 3bd7a34b0416..000000000000 --- a/dev-ruby/fxruby/fxruby-1.0.22-r1.ebuild +++ /dev/null @@ -1,28 +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.22-r1.ebuild,v 1.1 2003/05/13 12:08:46 twp Exp $ - -MY_P=FXRuby-${PV} -DESCRIPTION="Ruby language binding to the FOX GUI toolkit" -HOMEPAGE="http://www.fxruby.org/" -SRC_URI="mirror://sourceforge/fxruby/${MY_P}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha arm hppa mips sparc x86" -DEPEND=">=dev-lang/ruby-1.6 - >=x11-libs/fox-1.0" -S=${WORKDIR}/${MY_P} - -src_compile() { - ruby install.rb config --prefix=/usr || die - ruby install.rb setup || die -} - -src_install() { - ruby install.rb config --prefix=${D}/usr || die - ruby install.rb install || die - - dodoc ANNOUNCE ChangeLog README* - cp -dr examples ${D}/usr/share/doc/${PF} - dohtml -r doc/* -} diff --git a/dev-ruby/fxruby/fxruby-1.0.22.ebuild b/dev-ruby/fxruby/fxruby-1.0.22.ebuild deleted file mode 100644 index dda358813c1f..000000000000 --- a/dev-ruby/fxruby/fxruby-1.0.22.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.22.ebuild,v 1.1 2003/04/24 18:21:16 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" - -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} -} |