summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-01-20 15:53:12 +0000
committerTim Harder <radhermit@gentoo.org>2015-01-20 15:53:12 +0000
commit145bb29578bf0b32a33f8e7cffb5e794c6832b3f (patch)
tree470cfe8864bd29f1df02674f90f5b38954847ccc /x11-wm
parentDrop old pycairo and xpyb deps. (diff)
downloadgentoo-2-145bb29578bf0b32a33f8e7cffb5e794c6832b3f.tar.gz
gentoo-2-145bb29578bf0b32a33f8e7cffb5e794c6832b3f.tar.bz2
gentoo-2-145bb29578bf0b32a33f8e7cffb5e794c6832b3f.zip
Use https git repo URL.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4F064CA3)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/qtile/ChangeLog5
-rw-r--r--x11-wm/qtile/qtile-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/qtile/ChangeLog b/x11-wm/qtile/ChangeLog
index 662af9802e10..ff47983b7304 100644
--- a/x11-wm/qtile/ChangeLog
+++ b/x11-wm/qtile/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/qtile
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.13 2015/01/20 15:51:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/ChangeLog,v 1.14 2015/01/20 15:53:12 radhermit Exp $
+
+ 20 Jan 2015; Tim Harder <radhermit@gentoo.org> qtile-9999.ebuild:
+ Use https git repo URL.
20 Jan 2015; Tim Harder <radhermit@gentoo.org> qtile-9999.ebuild:
Drop old pycairo and xpyb deps.
diff --git a/x11-wm/qtile/qtile-9999.ebuild b/x11-wm/qtile/qtile-9999.ebuild
index 747e414ba271..72e680e0d9fc 100644
--- a/x11-wm/qtile/qtile-9999.ebuild
+++ b/x11-wm/qtile/qtile-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.10 2015/01/20 15:51:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/qtile/qtile-9999.ebuild,v 1.11 2015/01/20 15:53:12 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1 virtualx
if [[ ${PV} == 9999* ]] ; then
- EGIT_REPO_URI="git://github.com/qtile/qtile.git"
+ EGIT_REPO_URI="https://github.com/qtile/qtile.git"
inherit git-r3
else
SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz"