summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-12-20 01:22:32 +0000
committerMamoru Komachi <usata@gentoo.org>2003-12-20 01:22:32 +0000
commita61a6ea6a0f84c7df7e0851969e5a3af8118ea97 (patch)
tree9481c49ad55b54a29ec5864af5f1ab82aee39064 /dev-ruby
parentVersion bumped. Marked preview2 stable (diff)
downloadhistorical-a61a6ea6a0f84c7df7e0851969e5a3af8118ea97.tar.gz
historical-a61a6ea6a0f84c7df7e0851969e5a3af8118ea97.tar.bz2
historical-a61a6ea6a0f84c7df7e0851969e5a3af8118ea97.zip
Version bumped. Marked preview2 stable
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/shim-ruby18/Manifest6
-rw-r--r--dev-ruby/shim-ruby18/files/digest-shim-ruby18-1.8.1_pre31
-rw-r--r--dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild4
-rw-r--r--dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre3.ebuild33
4 files changed, 39 insertions, 5 deletions
diff --git a/dev-ruby/shim-ruby18/Manifest b/dev-ruby/shim-ruby18/Manifest
index ba13173243bd..eb6f65c5d044 100644
--- a/dev-ruby/shim-ruby18/Manifest
+++ b/dev-ruby/shim-ruby18/Manifest
@@ -1,6 +1,6 @@
MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157
-MD5 8befefc5ed554f6e5b913e464eb41d41 shim-ruby18-1.8.1_pre2.ebuild 789
-MD5 60522a2ec3bf3639130aa058bb39239d ChangeLog 374
-MD5 8befefc5ed554f6e5b913e464eb41d41 shim-ruby18-1.8.1_pre3.ebuild 789
+MD5 5eb998378cba691431ae2521d42aa901 shim-ruby18-1.8.1_pre2.ebuild 788
+MD5 b60c1785c52bf385a98f66244457a982 ChangeLog 568
+MD5 1d81981a0e97d95e656197d4656810a8 shim-ruby18-1.8.1_pre3.ebuild 789
MD5 5bf2aa03e12c37d6908b1714ebef9109 files/digest-shim-ruby18-1.8.1_pre2 82
MD5 1bee4786a6d10dd4fcad55da02c4a06b files/digest-shim-ruby18-1.8.1_pre3 82
diff --git a/dev-ruby/shim-ruby18/files/digest-shim-ruby18-1.8.1_pre3 b/dev-ruby/shim-ruby18/files/digest-shim-ruby18-1.8.1_pre3
new file mode 100644
index 000000000000..70f12327d307
--- /dev/null
+++ b/dev-ruby/shim-ruby18/files/digest-shim-ruby18-1.8.1_pre3
@@ -0,0 +1 @@
+MD5 5226e1abc45b167c6b508c692355f38f shim-ruby16_18-1.8.1-preview3.tar.bz2 543885
diff --git a/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild
index 6a013e935697..420ccaa39408 100644
--- a/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild
+++ b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild,v 1.1 2003/11/18 06:45:13 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre2.ebuild,v 1.2 2003/12/20 01:22:23 usata Exp $
inherit ruby
@@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/shim/${MY_P}.tar.bz2"
LICENSE="Ruby"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
USE_RUBY="ruby16"
diff --git a/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre3.ebuild b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre3.ebuild
new file mode 100644
index 000000000000..03534b7ac7d1
--- /dev/null
+++ b/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shim-ruby18/shim-ruby18-1.8.1_pre3.ebuild,v 1.1 2003/12/20 01:22:23 usata Exp $
+
+inherit ruby
+
+MY_P="shim-ruby16_18-${PV/_pre/-preview}"
+
+DESCRIPTION="Set of packages that provide Ruby 1.8 features for Ruby 1.6"
+HOMEPAGE="http://raa.ruby-lang.org/list.rhtml?name=shim-ruby16_18"
+SRC_URI="ftp://ftp.ruby-lang.org/pub/ruby/shim/${MY_P}.tar.bz2"
+
+LICENSE="Ruby"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+USE_RUBY="ruby16"
+
+DEPEND="~dev-lang/ruby-1.6.8"
+PROVIDE="dev-lang/ruby-${PV}
+ dev-ruby/strscan
+ dev-ruby/racc
+ dev-ruby/optparse"
+
+S="${WORKDIR}/shim/ruby16"
+
+src_install() {
+
+ einstall || die
+ erubydoc
+ dodoc ${WORKDIR}/shim/README
+}