From 0a4c70e9ab37ba7dd36bcf03675f1a575c05a66f Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 21 Jul 2013 02:32:58 +0000 Subject: Add ruby200-base-2.0.0p247. This is latest stable release of Ruby and it basically compatible with Ruby 1.9.3. Please refer full changes to NEWS/ChangeLog files or official Web site. Here is language changes: * Added keyword arguments. * Added %i and %I for symbol list creation (similar to %w and %W). * Default source encoding is changed to UTF-8. (was US-ASCII) * No warning for unused variables starting with '_' --- lang/ruby200-base/DEINSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/ruby200-base/DEINSTALL (limited to 'lang/ruby200-base/DEINSTALL') diff --git a/lang/ruby200-base/DEINSTALL b/lang/ruby200-base/DEINSTALL new file mode 100644 index 00000000000..00702725f8e --- /dev/null +++ b/lang/ruby200-base/DEINSTALL @@ -0,0 +1,14 @@ +# $NetBSD: DEINSTALL,v 1.1 2013/07/21 02:32:58 taca Exp $ + +RUBY_GEM_BASE="${PREFIX}/@RUBY_GEM_BASE@" +RUBY_SITERIDIR="${PREFIX}/@RUBY_SITERIDIR@" + +case ${STAGE} in +DEINSTALL) + ${RM} -f ${RUBY_SITERIDIR}/created.rid + ;; +POST-DEINSTALL) + ${RM} -rf ${GEM_HOME} + ${RMDIR} ${RUBY_GEM_BASE} 2>/dev/null || true + ;; +esac -- cgit v1.2.3