public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitinspector: ChangeLog gitinspector-0.3.2.ebuild
@ 2014-06-23  6:59 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2014-06-23  6:59 UTC (permalink / raw
  To: gentoo-commits

jlec        14/06/23 06:59:52

  Modified:             ChangeLog
  Added:                gitinspector-0.3.2.ebuild
  Log:
  dev-vcs/gitinspector: Version BUmp
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.2                  dev-vcs/gitinspector/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	6 Jan 2014 22:13:44 -0000	1.1
+++ ChangeLog	23 Jun 2014 06:59:52 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/gitinspector
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.1 2014/01/06 22:13:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.2 2014/06/23 06:59:52 jlec Exp $
+
+*gitinspector-0.3.2 (23 Jun 2014)
+
+  23 Jun 2014; Justin Lecher <jlec@gentoo.org> +gitinspector-0.3.2.ebuild:
+  Version BUmp
 
 *gitinspector-0.3.1 (06 Jan 2014)
 



1.1                  dev-vcs/gitinspector/gitinspector-0.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: gitinspector-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild,v 1.1 2014/06/23 06:59:52 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

DESCRIPTION="Statistical analysis tool for git repositories"
HOMEPAGE="https://code.google.com/p/gitinspector/"
SRC_URI="https://${PN}.googlecode.com/files/${PN}_${PV}.zip"

SLOT="0"
LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="dev-vcs/git"
DEPEND="
	test? ( ${RDEPEND} )"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-vcs/gitinspector: ChangeLog gitinspector-0.3.2.ebuild
@ 2014-10-31 12:39 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2014-10-31 12:39 UTC (permalink / raw
  To: gentoo-commits

jlec        14/10/31 12:39:29

  Modified:             ChangeLog gitinspector-0.3.2.ebuild
  Log:
  dev-vcs/gitinspector: Fix for unknown LC_ALL, #527340
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.3                  dev-vcs/gitinspector/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	23 Jun 2014 06:59:52 -0000	1.2
+++ ChangeLog	31 Oct 2014 12:39:29 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-vcs/gitinspector
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.2 2014/06/23 06:59:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/ChangeLog,v 1.3 2014/10/31 12:39:29 jlec Exp $
+
+  31 Oct 2014; Justin Lecher <jlec@gentoo.org> gitinspector-0.3.2.ebuild:
+  Fix for unknown LC_ALL, #527340
 
 *gitinspector-0.3.2 (23 Jun 2014)
 



1.2                  dev-vcs/gitinspector/gitinspector-0.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild?r1=1.1&r2=1.2

Index: gitinspector-0.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gitinspector-0.3.2.ebuild	23 Jun 2014 06:59:52 -0000	1.1
+++ gitinspector-0.3.2.ebuild	31 Oct 2014 12:39:29 -0000	1.2
@@ -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-vcs/gitinspector/gitinspector-0.3.2.ebuild,v 1.1 2014/06/23 06:59:52 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitinspector/gitinspector-0.3.2.ebuild,v 1.2 2014/10/31 12:39:29 jlec Exp $
 
 EAPI=5
 
@@ -20,3 +20,8 @@
 RDEPEND="dev-vcs/git"
 DEPEND="
 	test? ( ${RDEPEND} )"
+
+python_prepare_all() {
+	[[ ${LC_ALL} == "C" ]] && export LC_ALL="en_US.utf8"
+	distutils-r1_python_prepare_all
+}





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-31 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23  6:59 [gentoo-commits] gentoo-x86 commit in dev-vcs/gitinspector: ChangeLog gitinspector-0.3.2.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-31 12:39 Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox