From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 86B9513873B for ; Sun, 2 Mar 2014 15:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 870FBE0964; Sun, 2 Mar 2014 15:58:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E969E0964 for ; Sun, 2 Mar 2014 15:58:12 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC1BA33FA83 for ; Sun, 2 Mar 2014 15:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 7E0F3183B3 for ; Sun, 2 Mar 2014 15:58:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1393775878.77cfbf59a1bf958b52f9e807e309929b256989aa.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/xcb-util-cursor/, x11-apps/mesa-progs/, x11-libs/xcb-util/, ... X-VCS-Repository: proj/x11 X-VCS-Files: x11-apps/mesa-progs/mesa-progs-9999.ebuild x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild x11-libs/xcb-util-image/xcb-util-image-9999.ebuild x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild x11-libs/xcb-util/xcb-util-9999.ebuild X-VCS-Directories: x11-libs/xcb-util-cursor/ x11-apps/mesa-progs/ x11-libs/xcb-util/ x11-libs/xcb-util-image/ x11-libs/xcb-util-wm/ x11-libs/xcb-util-keysyms/ x11-libs/xcb-util-renderutil/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77cfbf59a1bf958b52f9e807e309929b256989aa X-VCS-Branch: master Date: Sun, 2 Mar 2014 15:58:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 180d0882-461b-4fb3-a94e-d891449a3e4a X-Archives-Hash: fd93538a1c3e9246b7fac3bead745432 commit: 77cfbf59a1bf958b52f9e807e309929b256989aa Author: Michał Górny gentoo org> AuthorDate: Sun Mar 2 15:57:58 2014 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 2 15:57:58 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=77cfbf59 Remove removed git-2 variables. --- x11-apps/mesa-progs/mesa-progs-9999.ebuild | 1 - x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild | 1 - x11-libs/xcb-util-image/xcb-util-image-9999.ebuild | 1 - x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild | 1 - x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild | 1 - x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild | 1 - x11-libs/xcb-util/xcb-util-9999.ebuild | 1 - 7 files changed, 7 deletions(-) diff --git a/x11-apps/mesa-progs/mesa-progs-9999.ebuild b/x11-apps/mesa-progs/mesa-progs-9999.ebuild index 01439f9..408e6b3 100644 --- a/x11-apps/mesa-progs/mesa-progs-9999.ebuild +++ b/x11-apps/mesa-progs/mesa-progs-9999.ebuild @@ -7,7 +7,6 @@ EAPI=5 MY_PN=${PN/progs/demos} MY_P=${MY_PN}-${PV} EGIT_REPO_URI="git://anongit.freedesktop.org/${MY_PN/-//}" -EGIT_PROJECT="mesa-progs" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild index 136033a..aa9fd3e 100644 --- a/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" diff --git a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild b/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild index 8c18e03..1906b68 100644 --- a/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild +++ b/x11-libs/xcb-util-image/xcb-util-image-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-image" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" diff --git a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild index 603de58..5050d05 100644 --- a/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild +++ b/x11-libs/xcb-util-keysyms/xcb-util-keysyms-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-keysyms" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" diff --git a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild index 212557f..75aedfb 100644 --- a/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild +++ b/x11-libs/xcb-util-renderutil/xcb-util-renderutil-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-renderutil" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild index 906ad60..0f59d53 100644 --- a/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild +++ b/x11-libs/xcb-util-wm/xcb-util-wm-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/" diff --git a/x11-libs/xcb-util/xcb-util-9999.ebuild b/x11-libs/xcb-util/xcb-util-9999.ebuild index a0e5e3e..269138f 100644 --- a/x11-libs/xcb-util/xcb-util-9999.ebuild +++ b/x11-libs/xcb-util/xcb-util-9999.ebuild @@ -10,7 +10,6 @@ XORG_DOC=doc inherit xorg-2 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" -EGIT_HAS_SUBMODULES=yes DESCRIPTION="X C-language Bindings sample implementations" HOMEPAGE="http://xcb.freedesktop.org/"