summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2003-08-24 20:33:18 +0000
committerTom William Payne <twp@gentoo.org>2003-08-24 20:33:18 +0000
commitb80ad96b53c3ee6c443974f462891932c9f29677 (patch)
tree134f5c5a647e0a79a07d73da0195fd67e073e10a /dev-ruby/rdtool
parentnew version, mark 2.0.3 x86 (diff)
downloadgentoo-2-b80ad96b53c3ee6c443974f462891932c9f29677.tar.gz
gentoo-2-b80ad96b53c3ee6c443974f462891932c9f29677.tar.bz2
gentoo-2-b80ad96b53c3ee6c443974f462891932c9f29677.zip
Removed old version
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r--dev-ruby/rdtool/files/digest-rdtool-0.6.61
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.6.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/rdtool/files/digest-rdtool-0.6.6 b/dev-ruby/rdtool/files/digest-rdtool-0.6.6
deleted file mode 100644
index 2cdc58dfdaba..000000000000
--- a/dev-ruby/rdtool/files/digest-rdtool-0.6.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36faf95bd070d560cf752b095ad4ea21 rdtool-0.6.6.tar.gz 61184
diff --git a/dev-ruby/rdtool/rdtool-0.6.6.ebuild b/dev-ruby/rdtool/rdtool-0.6.6.ebuild
deleted file mode 100644
index 3f9084f3003e..000000000000
--- a/dev-ruby/rdtool/rdtool-0.6.6.ebuild
+++ /dev/null
@@ -1,30 +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/rdtool/rdtool-0.6.6.ebuild,v 1.7 2003/02/13 11:41:40 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Fast string scanning library for Ruby"
-SRC_URI="http://www2.pos.to/~tosh/ruby/rdtool/archive/${P}.tar.gz"
-HOMEPAGE="http://www2.pos.to/~tosh/ruby/rdtool/en/index.html"
-LICENSE="Ruby"
-KEYWORDS="x86"
-SLOT="0"
-
-DEPEND=">=dev-lang/ruby-1.6.1
- >=dev-ruby/racc-1.2.4
- >=dev-ruby/strscan-0.5.8
- >=dev-ruby/optparse-0.7.5"
-
-src_compile() {
- ruby rdtoolconf.rb || die
- make || die
-}
-
-src_install () {
- chmod 755 rd2
- dobin rd2
-
- cd ${S}/rd
- insinto /usr/lib/ruby/site_ruby/1.6/rd
- doins dot.rd2rc *.rb
-}