summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-07-28 14:05:03 +0000
committerMichał Górny <mgorny@gentoo.org>2011-07-28 14:05:03 +0000
commit674af3c01c50564590d2f74de5bd6b3282f3901f (patch)
tree8514585e4520e3622407473f841fe2456da624e7 /app-arch
parentwhitespace (diff)
downloadgentoo-2-674af3c01c50564590d2f74de5bd6b3282f3901f.tar.gz
gentoo-2-674af3c01c50564590d2f74de5bd6b3282f3901f.tar.bz2
gentoo-2-674af3c01c50564590d2f74de5bd6b3282f3901f.zip
Migrate to git-2, fix EGIT_REPO_URI, per bug #376377. Reviewed by Tony Vroon.
(Portage version: 2.2.0_alpha47_p5/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/xz-utils/ChangeLog5
-rw-r--r--app-arch/xz-utils/xz-utils-9999.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-arch/xz-utils/ChangeLog b/app-arch/xz-utils/ChangeLog
index 1eb2535dbb1a..9edb4fe887e2 100644
--- a/app-arch/xz-utils/ChangeLog
+++ b/app-arch/xz-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/xz-utils
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.32 2011/05/24 04:11:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/ChangeLog,v 1.33 2011/07/28 14:05:03 mgorny Exp $
+
+ 28 Jul 2011; Michał Górny <mgorny@gentoo.org> xz-utils-9999.ebuild:
+ Migrate to git-2, fix EGIT_REPO_URI, per bug #376377. Reviewed by Tony Vroon.
*xz-utils-5.0.3 (24 May 2011)
diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild
index 5fc4019b7096..893f7e4e3a31 100644
--- a/app-arch/xz-utils/xz-utils-9999.ebuild
+++ b/app-arch/xz-utils/xz-utils-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.7 2011/01/06 02:49:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-9999.ebuild,v 1.8 2011/07/28 14:05:03 mgorny Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@@ -8,8 +8,8 @@
EAPI="2"
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://ctrl.tukaani.org/xz.git"
- inherit git autotools
+ EGIT_REPO_URI="http://git.tukaani.org/xz.git"
+ inherit git-2 autotools
SRC_URI=""
EXTRA_DEPEND="sys-devel/gettext dev-vcs/cvs >=sys-devel/libtool-2" #272880 286068
else