mrueg 15/02/09 03:52:01 Modified: ragol-1.0.1.ebuild ChangeLog Added: ragol-1.0.1-r1.ebuild Log: Add ruby20, ruby21 support. Drop sparc keyword. (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.11 dev-ruby/ragol/ragol-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?r1=1.10&r2=1.11 Index: ragol-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ragol-1.0.1.ebuild 5 Aug 2014 15:49:50 -0000 1.10 +++ ragol-1.0.1.ebuild 9 Feb 2015 03:52:01 -0000 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.10 2014/08/05 15:49:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.11 2015/02/09 03:52:01 mrueg Exp $ EAPI=5 USE_RUBY="ruby19" 1.11 dev-ruby/ragol/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 5 Aug 2014 15:49:50 -0000 1.10 +++ ChangeLog 9 Feb 2015 03:52:01 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/ragol -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.10 2014/08/05 15:49:50 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.11 2015/02/09 03:52:01 mrueg Exp $ + +*ragol-1.0.1-r1 (09 Feb 2015) + + 09 Feb 2015; Manuel Rüger <mr...@gentoo.org> +ragol-1.0.1-r1.ebuild, + ragol-1.0.1.ebuild: + Add ruby20, ruby21 support. Drop sparc keyword. 05 Aug 2014; Raúl Porcel <armi...@gentoo.org> ragol-1.0.1.ebuild: sparc stable, bug #505100 1.1 dev-ruby/ragol/ragol-1.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain Index: ragol-1.0.1-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild,v 1.1 2015/02/09 03:52:01 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md" inherit ruby-fakegem DESCRIPTION="Another implementation of an option processor" HOMEPAGE="https://github.com/jpace/ragol" SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/logue-1.0.0"