summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-12-29 16:25:46 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2006-12-29 16:25:46 +0000
commitc9e71f1f0e994e30302f25bdc54b99e7f32c3032 (patch)
tree98f700643b59b95787b1389ff795d69d5774c675 /dev-lang/ruby
parentVersion bump. (diff)
downloadgentoo-2-c9e71f1f0e994e30302f25bdc54b99e7f32c3032.tar.gz
gentoo-2-c9e71f1f0e994e30302f25bdc54b99e7f32c3032.tar.bz2
gentoo-2-c9e71f1f0e994e30302f25bdc54b99e7f32c3032.zip
keepdir /usr/lib/ruby/site_ruby, #90510
(Portage version: 2.1.1)
Diffstat (limited to 'dev-lang/ruby')
-rw-r--r--dev-lang/ruby/ChangeLog6
-rw-r--r--dev-lang/ruby/ruby-1.8.5_p12.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-lang/ruby/ChangeLog b/dev-lang/ruby/ChangeLog
index 8a10ef46a65e..94ae6af7db3d 100644
--- a/dev-lang/ruby/ChangeLog
+++ b/dev-lang/ruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ruby
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.249 2006/12/25 14:28:15 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.250 2006/12/29 16:25:46 pclouds Exp $
+
+ 29 Dec 2006; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org>
+ ruby-1.8.5_p12.ebuild:
+ keepdir /usr/lib/ruby/site_ruby, #90510
25 Dec 2006; Diego Pettenò <flameeyes@gentoo.org>
-files/ruby-1.8.5-cgi-dos-1.patch, -files/oniguruma-2.3.1-gentoo.patch,
diff --git a/dev-lang/ruby/ruby-1.8.5_p12.ebuild b/dev-lang/ruby/ruby-1.8.5_p12.ebuild
index 5dcede29e152..afbd88e82664 100644
--- a/dev-lang/ruby/ruby-1.8.5_p12.ebuild
+++ b/dev-lang/ruby/ruby-1.8.5_p12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.5_p12.ebuild,v 1.1 2006/12/25 14:23:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.5_p12.ebuild,v 1.2 2006/12/29 16:25:46 pclouds Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -100,6 +100,10 @@ src_install() {
make DESTDIR="${D}" install || die "make install failed"
+ MINIRUBY=$(echo -e 'include Makefile\ngetminiruby:\n\t@echo $(MINIRUBY)'|make -f - getminiruby)
+ keepdir $(${MINIRUBY} -rrbconfig -e "print Config::CONFIG['sitelibdir']")
+ keepdir $(${MINIRUBY} -rrbconfig -e "print Config::CONFIG['sitearchdir']")
+
if use doc; then
make DESTDIR="${D}" install-doc || die "make install-doc failed"
fi