From: Caleb Tennis Date: Tue, 13 Mar 2007 14:04:44 +0000 (+0000) Subject: New version, remove old versions X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8c30b8352fdfcbacf48c020a41f6339e48f2fe8d;p=gentoo.git New version, remove old versions Package-Manager: portage-2.1.2.1 --- diff --git a/dev-ruby/IceRuby/ChangeLog b/dev-ruby/IceRuby/ChangeLog index 1811b283fda9..66c5edd0c023 100644 --- a/dev-ruby/IceRuby/ChangeLog +++ b/dev-ruby/IceRuby/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-ruby/IceRuby # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/ChangeLog,v 1.3 2007/03/08 21:12:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/ChangeLog,v 1.4 2007/03/13 14:04:44 caleb Exp $ + +*IceRuby-3.2.0 (13 Mar 2007) + + 13 Mar 2007; Caleb Tennis + +files/IceRuby-3.2.0-Makefile.patch, + -files/IceRuby-3.2.0_beta1-Makefile.patch, -IceRuby-3.1.1.ebuild, + -IceRuby-3.2.0_beta1.ebuild, +IceRuby-3.2.0.ebuild: + version bump, remove old versions *IceRuby-3.2.0_beta1 (08 Mar 2007) diff --git a/dev-ruby/IceRuby/IceRuby-3.1.1.ebuild b/dev-ruby/IceRuby/IceRuby-3.1.1.ebuild deleted file mode 100644 index f891ab8e54af..000000000000 --- a/dev-ruby/IceRuby/IceRuby-3.1.1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/IceRuby-3.1.1.ebuild,v 1.3 2006/10/30 15:37:59 caleb Exp $ - -inherit eutils - -DESCRIPTION="ICE middleware C++ bindings" -HOMEPAGE="http://www.zeroc.com/index.html" -SRC_URI="http://www.zeroc.com/download/Ice/3.1/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="test debug" - -DEPEND="=dev-cpp/Ice-3.1* - >=dev-lang/ruby-1.8.4 - test? ( >=dev-lang/python-2.4 )" - -ICE_HOME=/usr - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch ${FILESDIR}/${P}-Makefile.patch - - mkdir -p ${WORKDIR}/bin - mkdir -p ${WORKDIR}/lib - - if use amd64; then - sed -i -e "s:^#LP64:LP64:g" ${S}/config/Make.rules \ - || die "Failed to set lib64 directory" - fi - - if ! use debug; then - sed -i -e "s:#OPTIMIZE:OPTIMIZE:" \ - ${S}/config/Make.rules || die "Failed to remove debug" - fi - - sed -i -e \ - "s:.*CXXFLAGS[^\+]*\=\s:CXXFLAGS = ${CXXFLAGS} :g" \ - ${S}/config/Make.rules.Linux || die "CXXFLAGS patching failed!" -} - -src_compile() { - cd ${S} - export ICE_HOME=/usr - make || die "Died during make" -} - -src_install() { - export ICE_HOME=/usr - make DESTDIR="${D}" install || die "Install Failed!" -} - -src_test() { - export ICE_HOME=/usr - make test || die "Test failed" -} diff --git a/dev-ruby/IceRuby/IceRuby-3.2.0_beta1.ebuild b/dev-ruby/IceRuby/IceRuby-3.2.0.ebuild similarity index 78% rename from dev-ruby/IceRuby/IceRuby-3.2.0_beta1.ebuild rename to dev-ruby/IceRuby/IceRuby-3.2.0.ebuild index 4ae002834418..3a5c99354d41 100644 --- a/dev-ruby/IceRuby/IceRuby-3.2.0_beta1.ebuild +++ b/dev-ruby/IceRuby/IceRuby-3.2.0.ebuild @@ -1,29 +1,26 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/IceRuby-3.2.0_beta1.ebuild,v 1.1 2007/03/08 21:12:22 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/IceRuby/IceRuby-3.2.0.ebuild,v 1.1 2007/03/13 14:04:44 caleb Exp $ inherit eutils -MY_P=${P/.0_beta1/b} - DESCRIPTION="ICE middleware C++ bindings" HOMEPAGE="http://www.zeroc.com/index.html" -SRC_URI="http://www.zeroc.com/download/Ice/3.2/${MY_P}.tar.gz" +SRC_URI="http://www.zeroc.com/download/Ice/3.2/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="test debug" -S=${WORKDIR}/${MY_P} +RDEPEND="=dev-cpp/Ice-3.2* + >=dev-lang/ruby-1.8.4" -DEPEND="=dev-cpp/Ice-3.2* - >=dev-lang/ruby-1.8.4 +DEPEND="${RDEPEND} test? ( >=dev-lang/python-2.4 )" -ICE_HOME=/usr - src_unpack() { +# export ICE_HOME=/usr unpack ${A} cd "${S}" @@ -49,16 +46,16 @@ src_unpack() { src_compile() { cd ${S} - export ICE_HOME=/usr +# export ICE_HOME=/usr make || die "Died during make" } src_install() { - export ICE_HOME=/usr +# export ICE_HOME=/usr make DESTDIR="${D}" install || die "Install Failed!" } src_test() { - export ICE_HOME=/usr +# export ICE_HOME=/usr make test || die "Test failed" } diff --git a/dev-ruby/IceRuby/Manifest b/dev-ruby/IceRuby/Manifest index 450f2ede7672..3db6dc73fd3b 100644 --- a/dev-ruby/IceRuby/Manifest +++ b/dev-ruby/IceRuby/Manifest @@ -2,42 +2,35 @@ AUX IceRuby-3.1.1-Makefile.patch 3216 RMD160 f6c2f7666ae944684d542e8b7e170d501d0 MD5 34db10d7fe3c89360215a6362b49661b files/IceRuby-3.1.1-Makefile.patch 3216 RMD160 f6c2f7666ae944684d542e8b7e170d501d0486a7 files/IceRuby-3.1.1-Makefile.patch 3216 SHA256 c00a9dc0bc8e62a9562a339d4e889ea39b6922f4b239800ab3a9e9d33fa85119 files/IceRuby-3.1.1-Makefile.patch 3216 -AUX IceRuby-3.2.0_beta1-Makefile.patch 3602 RMD160 338f4366fa8ad57125eff56760924596f03d3c62 SHA1 dfb8980dc52458709bc99cff18d5be36121c7f2d SHA256 5d69235ce67a97bedae0e535d871bbfa552ffed7fce2067f6afbac2b4e04983c -MD5 922e94e40a6d8d8eff4cb9786c591d86 files/IceRuby-3.2.0_beta1-Makefile.patch 3602 -RMD160 338f4366fa8ad57125eff56760924596f03d3c62 files/IceRuby-3.2.0_beta1-Makefile.patch 3602 -SHA256 5d69235ce67a97bedae0e535d871bbfa552ffed7fce2067f6afbac2b4e04983c files/IceRuby-3.2.0_beta1-Makefile.patch 3602 +AUX IceRuby-3.2.0-Makefile.patch 3791 RMD160 79346934cbfc081a366d6f530737d3f8a1421ea0 SHA1 67adbd6c16761ac01a2efb1152c5efe053b9aaa1 SHA256 42b613deac59ca0c2245ffeab1c0f11380d3eb1f9b398c983506c123a7e09bc4 +MD5 7fe6845dbdbf4a736ffbc265c3571f9c files/IceRuby-3.2.0-Makefile.patch 3791 +RMD160 79346934cbfc081a366d6f530737d3f8a1421ea0 files/IceRuby-3.2.0-Makefile.patch 3791 +SHA256 42b613deac59ca0c2245ffeab1c0f11380d3eb1f9b398c983506c123a7e09bc4 files/IceRuby-3.2.0-Makefile.patch 3791 AUX array_fix-3.1.1.patch 1596 RMD160 444e6d86c7250f7af5c46ac0c09f0043fc696b55 SHA1 b283b84840c94401380220214d19b0ccd0d43ae2 SHA256 9e71d44a83e8c71627c053d19bef50bdba772b26c848039825728e9bf7f3efb4 MD5 e3012f59a7988c4a949bed6de1f8c4b2 files/array_fix-3.1.1.patch 1596 RMD160 444e6d86c7250f7af5c46ac0c09f0043fc696b55 files/array_fix-3.1.1.patch 1596 SHA256 9e71d44a83e8c71627c053d19bef50bdba772b26c848039825728e9bf7f3efb4 files/array_fix-3.1.1.patch 1596 DIST IceRuby-3.1.1.tar.gz 337998 RMD160 7c8fdd43469432bbfabc9ca49018349a4418c928 SHA1 7bf2b3d5f3f17b6284d81d0d0dc38de81db16786 SHA256 1dee046bab93e4320a2b69a6b6b4beb16bd7a2e8b45553299c468773f9e57f8e -DIST IceRuby-3.2b.tar.gz 264922 RMD160 ea99a68e1935e90d7fa4c001635a972aa9c3c9a0 SHA1 4f12a51aed3c54c24a1a40f0278424e19157bbfb SHA256 705669368631194ec26978975a4e9891b0db7ccc86eab2e20184767123aa01fd +DIST IceRuby-3.2.0.tar.gz 95823 RMD160 56c8464918673820993a4c364a16069bf5420cbf SHA1 b3cd3eeaa219d572a372392af613589111d8351f SHA256 b3d89a8811f163dc6725bde1b56487675e6549d203129abad4abb6a6167ce87f EBUILD IceRuby-3.1.1-r1.ebuild 1341 RMD160 0da6c067479466fee6887999732615600b3d9098 SHA1 37ba6ce13c6b433c0f797b3d9e932e69283e0f99 SHA256 e7897db3215fd80e461d6cc9ce2d3e863debb315cce4dc5d9a905e6996bd9d03 MD5 fe57883c6c412670ae1a074936b2cbd9 IceRuby-3.1.1-r1.ebuild 1341 RMD160 0da6c067479466fee6887999732615600b3d9098 IceRuby-3.1.1-r1.ebuild 1341 SHA256 e7897db3215fd80e461d6cc9ce2d3e863debb315cce4dc5d9a905e6996bd9d03 IceRuby-3.1.1-r1.ebuild 1341 -EBUILD IceRuby-3.1.1.ebuild 1296 RMD160 f410bf5075946425402e2cc9aac62c9a6f65e1bb SHA1 e969f6eb2077a21b075b52658c36c286c5055a4e SHA256 77d31d722f85e7a10d1a558d65ee5d11ab4cabdaa85f2a96b635629a222fa54e -MD5 616f0b74b769ef9d945926f4136ebf22 IceRuby-3.1.1.ebuild 1296 -RMD160 f410bf5075946425402e2cc9aac62c9a6f65e1bb IceRuby-3.1.1.ebuild 1296 -SHA256 77d31d722f85e7a10d1a558d65ee5d11ab4cabdaa85f2a96b635629a222fa54e IceRuby-3.1.1.ebuild 1296 -EBUILD IceRuby-3.2.0_beta1.ebuild 1337 RMD160 b8a4851505dea65cabf71ff9445f47761a4d3495 SHA1 61264e00c744186bc1d3b9853aa58421a4fbfb42 SHA256 96a5bc1fe2e07667cfdc65dc89676908d7ea10b34c96de2300c827eaaa3c51e7 -MD5 ff2119f6d1516861f51ea195e03cd1ef IceRuby-3.2.0_beta1.ebuild 1337 -RMD160 b8a4851505dea65cabf71ff9445f47761a4d3495 IceRuby-3.2.0_beta1.ebuild 1337 -SHA256 96a5bc1fe2e07667cfdc65dc89676908d7ea10b34c96de2300c827eaaa3c51e7 IceRuby-3.2.0_beta1.ebuild 1337 -MISC ChangeLog 722 RMD160 35f3f649d922cbfb44b00b1f813c8f6d9de66bf8 SHA1 71be94488d88c35a92e74859a45a56c1ec8fa8de SHA256 ee2c39c8712ccb17df67856d09fba0bda3f717760bd842a4baeb7fc910a9dc69 -MD5 dd6ca149f22c010dd86f96fbeb4a94a7 ChangeLog 722 -RMD160 35f3f649d922cbfb44b00b1f813c8f6d9de66bf8 ChangeLog 722 -SHA256 ee2c39c8712ccb17df67856d09fba0bda3f717760bd842a4baeb7fc910a9dc69 ChangeLog 722 +EBUILD IceRuby-3.2.0.ebuild 1317 RMD160 5a2f7ced9946a9f0c7d6f47968cb5accf648cf18 SHA1 377a2bb8b03c4fae50c74b8f8e6825482046e388 SHA256 aaa08b3717ce24d07982178b8af7b7cc2eee221366cfeebe99c24deb5e24ae1f +MD5 c9e71825369c9692565132760e17de42 IceRuby-3.2.0.ebuild 1317 +RMD160 5a2f7ced9946a9f0c7d6f47968cb5accf648cf18 IceRuby-3.2.0.ebuild 1317 +SHA256 aaa08b3717ce24d07982178b8af7b7cc2eee221366cfeebe99c24deb5e24ae1f IceRuby-3.2.0.ebuild 1317 +MISC ChangeLog 997 RMD160 64bebf38e873d912330d95ad58ed7852d24464c6 SHA1 b37daa4c07043445d4bb031a0fa4275694dc82e7 SHA256 eeac7f37fe41416884328ac6b666e0b39767feabfae41ffe9b9f0c7cd0776c76 +MD5 07231838e7b66b755e5d6a588ca778a7 ChangeLog 997 +RMD160 64bebf38e873d912330d95ad58ed7852d24464c6 ChangeLog 997 +SHA256 eeac7f37fe41416884328ac6b666e0b39767feabfae41ffe9b9f0c7cd0776c76 ChangeLog 997 MISC metadata.xml 395 RMD160 824fce41b363dcf8701aefea3b030852c290416c SHA1 c193aaf6a87cc88495597c67ad8f913cabd9adcc SHA256 6ca761b49f13da5280c535c04facd4919a991b24fc033fa7c151e45c8acc51ee MD5 f5e750cc0394d806839049a1b1b9e64e metadata.xml 395 RMD160 824fce41b363dcf8701aefea3b030852c290416c metadata.xml 395 SHA256 6ca761b49f13da5280c535c04facd4919a991b24fc033fa7c151e45c8acc51ee metadata.xml 395 -MD5 551237dd41500ee49c3b673cbb98d358 files/digest-IceRuby-3.1.1 241 -RMD160 db515c18310404d18edabda92af469beeae64804 files/digest-IceRuby-3.1.1 241 -SHA256 8f3523efe5403131d8a7dd99c4fe1479236f699698a9aa0459c5300ed04953f9 files/digest-IceRuby-3.1.1 241 MD5 551237dd41500ee49c3b673cbb98d358 files/digest-IceRuby-3.1.1-r1 241 RMD160 db515c18310404d18edabda92af469beeae64804 files/digest-IceRuby-3.1.1-r1 241 SHA256 8f3523efe5403131d8a7dd99c4fe1479236f699698a9aa0459c5300ed04953f9 files/digest-IceRuby-3.1.1-r1 241 -MD5 38faf47832e3b838b5b9b11470a6c1e6 files/digest-IceRuby-3.2.0_beta1 238 -RMD160 1ab083cd8c0e47ff9aba38ea228507599060b3f1 files/digest-IceRuby-3.2.0_beta1 238 -SHA256 2867519a93b65340ef8e35c219590148439e4e43e4e76a7cd87659d8435e4636 files/digest-IceRuby-3.2.0_beta1 238 +MD5 33cc0c417ab4eaa8414794f5aeb17dc4 files/digest-IceRuby-3.2.0 238 +RMD160 6e162efb354e454b1e14fe4ff83e1bc46442ddad files/digest-IceRuby-3.2.0 238 +SHA256 d838e19c9883594849dba593c8df881f6ccfd96dc57e3a1d6113f86c216144fd files/digest-IceRuby-3.2.0 238 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 similarity index 56% rename from dev-ruby/IceRuby/files/IceRuby-3.2.0_beta1-Makefile.patch rename to 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