summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-06-22 15:36:14 +0000
committerMamoru Komachi <usata@gentoo.org>2004-06-22 15:36:14 +0000
commit20244edfa819aa7db8baaaa694d0617ccb64ab74 (patch)
treedc18f4f60fef4e2d06cd69cb9f58fe44bd509905 /dev-ruby/fxruby
parentVersion bumped. (Manifest recommit) (diff)
downloadgentoo-2-20244edfa819aa7db8baaaa694d0617ccb64ab74.tar.gz
gentoo-2-20244edfa819aa7db8baaaa694d0617ccb64ab74.tar.bz2
gentoo-2-20244edfa819aa7db8baaaa694d0617ccb64ab74.zip
Removed old revision
Diffstat (limited to 'dev-ruby/fxruby')
-rw-r--r--dev-ruby/fxruby/files/digest-fxruby-1.0.281
-rw-r--r--dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild2
-rw-r--r--dev-ruby/fxruby/fxruby-1.0.28.ebuild30
3 files changed, 1 insertions, 32 deletions
diff --git a/dev-ruby/fxruby/files/digest-fxruby-1.0.28 b/dev-ruby/fxruby/files/digest-fxruby-1.0.28
deleted file mode 100644
index ec65e9824424..000000000000
--- a/dev-ruby/fxruby/files/digest-fxruby-1.0.28
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8bde0f0e30440a1c2a9a2c4a4475072f FXRuby-1.0.28.tar.gz 1452947
diff --git a/dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild b/dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild
index 054854e69a86..3ace26443ec8 100644
--- a/dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild
+++ b/dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.28-r1.ebuild,v 1.2 2004/04/10 23:01:20 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fxruby/fxruby-1.0.28-r1.ebuild,v 1.3 2004/06/22 15:36:14 usata Exp $
inherit ruby
diff --git a/dev-ruby/fxruby/fxruby-1.0.28.ebuild b/dev-ruby/fxruby/fxruby-1.0.28.ebuild
deleted file mode 100644
index 32e4b8ddb1fa..000000000000
--- a/dev-ruby/fxruby/fxruby-1.0.28.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 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.28.ebuild,v 1.2 2004/04/10 10:31:27 usata 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 -hppa ~sparc ~x86"
-IUSE=""
-DEPEND="virtual/ruby
- >=x11-libs/fox-1.0
- x11-libs/fxscintilla"
-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/*
-}