mrueg 14/08/02 01:45:54 Modified: ChangeLog Added: mixlib-authentication-1.3.0-r1.ebuild Log: Add ruby20 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.13 dev-ruby/mixlib-authentication/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 13 May 2014 20:43:49 -0000 1.12 +++ ChangeLog 2 Aug 2014 01:45:54 -0000 1.13 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/mixlib-authentication # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.12 2014/05/13 20:43:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.13 2014/08/02 01:45:54 mrueg Exp $ + +*mixlib-authentication-1.3.0-r1 (02 Aug 2014) + + 02 Aug 2014; Manuel Rüger <[email protected]> + +mixlib-authentication-1.3.0-r1.ebuild: + Add ruby20 support. 13 May 2014; Manuel Rüger <[email protected]> mixlib-authentication-1.3.0.ebuild: 1.1 dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain Index: mixlib-authentication-1.3.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild,v 1.1 2014/08/02 01:45:54 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="NOTICE README.rdoc" inherit ruby-fakegem DESCRIPTION="Mixes in simple per-request authentication" HOMEPAGE="http://github.com/opscode/mixlib-authentication" SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz" RUBY_S="opscode-${PN}-*" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend "dev-ruby/mixlib-log"
