summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-01-15 10:41:57 +0100
committerJustin Lecher <jlec@gentoo.org>2013-01-15 10:41:57 +0100
commit8e9e54bd0e574e48525a9c6ac98355d41abd0745 (patch)
treec95a85e2c83d9f62c585ed99e09252677a285528 /dev-vcs
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/betagarden (diff)
downloadbetagarden-8e9e54bd0e574e48525a9c6ac98355d41abd0745.tar.gz
betagarden-8e9e54bd0e574e48525a9c6ac98355d41abd0745.tar.bz2
betagarden-8e9e54bd0e574e48525a9c6ac98355d41abd0745.zip
dev-vcs/git-cola: Correct github owner
Package-Manager: portage-2.2.0_alpha151
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-cola/ChangeLog6
-rw-r--r--dev-vcs/git-cola/git-cola-9999.ebuild4
-rw-r--r--dev-vcs/git-cola/metadata.xml16
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>