diff options
author | 2014-05-07 20:41:18 +0000 | |
---|---|---|
committer | 2014-05-07 20:41:18 +0000 | |
commit | 6be0708d4b77a589912043ae233eab62186853ef (patch) | |
tree | 8658c1174a15e616ca586799b0b326d6943939bd /eclass | |
parent | Add LINGUAS support. (diff) | |
download | historical-6be0708d4b77a589912043ae233eab62186853ef.tar.gz historical-6be0708d4b77a589912043ae233eab62186853ef.tar.bz2 historical-6be0708d4b77a589912043ae233eab62186853ef.zip |
ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and ruby-fakegem.eclass. Removal in 30 days. See bug #479812.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/gems.eclass | 5 | ||||
-rw-r--r-- | eclass/ruby.eclass | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 046973051a85..3c68ef496c2c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1242 2014/05/07 17:33:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1243 2014/05/07 20:41:18 mrueg Exp $ + + 07 May 2014; Manuel Rüger <mrueg@gentoo.org> gems.eclass, ruby.eclass: + ruby.eclass and gems.eclass have been deprecated by ruby-ng.eclass and + ruby-fakegem.eclass. Removal in 30 days. See bug #479812. 07 May 2014; Michał Górny <mgorny@gentoo.org> multilib-build.eclass: Use amd64 headers for i686 when USE=-abi_x86_32 to maintain compatibility diff --git a/eclass/gems.eclass b/eclass/gems.eclass index 8fd9ac9eb659..9386ecab513f 100644 --- a/eclass/gems.eclass +++ b/eclass/gems.eclass @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.35 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gems.eclass,v 1.36 2014/05/07 20:41:18 mrueg Exp $ # DEPRECATION NOTICE # This eclass is deprecated because it does not properly handle # multiple ruby targets. Please use ruby-fakegem.eclass instead. # +# @DEAD # @ECLASS: gems.eclass # @MAINTAINER: # ruby@gentoo.org diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 4e413a13a331..7ffaa5cd1ea6 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.81 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.82 2014/05/07 20:41:18 mrueg Exp $ # DEPRECATION NOTICE # This eclass is deprecated because it does not properly handle # multiple ruby targets. Please use ruby-ng.eclass instead. # +# @DEAD # @ECLASS: ruby.eclass # @MAINTAINER: # Ruby herd <ruby@gentoo.org> |