mrueg 14/08/15 15:01:29 Modified: pygments_rb-0.6.0.ebuild ChangeLog Log: Restrict yajl-ruby dependency to =1.1*. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild?r1=1.2&r2=1.3 Index: pygments_rb-0.6.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pygments_rb-0.6.0.ebuild 16 Jul 2014 13:35:19 -0000 1.2 +++ pygments_rb-0.6.0.ebuild 15 Aug 2014 15:01:29 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.0.ebuild,v 1.2 2014/07/16 13:35:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/pygments_rb-0.6.0.ebuild,v 1.3 2014/08/15 15:01:29 mrueg Exp $ EAPI=5 @@ -31,7 +31,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.1* dev-ruby/posix-spawn" ruby_add_bdepend "dev-ruby/rake-compiler" 1.4 dev-ruby/pygments_rb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/pygments_rb/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 16 Jul 2014 13:35:19 -0000 1.3 +++ ChangeLog 15 Aug 2014 15:01:29 -0000 1.4 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/pygments_rb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.3 2014/07/16 13:35:19 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pygments_rb/ChangeLog,v 1.4 2014/08/15 15:01:29 mrueg Exp $ + + 15 Aug 2014; Manuel Rüger <[email protected]> pygments_rb-0.6.0.ebuild: + Restrict yajl-ruby dependency to =1.1*. 16 Jul 2014; Manuel Rüger <[email protected]> pygments_rb-0.6.0.ebuild: Add ruby20 support. Remove python 2.6 support.
