diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-03-13 14:04:44 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-03-13 14:04:44 +0000 |
commit | bc01e11b5ae917a1af0525d0fbfe0a168e87b7cb (patch) | |
tree | 0d7de75fae57088048aee44a0b9a7eb66396d764 /dev-ruby/IceRuby/files | |
parent | Stable on sparc wrt #170650 (diff) | |
download | gentoo-2-bc01e11b5ae917a1af0525d0fbfe0a168e87b7cb.tar.gz gentoo-2-bc01e11b5ae917a1af0525d0fbfe0a168e87b7cb.tar.bz2 gentoo-2-bc01e11b5ae917a1af0525d0fbfe0a168e87b7cb.zip |
New version, remove old versions
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-ruby/IceRuby/files')
-rw-r--r-- | dev-ruby/IceRuby/files/IceRuby-3.2.0-Makefile.patch (renamed from dev-ruby/IceRuby/files/IceRuby-3.2.0_beta1-Makefile.patch) | 71 | ||||
-rw-r--r-- | dev-ruby/IceRuby/files/digest-IceRuby-3.1.1 | 3 | ||||
-rw-r--r-- | dev-ruby/IceRuby/files/digest-IceRuby-3.2.0 | 3 | ||||
-rw-r--r-- | dev-ruby/IceRuby/files/digest-IceRuby-3.2.0_beta1 | 3 |
4 files changed, 44 insertions, 36 deletions
diff --git a/dev-ruby/IceRuby/files/IceRuby-3.2.0_beta1-Makefile.patch b/dev-ruby/IceRuby/files/IceRuby-3.2.0-Makefile.patch index c1925eb23e2f..3093e58a78bc 100644 --- a/dev-ruby/IceRuby/files/IceRuby-3.2.0_beta1-Makefile.patch +++ b/dev-ruby/IceRuby/files/IceRuby-3.2.0-Makefile.patch @@ -1,24 +1,24 @@ ---- Makefile.orig 2007-03-08 15:55:09.000000000 -0500 -+++ Makefile 2007-03-08 15:56:04.000000000 -0500 +--- Makefile.orig 2007-03-13 08:29:51.000000000 -0400 ++++ Makefile 2007-03-13 08:31:16.000000000 -0400 @@ -13,13 +13,13 @@ SUBDIRS = src ruby --INSTALL_SUBDIRS = $(install_libdir) $(install_rubydir) $(install_slicedir) -+INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_rubylibdir) $(install_slicedir) $(install_rubyarchdir) +-INSTALL_SUBDIRS = $(install_libdir) $(install_rubydir) ++INSTALL_SUBDIRS = $(install_rubylibdir) $(install_rubyarchdir) install:: @if test ! -d $(prefix) ; \ then \ echo "Creating $(prefix)..." ; \ - $(call mkdir,$(prefix)) ; \ -+ mkdir -p $(prefix) ; \ ++ mkdir -p $(prefix) ; \ fi @for subdir in $(INSTALL_SUBDIRS); \ do \ -@@ -61,9 +61,5 @@ - done \ - fi +@@ -38,9 +38,5 @@ + ( cd $$subdir && $(MAKE) $@ ) || exit 1; \ + done -install:: - $(call installdata,ICE_LICENSE,$(prefix)) @@ -26,9 +26,9 @@ - test:: @python $(top_srcdir)/allTests.py ---- ruby/Makefile.orig 2007-03-08 15:56:11.000000000 -0500 -+++ ruby/Makefile 2007-03-08 15:56:30.000000000 -0500 -@@ -127,8 +127,8 @@ +--- ruby/Makefile.orig 2007-03-13 08:31:21.000000000 -0400 ++++ ruby/Makefile 2007-03-13 08:31:50.000000000 -0400 +@@ -128,8 +128,8 @@ @echo "Installing generated code" @for i in $(MODULES) ; \ do \ @@ -39,18 +39,18 @@ done clean:: ---- src/IceRuby/Makefile.orig 2007-03-08 15:56:40.000000000 -0500 -+++ src/IceRuby/Makefile 2007-03-08 15:56:55.000000000 -0500 -@@ -39,6 +39,6 @@ - $(call mkshlib,$@,$(SONAME),$(OBJS),$(LINKWITH)) +--- src/IceRuby/Makefile.orig 2007-03-13 08:31:58.000000000 -0400 ++++ src/IceRuby/Makefile 2007-03-13 08:35:59.000000000 -0400 +@@ -48,6 +48,6 @@ + ln -s $(SONAME) $@ install:: all -- $(call installrubylib,$(rubydir)/$(LIBNAME),$(install_rubydir)) -+ $(call installrubylib,$(rubydir)/$(LIBNAME),$(install_rubyarchdir)) +- $(call installlib,$(install_libdir),$(libdir),$(LIBFILENAME),$(SONAME),$(LIBNAME)) ++ $(call installlib,$(install_rubyarchdir),$(libdir),$(LIBFILENAME),$(SONAME),$(LIBNAME)) include .depend ---- config/Make.rules.orig 2007-03-08 15:57:05.000000000 -0500 -+++ config/Make.rules 2007-03-08 15:59:29.000000000 -0500 +--- config/Make.rules.orig 2007-03-13 08:33:15.000000000 -0400 ++++ config/Make.rules 2007-03-13 08:35:04.000000000 -0400 @@ -18,13 +18,13 @@ # if it does not exist. # @@ -67,22 +67,20 @@ # # Define OPTIMIZE as yes if you want to build with optimization. -@@ -51,10 +51,10 @@ +@@ -51,8 +51,10 @@ RUBY = ruby endif -RUBY_INCLUDE_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(archdir)")') -RUBY_LIB_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(libdir)")') -- --RUBY_SHARED = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::MAKEFILE_CONFIG["ENABLE_SHARED"]') +RUBY_ARCH_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(archdir)")') -+RUBY_LIB_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(rubylibdir)")') ++RUBY_LIB_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(rubylibdir)")') +RUBY_SITEARCH_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(sitearchdir)")') -+RUBY_SITELIB_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(sitelibdir)")') ++RUBY_SITELIB_DIR = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("$$(sitelibdir)")') - ifeq ("$(RUBY_SHARED)","yes") - RUBY_LIB = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("-l$$(RUBY_SO_NAME)")') -@@ -62,7 +62,7 @@ + RUBY_SHARED = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::MAKEFILE_CONFIG["ENABLE_SHARED"]') + +@@ -62,7 +64,7 @@ RUBY_LIB = $(shell $(RUBY) -e 'require "rbconfig"; puts Config::expand("-l$$(RUBY_SO_NAME)-static")') endif @@ -91,15 +89,28 @@ RUBY_LIBS = -L$(RUBY_LIB_DIR) $(RUBY_LIB) ifneq ($(ICE_HOME),) -@@ -110,8 +110,9 @@ +@@ -100,7 +102,8 @@ endif install_bindir = $(prefix)/bin --install_slicedir = $(prefix)/slice -install_rubydir = $(prefix)/ruby -+install_slicedir = $(prefix)/share/IceRuby/slice +install_rubylibdir = $(DESTDIR)/$(RUBY_SITELIB_DIR) +install_rubyarchdir = $(DESTDIR)/$(RUBY_SITEARCH_DIR) INSTALL = cp -fp INSTALL_PROGRAM = ${INSTALL} +--- config/Make.rules.orig 2007-03-13 09:51:34.000000000 -0400 ++++ config/Make.rules 2007-03-13 09:51:59.000000000 -0400 +@@ -93,11 +93,7 @@ + libdir = $(top_srcdir)/ruby + rubydir = $(top_srcdir)/ruby + +-ifneq ($(ICE_HOME),) +- slicedir = $(ICE_HOME)/slice +-else +- slicedir = /usr/share/Ice-$(VERSION)/slice +-endif ++slicedir = /usr/share/Ice/slice + + install_bindir = $(prefix)/bin + install_rubydir = $(prefix)/ruby diff --git a/dev-ruby/IceRuby/files/digest-IceRuby-3.1.1 b/dev-ruby/IceRuby/files/digest-IceRuby-3.1.1 deleted file mode 100644 index 4a75c2084f7c..000000000000 --- a/dev-ruby/IceRuby/files/digest-IceRuby-3.1.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d48d954b92afb3399ffdfea9f3ff0c21 IceRuby-3.1.1.tar.gz 337998 -RMD160 7c8fdd43469432bbfabc9ca49018349a4418c928 IceRuby-3.1.1.tar.gz 337998 -SHA256 1dee046bab93e4320a2b69a6b6b4beb16bd7a2e8b45553299c468773f9e57f8e IceRuby-3.1.1.tar.gz 337998 diff --git a/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0 b/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0 new file mode 100644 index 000000000000..657acb05e89f --- /dev/null +++ b/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0 @@ -0,0 +1,3 @@ +MD5 12acd1d20ea9ca0350651c1094a673e2 IceRuby-3.2.0.tar.gz 95823 +RMD160 56c8464918673820993a4c364a16069bf5420cbf IceRuby-3.2.0.tar.gz 95823 +SHA256 b3d89a8811f163dc6725bde1b56487675e6549d203129abad4abb6a6167ce87f IceRuby-3.2.0.tar.gz 95823 diff --git a/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0_beta1 b/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0_beta1 deleted file mode 100644 index d4a854a48ecd..000000000000 --- a/dev-ruby/IceRuby/files/digest-IceRuby-3.2.0_beta1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5e21e439cf463025809fcb8fc1bb7f42 IceRuby-3.2b.tar.gz 264922 -RMD160 ea99a68e1935e90d7fa4c001635a972aa9c3c9a0 IceRuby-3.2b.tar.gz 264922 -SHA256 705669368631194ec26978975a4e9891b0db7ccc86eab2e20184767123aa01fd IceRuby-3.2b.tar.gz 264922 |