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 | f112e3b053b8b639565e21a0462aaf1e21063ab3 (patch) | |
tree | 42c45c09bbe0cf138838a75db27ce84c3bbe9bb1 /dev-ruby/fxruby | |
parent | version bump (diff) | |
download | gentoo-2-f112e3b053b8b639565e21a0462aaf1e21063ab3.tar.gz gentoo-2-f112e3b053b8b639565e21a0462aaf1e21063ab3.tar.bz2 gentoo-2-f112e3b053b8b639565e21a0462aaf1e21063ab3.zip |
Removed old versions.
Diffstat (limited to 'dev-ruby/fxruby')
-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} -} |