summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-02-28 21:14:18 +0000
committerMamoru Komachi <usata@gentoo.org>2004-02-28 21:14:18 +0000
commitf2b08097b844895f3d3dba21c92ca4bdbe7ff229 (patch)
tree3a153cdb34f4fef6301294b2895a93f92644dc7d /dev-ruby/rdtool
parentver bump #43220 (diff)
downloadgentoo-2-f2b08097b844895f3d3dba21c92ca4bdbe7ff229.tar.gz
gentoo-2-f2b08097b844895f3d3dba21c92ca4bdbe7ff229.tar.bz2
gentoo-2-f2b08097b844895f3d3dba21c92ca4bdbe7ff229.zip
Stable on x86, cleaned old ebuilds
Diffstat (limited to 'dev-ruby/rdtool')
-rw-r--r--dev-ruby/rdtool/ChangeLog6
-rw-r--r--dev-ruby/rdtool/files/digest-rdtool-0.6.111
-rw-r--r--dev-ruby/rdtool/files/digest-rdtool-0.6.11-r11
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.11-r1.ebuild32
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.11.ebuild30
-rw-r--r--dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild4
6 files changed, 7 insertions, 67 deletions
diff --git a/dev-ruby/rdtool/ChangeLog b/dev-ruby/rdtool/ChangeLog
index 033a5f60e0e7..b08f0dcae8f8 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.11 2004/02/17 20:10:11 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.12 2004/02/28 21:14:18 usata Exp $
+
+ 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:
+ Stable on x86, cleaned old ebuilds
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> rdtool-0.6.14-r1.ebuild:
stable on alpha
diff --git a/dev-ruby/rdtool/files/digest-rdtool-0.6.11 b/dev-ruby/rdtool/files/digest-rdtool-0.6.11
deleted file mode 100644
index ff5b79c2f234..000000000000
--- a/dev-ruby/rdtool/files/digest-rdtool-0.6.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 862d16ad0bfad9de2d59fa3ef3728e23 rdtool-0.6.11.tar.gz 50097
diff --git a/dev-ruby/rdtool/files/digest-rdtool-0.6.11-r1 b/dev-ruby/rdtool/files/digest-rdtool-0.6.11-r1
deleted file mode 100644
index ff5b79c2f234..000000000000
--- a/dev-ruby/rdtool/files/digest-rdtool-0.6.11-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 862d16ad0bfad9de2d59fa3ef3728e23 rdtool-0.6.11.tar.gz 50097
diff --git a/dev-ruby/rdtool/rdtool-0.6.11-r1.ebuild b/dev-ruby/rdtool/rdtool-0.6.11-r1.ebuild
deleted file mode 100644
index 3156cf426085..000000000000
--- a/dev-ruby/rdtool/rdtool-0.6.11-r1.ebuild
+++ /dev/null
@@ -1,32 +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.11-r1.ebuild,v 1.3 2003/09/07 03:11:16 agriffis Exp $
-
-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"
-IUSE=""
-DEPEND=">=dev-lang/ruby-1.8.0
- >=dev-ruby/racc-1.3
- dev-ruby/amstd"
- # These are part of ruby as of 1.8.0 (06 Sep 2003 agriffis)
- # dev-ruby/optparse
- # dev-ruby/strscan
-
-src_compile() {
- ruby rdtoolconf.rb || die
- mv Makefile Makefile.orig
- sed -e "s:^\(BIN_DIR = \)\(.*\):\\1${D}\\2:" \
- -e "s:^\(SITE_RUBY = \)\(.*\):\\1${D}\\2:" \
- Makefile.orig > Makefile
- make || die
-}
-
-src_install() {
- install -m 755 -d ${D}/usr/bin
- DESTDIR=${D} make install || die
- dodoc HISTORY README.*
-}
diff --git a/dev-ruby/rdtool/rdtool-0.6.11.ebuild b/dev-ruby/rdtool/rdtool-0.6.11.ebuild
deleted file mode 100644
index c0dd74e779bc..000000000000
--- a/dev-ruby/rdtool/rdtool-0.6.11.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.11.ebuild,v 1.4 2003/09/07 03:11:16 agriffis Exp $
-
-DESCRIPTION="A multipurpose documentation format 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.8.0
- >=dev-ruby/racc-1.3"
- # These are part of ruby as of 1.8.0 (06 Sep 2003 agriffis)
- # >=dev-ruby/optparse-0.7.5
- # >=dev-ruby/strscan-0.5.8
-
-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.8/rd
- doins dot.rd2rc *.rb
-}
diff --git a/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild b/dev-ruby/rdtool/rdtool-0.6.14-r1.ebuild
index 2aa72ec952a1..92aa267ffbf7 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.3 2004/02/17 20:10:11 agriffis Exp $
+# $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 $
IUSE="emacs"
@@ -11,7 +11,7 @@ HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=rdtool"
SRC_URI="http://www2.pos.to/~tosh/ruby/rdtool/archive/${P}.tar.gz"
LICENSE="Ruby GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~sparc alpha"
+KEYWORDS="x86 ~sparc alpha"
USE_RUBY="any"