* [gentoo-commits] gentoo-x86 commit in app-admin/r10k: r10k-1.1.1.ebuild ChangeLog
@ 2014-01-04 13:59 Vikraman Choudhury (vikraman)
0 siblings, 0 replies; only message in thread
From: Vikraman Choudhury (vikraman) @ 2014-01-04 13:59 UTC (permalink / raw
To: gentoo-commits
vikraman 14/01/04 13:59:00
Modified: ChangeLog
Added: r10k-1.1.1.ebuild
Log:
Bump to version 1.1.1
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B0A72FD2)
Revision Changes Path
1.6 app-admin/r10k/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 24 Nov 2013 08:56:21 -0000 1.5
+++ ChangeLog 4 Jan 2014 13:59:00 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/r10k
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v 1.5 2013/11/24 08:56:21 vikraman Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/ChangeLog,v 1.6 2014/01/04 13:59:00 vikraman Exp $
+
+*r10k-1.1.1 (04 Jan 2014)
+
+ 04 Jan 2014; Vikraman <vikraman@gentoo.org> +r10k-1.1.1.ebuild, metadata.xml:
+ Bump to version 1.1.1
24 Nov 2013; Vikraman <vikraman@gentoo.org> metadata.xml:
Add rubyforge upstream for euscan
1.1 app-admin/r10k/r10k-1.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/r10k-1.1.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/r10k/r10k-1.1.1.ebuild?rev=1.1&content-type=text/plain
Index: r10k-1.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/r10k/r10k-1.1.1.ebuild,v 1.1 2014/01/04 13:59:00 vikraman Exp $
EAPI=5
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="Puppet environment and module deployment"
HOMEPAGE="http://github.com/adrienthebo/r10k"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+git"
ruby_add_bdepend "test? ( =dev-ruby/rspec-2.14* )"
ruby_add_rdepend "
>=dev-ruby/colored-1.2
=dev-ruby/cri-2.4*
>=dev-ruby/systemu-2.5.2
<dev-ruby/systemu-2.6.0
>=dev-ruby/log4r-1.1.10
dev-ruby/json"
RDEPEND="${RDEPEND} git? ( >=dev-vcs/git-1.6.6 )"
all_ruby_prepare() {
sed -i 's/json_pure/json/' "${WORKDIR}/all/metadata" || die "metadata fix failed"
}
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."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-04 13:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04 13:59 [gentoo-commits] gentoo-x86 commit in app-admin/r10k: r10k-1.1.1.ebuild ChangeLog Vikraman Choudhury (vikraman)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox