robbat2 15/05/24 22:58:40 Modified: ChangeLog Added: r10k-1.5.1.ebuild Log: Bug per bug #549282, dropped ~x86 keyword due to dev-ruby/rash needing it (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.10 app-admin/r10k/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 19 Apr 2015 18:05:10 -0000 1.9 +++ ChangeLog 24 May 2015 22:58:40 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for app-admin/r10k # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v 1.9 2015/04/19 18:05:10 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v 1.10 2015/05/24 22:58:40 robbat2 Exp $ + +*r10k-1.5.1 (24 May 2015) + + 24 May 2015; Robin H. Johnson <[email protected]> +r10k-1.5.1.ebuild: + Bug per bug #549282, dropped ~x86 keyword due to dev-ruby/rash needing it *r10k-1.1.3-r1 (19 Apr 2015) 1.1 app-admin/r10k/r10k-1.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/r10k-1.5.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/r10k-1.5.1.ebuild?rev=1.1&content-type=text/plain Index: r10k-1.5.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/r10k-1.5.1.ebuild,v 1.1 2015/05/24 22:58:40 robbat2 Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="Puppet environment and module deployment" HOMEPAGE="http://github.com/adrienthebo/r10k" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="+git" ruby_add_rdepend " >=dev-ruby/colored-1.2 =dev-ruby/cri-2.7* >=dev-ruby/systemu-2.5.2 >=dev-ruby/log4r-1.1.10 >=dev-ruby/faraday-0.9.0 >=dev-ruby/faraday_middleware-0.9.0 >=dev-ruby/faraday_middleware-multi_json-0.0.6 >=dev-ruby/multi_json-1.10 >=dev-ruby/semantic_puppet-0.1.1 dev-ruby/json" RDEPEND="${RDEPEND} git? ( >=dev-vcs/git-1.6.6 )" all_ruby_prepare() { sed -i -e 's/json_pure/json/' \ -e '/cri/ s/2\.6\../2.7/' \ -e '/systemu/ s/2.5.2/2.5/' \ -e '/s.files/d' ${RUBY_FAKEGEM_GEMSPEC} || die } pkg_postinst() { ewarn ewarn "If you are upgrading from 1.1.0 and are using multiple sources, please read" ewarn "this. (If not, feel free to continue with your regularly scheduled day.)" ewarn ewarn "GH-48 (https://github.com/adrienthebo/r10k/issues/48) introduced the ability" ewarn "for environments to be prefixed with the source name so that multiple sources" ewarn "installed into the same directory would not overwrite each other. However" ewarn "prefixing was automatically enabled and would break existing setups where" ewarn "multiple sources were cloned into different directories." ewarn ewarn "Because this introduced a breaking change, SemVer dictates that the automatic" ewarn "prefixing has to be rolled back. Prefixing can be enabled but always defaults" ewarn "to off. If you are relying on this behavior you will need to update your r10k.yaml" ewarn "to enable prefixing on a per-source basis." ewarn ewarn "Please see the issue (https://github.com/adrienthebo/r10k/issues/48) for more" ewarn "information." }
