public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2013-01-15  9:42 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-01-15  9:42 UTC (permalink / raw
  To: gentoo-commits

commit:     8e9e54bd0e574e48525a9c6ac98355d41abd0745
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 09:41:57 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 09:41:57 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=8e9e54bd

dev-vcs/git-cola: Correct github owner

Package-Manager: portage-2.2.0_alpha151

---
 dev-vcs/git-cola/ChangeLog            |    6 +++++-
 dev-vcs/git-cola/git-cola-9999.ebuild |    4 ++--
 dev-vcs/git-cola/metadata.xml         |   16 ++++++++--------
 3 files changed, 15 insertions(+), 11 deletions(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 804e67b..d4a36ea 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-vcs/git-cola
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  15 Jan 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,
+  metadata.xml:
+  Correct github owner
+
   04 Sep 2012; Justin Lecher <jlec@gentoo.org>
   files/9999-system-ssh-askpass.patch:
   Fix patch for current HEAD

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index bbd4f21..b5f3fa5 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.3.2.ebuild,v 1.1 2011/04/13 19:00:02 jlec Exp $
 
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND="2"
 
-EGIT_REPO_URI="git://github.com/davvid/git-cola.git"
+EGIT_REPO_URI="git://github.com/git-cola/git-cola.git"
 
 inherit distutils eutils git-2
 

diff --git a/dev-vcs/git-cola/metadata.xml b/dev-vcs/git-cola/metadata.xml
index 8e67c9e..6952e58 100644
--- a/dev-vcs/git-cola/metadata.xml
+++ b/dev-vcs/git-cola/metadata.xml
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer>
-		<email>dev-zero@gentoo.org</email>
-		<name>Tiziano Müller</name>
-	</maintainer>
-	<maintainer>
-		<email>jlec@gentoo.org</email>
-		<name>Justin Lecher</name>
-	</maintainer>
+  <maintainer>
+    <email>dev-zero@gentoo.org</email>
+    <name>Tiziano Müller</name>
+  </maintainer>
+  <maintainer>
+    <email>jlec@gentoo.org</email>
+    <name>Justin Lecher</name>
+  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2013-04-29  9:04 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-04-29  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     619413deac017fc2e7b4aa4db2dd35321ed22ff7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 09:04:23 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 09:04:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=619413de

dev-vcs/git-cola: Always depend on app-text/asciidoc formanpage generation

Package-Manager: portage-2.2.0_alpha173

---
 dev-vcs/git-cola/ChangeLog            |    3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 4acdac3..423b6d3 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -3,6 +3,9 @@
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
   29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Always depend on app-text/asciidoc formanpage generation
+
+  29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
   Version BUmp and move to new python eclasses
 
   15 Jan 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index ef647ba..d331989 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -25,8 +25,8 @@ RDEPEND="
 	dev-python/PyQt4[${PYTHON_USEDEP}]
 	dev-vcs/git"
 DEPEND="${RDEPEND}
+	app-text/asciidoc
 	doc? (
-		app-text/asciidoc
 		dev-python/sphinx[${PYTHON_USEDEP}]
 		app-text/xmlto )
 	sys-devel/gettext


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2013-04-29  9:04 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-04-29  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     6fb6bae926d5020def20d28827c345094405286c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 09:01:09 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 09:01:09 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6fb6bae9

dev-vcs/git-cola: Version BUmp and move to new python eclasses

Package-Manager: portage-2.2.0_alpha173

---
 dev-vcs/git-cola/ChangeLog            |    3 +
 dev-vcs/git-cola/git-cola-9999.ebuild |   74 +++++++++++++++-----------------
 2 files changed, 38 insertions(+), 39 deletions(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index d4a36ea..4acdac3 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  29 Apr 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Version BUmp and move to new python eclasses
+
   15 Jan 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,
   metadata.xml:
   Correct github owner

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index b5f3fa5..ef647ba 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -2,17 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/cola-1.4.3.2.ebuild,v 1.1 2011/04/13 19:00:02 jlec Exp $
 
-EAPI=4
+EAPI=5
 
-PYTHON_DEPEND="2"
+PYTHON_COMPAT=( python{2_6,2_7} )
+DISTUTILS_SINGLE_IMPL=true
 
-EGIT_REPO_URI="git://github.com/git-cola/git-cola.git"
-
-inherit distutils eutils git-2
+inherit distutils-r1 git-2
 
 DESCRIPTION="The highly caffeinated git GUI"
 HOMEPAGE="http://git-cola.github.com/"
 SRC_URI=""
+EGIT_REPO_URI="git://github.com/git-cola/git-cola.git"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -20,27 +20,27 @@ KEYWORDS=""
 IUSE="doc test"
 
 RDEPEND="
-	dev-python/jsonpickle
-	dev-python/pyinotify
-	dev-python/PyQt4
+	dev-python/jsonpickle[${PYTHON_USEDEP}]
+	dev-python/pyinotify[${PYTHON_USEDEP}]
+	dev-python/PyQt4[${PYTHON_USEDEP}]
 	dev-vcs/git"
 DEPEND="${RDEPEND}
 	doc? (
 		app-text/asciidoc
-		dev-python/sphinx
+		dev-python/sphinx[${PYTHON_USEDEP}]
 		app-text/xmlto )
 	sys-devel/gettext
-	test? ( dev-python/nose )"
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
 
 # tests currently broken due to unfinished translation framework
 RESTRICT="test"
 
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
+PATCHES=(
+	"${FILESDIR}"/${PV}-disable-tests.patch
+	"${FILESDIR}"/${PV}-system-ssh-askpass.patch
+	)
 
-src_prepare() {
+python_prepare_all() {
 	# don't install docs into wrong location
 	sed -i \
 		-e '/doc/d' \
@@ -50,49 +50,45 @@ src_prepare() {
 		-e  "s|'doc', 'git-cola'|'doc', '${PF}', 'html'|" \
 		cola/resources.py || die "sed failed"
 
-	epatch \
-	"${FILESDIR}"/9999-disable-tests.patch \
-	"${FILESDIR}"/9999-system-ssh-askpass.patch
-
-	python_convert_shebangs 2 bin/git-cola bin/git-dag
+	distutils-r1_python_prepare_all
 }
 
-src_compile() {
-	distutils_src_compile
-
+python_compile_all() {
+	cd share/doc/${PN}/
 	if use doc ; then
-		cd share/doc/git-cola/
 		emake all
+	else
+		sed \
+			-e '/^install:/s:install-html::g' \
+			-i Makefile || die
 	fi
 }
 
-src_install() {
-	distutils_src_install
-
-	dodoc share/doc/git-cola/*.txt
+python_install_all() {
+	cd share/doc/${PN}/
+	emake \
+		DESTDIR="${D}" \
+		docdir="${EPREFIX}/usr/share/doc/${PF}" \
+		prefix="${EPREFIX}/usr" \
+		install
 
 	if use doc ; then
-		dohtml -r _build/html/*
-		doman *.1
+		HTML_DOCS=( share/doc/${PN}/_build/html/. )
 	else
-		dohtml "${FILESDIR}/index.html"
+		HTML_DOCS=( "${FILESDIR}"/index.html )
 	fi
+
+	distutils-r1_python_install_all
 }
 
-src_test() {
+python_test() {
 	PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C" nosetests \
 		--verbose --with-doctest --with-id --exclude=jsonpickle --exclude=json \
 		|| die "running nosetests failed"
 }
 
 pkg_postinst() {
-	python_mod_optimize /usr/share/git-cola/lib/cola
-
 	elog "Please make sure you have either a SSH key management installed and activated or"
 	elog "installed a SSH askpass app like net-misc/x11-ssh-askpass."
-	elog "Otherwise git-cola may hang when pushing/pulling from remote git repositories via SSH. "
-}
-
-pkg_postrm() {
-	python_mod_cleanup /usr/share/git-cola/lib/cola
+	elog "Otherwise ${PN} may hang when pushing/pulling from remote git repositories via SSH. "
 }


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2013-10-23  6:40 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2013-10-23  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     40f592279fe9ce1241e1fc77042fb518bf8303df
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 06:40:49 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 06:40:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=40f59227

dev-vcs/git-cola: Update to latest HEAD

Package-Manager: portage-2.2.7

---
 dev-vcs/git-cola/ChangeLog            | 3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 9eb2e93..74b4612 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  23 Oct 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Update to latest HEAD
+
   11 Oct 2013; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,
   -files/9999-disable-tests.patch, files/9999-system-ssh-askpass.patch:
   Fix for HEAD

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index e67fc25..9669e48 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -40,7 +40,7 @@ python_prepare_all() {
 	rm share/git-cola/bin/*askpass* || die
 
 	# unfinished translate framework
-	rm test/test_cola_i18n.py || die
+	rm test/i18n_test.py || die
 
 	# don't install docs into wrong location
 	sed -i \


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2014-01-29 11:56 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-29 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0f11efdd6adbeaa6b069c5411666119a05b0ce68
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 11:55:58 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 11:55:58 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=0f11efdd

dev-vcs/git-cola: Fix broken documentation paths, #499658

Package-Manager: portage-2.2.8-r1

---
 dev-vcs/git-cola/ChangeLog            |  3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 14 ++++++++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 429dda1..21e257c 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  29 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Fix broken documentation paths, #499658
+
   15 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild,
   -files/9999-system-ssh-askpass.patch,
   +files/git-cola-9999-disable-tests.patch,

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 2aa4631..e5cfd8c 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -29,13 +29,22 @@ DEPEND="${RDEPEND}
 	app-text/xmlto
 	sys-devel/gettext
 	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+	test? (
+		dev-python/nose[${PYTHON_USEDEP}]
+		sys-apps/net-tools
+		)"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-disable-tests.patch
 	"${FILESDIR}"/${P}-system-ssh-askpass.patch
 	)
 
+pkg_pretend() {
+	if use test && [[ -z "$(hostname -d)" ]] ; then
+		die "Test will fail if no domain is set"
+	fi
+}
+
 python_prepare_all() {
 	rm share/git-cola/bin/*askpass* || die
 
@@ -48,7 +57,7 @@ python_prepare_all() {
 		setup.py || die "sed failed"
 
 	sed -i \
-		-e  "s|'doc', 'git-cola'|'doc', '${PF}', 'html'|" \
+		-e  "s|'doc', 'git-cola'|'doc', '${PF}'|" \
 		cola/resources.py || die "sed failed"
 
 	distutils-r1_python_prepare_all
@@ -80,6 +89,7 @@ python_install_all() {
 	fi
 
 	distutils-r1_python_install_all
+	docompress /usr/share/doc/${PF}/git-cola.txt
 }
 
 python_test() {


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2014-02-24  8:29 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-02-24  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     149528d54c22c41773603b234c78091007bb0e68
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 08:29:56 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 08:29:56 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=149528d5

dev-vcs/git-cola: Add py3 support

Package-Manager: portage-2.2.8-r1

---
 dev-vcs/git-cola/ChangeLog            | 3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 21e257c..2ea251d 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  24 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Add py3 support
+
   29 Jan 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
   Fix broken documentation paths, #499658
 

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index e5cfd8c..fb5a566 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2} )
 DISTUTILS_SINGLE_IMPL=true
 
 inherit distutils-r1 git-r3


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2014-02-25 19:19 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-02-25 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fa4775fbddeac4bc1d8020e5f4d996a2b1fdf662
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 25 19:19:38 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 25 19:19:38 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fa4775fb

dev-vcs/git-cola: Move to py3.3

Package-Manager: portage-2.2.8-r1

---
 dev-vcs/git-cola/ChangeLog            | 3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 2ea251d..8e8b4ac 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  25 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Move to py3.3
+
   24 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
   Add py3 support
 

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index fb5a566..9201126 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7,3_2} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
 DISTUTILS_SINGLE_IMPL=true
 
 inherit distutils-r1 git-r3


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2014-08-11  7:08 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-08-11  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     615eb2050bd0a0aab762ec2365f7ae04a6691eb9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 07:07:51 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 07:07:51 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=615eb205

dev-vcs/git-cola: Fix shebang fixing, #518306

Package-Manager: portage-2.2.10

---
 dev-vcs/git-cola/ChangeLog            | 3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 8e8b4ac..2d51921 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  11 Aug 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Fix shebang fixing, #518306
+
   25 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
   Move to py3.3
 

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 9201126..12f7de6 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -90,6 +90,8 @@ python_install_all() {
 
 	distutils-r1_python_install_all
 	docompress /usr/share/doc/${PF}/git-cola.txt
+
+	python_fix_shebang "${ED}"
 }
 
 python_test() {


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2014-08-20  0:30 Sebastian Pipping
  0 siblings, 0 replies; 12+ messages in thread
From: Sebastian Pipping @ 2014-08-20  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     615eb2050bd0a0aab762ec2365f7ae04a6691eb9
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 07:07:51 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 07:07:51 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=615eb205

dev-vcs/git-cola: Fix shebang fixing, #518306

Package-Manager: portage-2.2.10

---
 dev-vcs/git-cola/ChangeLog            | 3 +++
 dev-vcs/git-cola/git-cola-9999.ebuild | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/dev-vcs/git-cola/ChangeLog b/dev-vcs/git-cola/ChangeLog
index 8e8b4ac..2d51921 100644
--- a/dev-vcs/git-cola/ChangeLog
+++ b/dev-vcs/git-cola/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/cola/ChangeLog,v 1.8 2011/04/13 19:00:02 jlec Exp $
 
+  11 Aug 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
+  Fix shebang fixing, #518306
+
   25 Feb 2014; Justin Lecher <jlec@gentoo.org> git-cola-9999.ebuild:
   Move to py3.3
 

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 9201126..12f7de6 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -90,6 +90,8 @@ python_install_all() {
 
 	distutils-r1_python_install_all
 	docompress /usr/share/doc/${PF}/git-cola.txt
+
+	python_fix_shebang "${ED}"
 }
 
 python_test() {


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2016-01-25  7:35 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-01-25  7:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0c26a88336e2353fe28b742bcc41e0827a1a85a6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 07:35:18 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 07:35:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=0c26a883

dev-vcs/git-cola: Fix tests to latest HEAD

* add python3.5 support

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-vcs/git-cola/git-cola-9999.ebuild | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 7f3b6e3..4492662 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 DISTUTILS_SINGLE_IMPL=true
 
 inherit distutils-r1 git-r3 readme.gentoo virtualx
@@ -33,10 +33,6 @@ DEPEND="${RDEPEND}
 	test? ( dev-python/nose[${PYTHON_USEDEP}] )
 "
 
-PATCHES=(
-	"${FILESDIR}"/${P}-disable-live-tests.patch
-)
-
 python_prepare_all() {
 	rm share/git-cola/bin/*askpass* || die
 
@@ -70,10 +66,12 @@ python_compile_all() {
 }
 
 python_test() {
-	PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" LC_ALL="C" \
-	VIRTUALX_COMMAND="nosetests --verbose --with-id --with-doctest \
-		--exclude=sphinxtogithub" \
-	virtualmake
+	PYTHONPATH="${S}:${S}/build/lib:${PYTHONPATH}" \
+	LC_ALL="C" \
+	GIT_COLA_NO_HISTORY=True \
+	virtx nosetests \
+		--verbose --with-id --with-doctest \
+		--exclude=sphinxtogithub
 }
 
 src_install() {


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2016-02-11  8:33 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-11  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c8335854b134e3515fa02e84b51320d195f953f8
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:33:27 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:33:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=c8335854

dev-vcs/git-cola: Import latest tree changes

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-vcs/git-cola/git-cola-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index e162a18..d7ae9a3 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -82,7 +82,7 @@ python_install_all() {
 		prefix="${EPREFIX}/usr" \
 		install
 
-	python_fix_shebang "${ED}/usr/share/git-cola/bin/git-xbase"
+	python_fix_shebang "${ED}/usr/share/git-cola/bin/git-xbase" "${ED}"/usr/bin/git-cola
 	python_optimize "${ED}/usr/share/git-cola/lib/cola"
 
 	use doc || HTML_DOCS=( "${FILESDIR}"/index.html )


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

* [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/
@ 2016-02-11  8:33 Justin Lecher
  0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-11  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     19dc22bf24e6aaf416cfb84b71322237e6a846ed
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 08:32:25 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 08:32:25 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=19dc22bf

dev-vcs/git-cola: Move to nextgen readme.gentoo eclass

* Bump EAPI to 6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-vcs/git-cola/git-cola-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/git-cola/git-cola-9999.ebuild b/dev-vcs/git-cola/git-cola-9999.ebuild
index 4492662..e162a18 100644
--- a/dev-vcs/git-cola/git-cola-9999.ebuild
+++ b/dev-vcs/git-cola/git-cola-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 DISTUTILS_SINGLE_IMPL=true
 
-inherit distutils-r1 git-r3 readme.gentoo virtualx
+inherit distutils-r1 git-r3 readme.gentoo-r1 virtualx
 
 DESCRIPTION="The highly caffeinated git GUI"
 HOMEPAGE="http://git-cola.github.io/"
@@ -74,10 +74,6 @@ python_test() {
 		--exclude=sphinxtogithub
 }
 
-src_install() {
-	distutils-r1_src_install
-}
-
 python_install_all() {
 	cd share/doc/${PN}/ || die
 	emake \
@@ -94,3 +90,7 @@ python_install_all() {
 	distutils-r1_python_install_all
 	readme.gentoo_create_doc
 }
+
+pkg_postinst() {
+	readme.gentoo_print_elog
+}


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

end of thread, other threads:[~2016-02-11  8:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20  0:30 [gentoo-commits] proj/betagarden:master commit in: dev-vcs/git-cola/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2016-02-11  8:33 Justin Lecher
2016-02-11  8:33 Justin Lecher
2016-01-25  7:35 Justin Lecher
2014-08-11  7:08 Justin Lecher
2014-02-25 19:19 Justin Lecher
2014-02-24  8:29 Justin Lecher
2014-01-29 11:56 Justin Lecher
2013-10-23  6:40 Justin Lecher
2013-04-29  9:04 Justin Lecher
2013-04-29  9:04 Justin Lecher
2013-01-15  9:42 Justin Lecher

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