diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 21:50:02 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-18 21:50:02 +0000 |
commit | 2bfa439916a66f408b292300606914f5b0e0d530 (patch) | |
tree | b1973ac7f3e952e6e67af6022af4da52453f6cae /dev-lang/rubinius | |
parent | bup (diff) | |
download | gentoo-2-2bfa439916a66f408b292300606914f5b0e0d530.tar.gz gentoo-2-2bfa439916a66f408b292300606914f5b0e0d530.tar.bz2 gentoo-2-2bfa439916a66f408b292300606914f5b0e0d530.zip |
Cleanup unused patches.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-lang/rubinius')
-rw-r--r-- | dev-lang/rubinius/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch | 23 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-lang/rubinius/ChangeLog b/dev-lang/rubinius/ChangeLog index f643cd59de76..dae57e31bfba 100644 --- a/dev-lang/rubinius/ChangeLog +++ b/dev-lang/rubinius/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/rubinius # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.18 2014/11/10 20:55:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/rubinius/ChangeLog,v 1.19 2014/11/18 21:50:02 mrueg Exp $ + + 18 Nov 2014; Manuel Rüger <mrueg@gentoo.org> + -files/rubinius-2.2.7-emake-v.patch: + Cleanup unused patches. 10 Nov 2014; Hans de Graaff <graaff@gentoo.org> rubinius-2.3.0.ebuild: Fix sandbox violations by logging to /dev/null during build and install. @@ -65,4 +69,3 @@ +rubinius-1.2.4.20110705.ebuild, +files/auto_gem.rb, +metadata.xml: Add Rubinius back as a ruby target (rbx). Fixes bug 334177, many thanks for Judson for creating and testing the initial package. - diff --git a/dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch b/dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch deleted file mode 100644 index 2dce459064c8..000000000000 --- a/dev-lang/rubinius/files/rubinius-2.2.7-emake-v.patch +++ /dev/null @@ -1,23 +0,0 @@ -commit 2f4ebeb2c27756c65906949dcf19663043089632 -Author: Yorick Peterse <yorickpeterse@gmail.com> -Date: Tue Jun 3 20:26:55 2014 +0200 - - Implement RbConfig::CONFIG['NULLCMD'] - - Based on some digging through the MRI source code this always seems to be set - to ":". - - Fixes #3054. - -diff --git a/library/rbconfig.rb b/library/rbconfig.rb -index 2e0cbba..d47cc43 100644 ---- a/library/rbconfig.rb -+++ b/library/rbconfig.rb -@@ -106,6 +106,7 @@ module RbConfig - CONFIG["STRIP"] = "strip -A -n" - CONFIG["MANTYPE"] = "doc" - CONFIG["MAKEFILES"] = "Makefile" -+ CONFIG["NULLCMD"] = ":" - # compile tools flags - # since we hardcode using gcc, and this flag is only - # used by mkmf to compile extensions, be sure PIC is in |