summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-04-10 15:16:16 +0000
committerMamoru Komachi <usata@gentoo.org>2004-04-10 15:16:16 +0000
commitda5807584064d9cddc8f0a94eb501dfc546257f9 (patch)
treeddc2439e75d1df7b90d7bea54d270ee6cc862da6 /dev-ruby/rdtool
parentStop trying to install files that are no longer included in the package. (Man... (diff)
downloadgentoo-2-da5807584064d9cddc8f0a94eb501dfc546257f9.tar.gz
gentoo-2-da5807584064d9cddc8f0a94eb501dfc546257f9.tar.bz2
gentoo-2-da5807584064d9cddc8f0a94eb501dfc546257f9.zip
virtual/ruby fix
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r--dev-ruby/rdtool/ChangeLog6
-rw-r--r--dev-ruby/rdtool/files/digest-rdtool-0.6.141
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild5
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.14.ebuild31
4 files changed, 8 insertions, 35 deletions
diff --git a/dev-ruby/rdtool/ChangeLog b/dev-ruby/rdtool/ChangeLog
index b08f0dcae8f8..9ac23bc17b18 100644
--- a/dev-ruby/rdtool/ChangeLog
+++ b/dev-ruby/rdtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/rdtool
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.12 2004/02/28 21:14:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.13 2004/04/10 15:16:16 usata Exp $
+
+ 11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rdtool-0.6.14-r1.ebuild,
+ rdtool-0.6.14.ebuild:
+ virtual/ruby fix
29 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> rdtool-0.6.11-r1.ebuild,
rdtool-0.6.11.ebuild, rdtool-0.6.14-r1.ebuild:
diff --git a/dev-ruby/rdtool/files/digest-rdtool-0.6.14 b/dev-ruby/rdtool/files/digest-rdtool-0.6.14
deleted file mode 100644
index 3ab99459e4f7..000000000000
--- a/dev-ruby/rdtool/files/digest-rdtool-0.6.14
+++ /dev/null
@@ -1 +0,0 @@
-MD5 908e750737c628e060dfb1468ac8ae62 rdtool-0.6.14.tar.gz 58750
diff --git a/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild b/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild
index 92aa267ffbf7..b3dfefc3d315 100644
--- a/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild
+++ b/dev-ruby/rdtool/rdtool-0.6.14-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/rdtool/rdtool-0.6.14-r1.ebuild,v 1.4 2004/02/28 21:14:18 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild,v 1.5 2004/04/10 15:16:16 usata Exp $
IUSE="emacs"
@@ -16,7 +16,8 @@ KEYWORDS="x86 ~sparc alpha"
USE_RUBY="any"
DEPEND="|| ( >=dev-lang/ruby-1.8.0
- ( ~dev-lang/ruby-1.6.8 dev-ruby/shim-ruby18 ) )
+ ( ~dev-lang/ruby-1.6.8 dev-ruby/shim-ruby18 )
+ dev-lang/ruby-cvs )
dev-ruby/amstd
emacs? ( virtual/emacs )"
diff --git a/dev-ruby/rdtool/rdtool-0.6.14.ebuild b/dev-ruby/rdtool/rdtool-0.6.14.ebuild
deleted file mode 100644
index 3e8fba86a54d..000000000000
--- a/dev-ruby/rdtool/rdtool-0.6.14.ebuild
+++ /dev/null
@@ -1,31 +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.14.ebuild,v 1.2 2003/11/16 22:12:03 usata Exp $
-
-IUSE=""
-
-inherit ruby
-
-DESCRIPTION="A multipurpose documentation format for Ruby"
-HOMEPAGE="http://www2.pos.to/~tosh/ruby/rdtool/en/index.html"
-SRC_URI="http://www2.pos.to/~tosh/ruby/rdtool/archive/${P}.tar.gz"
-LICENSE="Ruby GPL-1"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=dev-lang/ruby-1.8.0
- dev-ruby/amstd"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's:^BIN_DIR = :&$(DESTDIR):' \
- -e 's:^SITE_RUBY = :&$(DESTDIR):' rdtoolconf.rb \
- || die "sed failed"
- mv rdtoolconf.rb extconf.rb
-}
-
-src_install() {
- dodir /usr/bin
- ruby_src_install
-}