mrueg 15/03/29 04:45:17 Modified: pygments_rb-0.6.2.ebuild ChangeLog Removed: pygments_rb-0.6.0-r2.ebuild Log: Fix dep. Remove old. Fixes bug #540838. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.2 dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild?r1=1.1&r2=1.2 Index: pygments_rb-0.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pygments_rb-0.6.2.ebuild 29 Jan 2015 21:04:49 -0000 1.1 +++ pygments_rb-0.6.2.ebuild 29 Mar 2015 04:45:17 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v 1.1 2015/01/29 21:04:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.2.ebuild,v 1.2 2015/03/29 04:45:17 mrueg Exp $ EAPI=5 @@ -33,7 +33,7 @@ dev-python/simplejson[${PYTHON_USEDEP}]" DEPEND+=" test? ( ${RDEPEND} )" -ruby_add_rdepend ">=dev-ruby/yajl-ruby-1.1 +ruby_add_rdepend ">=dev-ruby/yajl-ruby-1.2 dev-ruby/posix-spawn" ruby_add_bdepend "dev-ruby/rake-compiler" 1.9 dev-ruby/pygments_rb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 29 Jan 2015 21:04:49 -0000 1.8 +++ ChangeLog 29 Mar 2015 04:45:17 -0000 1.9 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/pygments_rb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.8 2015/01/29 21:04:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.9 2015/03/29 04:45:17 mrueg Exp $ + + 29 Mar 2015; Manuel RĂ¼ger <mr...@gentoo.org> -pygments_rb-0.6.0-r2.ebuild, + pygments_rb-0.6.2.ebuild: + Fix dep. Remove old. Fixes bug #540838. *pygments_rb-0.6.2 (29 Jan 2015)