mrueg 14/04/24 17:36:36 Modified: attic-0.5.3.ebuild ChangeLog Log: Remove ruby18 support. Cleanup old. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/attic/attic-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild?r1=1.1&r2=1.2 Index: attic-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- attic-0.5.3.ebuild 25 Dec 2013 07:07:28 -0000 1.1 +++ attic-0.5.3.ebuild 24 Apr 2014 17:36:36 -0000 1.2 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild,v 1.1 2013/12/25 07:07:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.3.ebuild,v 1.2 2014/04/24 17:36:36 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19" RUBY_FAKEGEM_TASK_TEST="" @@ -14,7 +14,7 @@ RUBY_FAKEGEM_BINWRAP="" -inherit ruby-fakegem eutils +inherit ruby-fakegem DESCRIPTION="A place for Ruby objects to hide instance variables" HOMEPAGE="http://solutious.com/" @@ -28,16 +28,6 @@ ruby_add_bdepend "test? ( dev-ruby/tryouts:2 )" -each_ruby_prepare() { - case ${RUBY} in - *ruby18) - # Remove tests failing on ruby18 due to string/symbol - # differences: https://github.com/delano/attic/issues/1 - rm try/01_mixins_tryouts.rb try/30_nometaclass_tryouts.rb || die - ;; - esac -} - each_ruby_test() { ${RUBY} -Ilib -S try || die "tests failed" } 1.12 dev-ruby/attic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/attic/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 7 Mar 2014 01:43:12 -0000 1.11 +++ ChangeLog 24 Apr 2014 17:36:36 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/attic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.11 2014/03/07 01:43:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.12 2014/04/24 17:36:36 mrueg Exp $ + + 24 Apr 2014; Manuel Rüger <[email protected]> -files/attic-0.5.2-fixes.patch, + attic-0.5.3.ebuild: + Remove ruby18 support. Cleanup old. 07 Mar 2014; Manuel Rüger <[email protected]> -attic-0.5.2.ebuild: Cleanup old.
