diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2015-02-15 18:13:13 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2015-02-15 18:13:13 +0000 |
commit | 3c433a7b9ae968b867ad4f8d23d5279aae0a60ac (patch) | |
tree | fbe868cb188dfdbbfbe04e88f6e60ad74cd94dc3 /x11-wm | |
parent | keyword on ~alpha/~ia64/~ppc/~ppc64 (diff) | |
download | gentoo-2-3c433a7b9ae968b867ad4f8d23d5279aae0a60ac.tar.gz gentoo-2-3c433a7b9ae968b867ad4f8d23d5279aae0a60ac.tar.bz2 gentoo-2-3c433a7b9ae968b867ad4f8d23d5279aae0a60ac.zip |
i3 git repo moved to github
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index 684b38e46f1a..41ee5e47126c 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/i3 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.59 2014/12/23 17:31:15 xarthisius Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.60 2015/02/15 18:13:13 ultrabug Exp $ + + 15 Feb 2015; Ultrabug <ultrabug@gentoo.org> i3-9999.ebuild: + i3 git repo moved to github 23 Dec 2014; Kacper Kowalik <xarthisius@gentoo.org> -i3-4.6.ebuild, -i3-4.7.2-r1.ebuild, -i3-4.7.2.ebuild, -i3-4.7.ebuild: diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 576d682f39bf..c08d54705066 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-9999.ebuild,v 1.5 2014/06/25 08:41:42 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-9999.ebuild,v 1.6 2015/02/15 18:13:13 ultrabug Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit eutils toolchain-funcs git-2 DESCRIPTION="An improved dynamic tiling window manager" HOMEPAGE="http://i3wm.org/" SRC_URI="" -EGIT_REPO_URI="git://code.i3wm.org/i3" +EGIT_REPO_URI="git://github.com/i3/i3" EGIT_BRANCH="next" LICENSE="BSD" |