diff options
author | 2012-07-05 21:23:01 +0000 | |
---|---|---|
committer | 2012-07-05 21:23:01 +0000 | |
commit | 4f45f20a9c94d923f36ced7bd68865c26de5a5d1 (patch) | |
tree | 406ae7fe7eb8bb88622da37e3d1d5413f5e7855e /eclass/ChangeLog | |
parent | Re-sign manifest. (diff) | |
download | gentoo-2-4f45f20a9c94d923f36ced7bd68865c26de5a5d1.tar.gz gentoo-2-4f45f20a9c94d923f36ced7bd68865c26de5a5d1.tar.bz2 gentoo-2-4f45f20a9c94d923f36ced7bd68865c26de5a5d1.zip |
Add support for running rspec while respecting some common variables (TEST_VERBOSE and NOCOLOR) in ruby-ng; then use this with a new variable in ruby-fakegem.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d66718dfa66a..3c4cf69a5017 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.335 2012/07/05 20:07:47 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.336 2012/07/05 21:23:01 flameeyes Exp $ + + 05 Jul 2012; Diego E. Pettenò <flameeyes@gentoo.org> ruby-fakegem.eclass, + ruby-ng.eclass: + Add support for running rspec while respecting some common variables + (TEST_VERBOSE and NOCOLOR) in ruby-ng; then use this with a new variable in + ruby-fakegem. 05 Jul 2012; Ralph Sennhauser <sera@gentoo.org> java-utils-2.eclass: Remove java-pkg_ensure-gcj and java-pkg_ensure-test. #261562 #278965 |