graaff 14/04/21 06:03:38 Modified: ChangeLog pg-0.17.1.ebuild Log: Add ruby21. Fix documentation building. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.70 dev-ruby/pg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 5 Apr 2014 14:26:27 -0000 1.69 +++ ChangeLog 21 Apr 2014 06:03:38 -0000 1.70 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.69 2014/04/05 14:26:27 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.70 2014/04/21 06:03:38 graaff Exp $ + + 21 Apr 2014; Hans de Graaff <gra...@gentoo.org> pg-0.17.1.ebuild: + Add ruby21. Fix documentation building. 05 Apr 2014; Manuel RĂ¼ger <mr...@gentoo.org> pg-0.14.1.ebuild, pg-0.17.0-r1.ebuild, pg-0.17.1.ebuild: 1.4 dev-ruby/pg/pg-0.17.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild?r1=1.3&r2=1.4 Index: pg-0.17.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pg-0.17.1.ebuild 5 Apr 2014 14:26:27 -0000 1.3 +++ pg-0.17.1.ebuild 21 Apr 2014 06:03:38 -0000 1.4 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v 1.3 2014/04/05 14:26:27 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.17.1.ebuild,v 1.4 2014/04/21 06:03:38 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_TASK_DOC="redocs" +RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="ChangeLog Contributors.rdoc README.rdoc History.rdoc"