graaff 15/04/23 05:47:34 Modified: ChangeLog Added: qed-2.9.2.ebuild Log: Version bump. Add ruby22. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/qed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/qed/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/qed/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/qed/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/qed/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 19 Aug 2014 11:44:25 -0000 1.5 +++ ChangeLog 23 Apr 2015 05:47:34 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/qed -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/qed/ChangeLog,v 1.5 2014/08/19 11:44:25 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/qed/ChangeLog,v 1.6 2015/04/23 05:47:34 graaff Exp $ + +*qed-2.9.2 (23 Apr 2015) + + 23 Apr 2015; Hans de Graaff <[email protected]> +qed-2.9.2.ebuild: + Version bump. Add ruby22. 19 Aug 2014; Raúl Porcel <[email protected]> qed-2.9.1.ebuild: add ~alpha/~arm/~ia64/~sparc/~x86, bug #519170 1.1 dev-ruby/qed/qed-2.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/qed/qed-2.9.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/qed/qed-2.9.2.ebuild?rev=1.1&content-type=text/plain Index: qed-2.9.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/qed/qed-2.9.2.ebuild,v 1.1 2015/04/23 05:47:34 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="QED (Quality Ensured Demonstrations) is a TDD/BDD framework" HOMEPAGE="https://rubyworks.github.io/qed/" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" ruby_add_bdepend "test? ( dev-ruby/ae )" ruby_add_rdepend " dev-ruby/ansi dev-ruby/brass" each_ruby_test() { ${RUBY} -Ilib bin/qed || die 'tests failed' }
