From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Pm6rp-0007iw-83 for garchives@archives.gentoo.org; Sun, 06 Feb 2011 15:49:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE078E0AEB; Sun, 6 Feb 2011 15:49:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 79590E0AEB for ; Sun, 6 Feb 2011 15:49:29 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6E661B406B for ; Sun, 6 Feb 2011 15:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5209F8006E for ; Sun, 6 Feb 2011 15:49:28 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <222e6724aa2e15d8f0c4933599a9d4bb82699141.mgorny@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: eclass/ X-VCS-Repository: proj/x11 X-VCS-Files: eclass/xorg-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 222e6724aa2e15d8f0c4933599a9d4bb82699141 Date: Sun, 6 Feb 2011 15:49:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 07acd96a2f85a14947c7110066c768e4 commit: 222e6724aa2e15d8f0c4933599a9d4bb82699141 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Sun Feb 6 15:18:49 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Sun Feb 6 15:48:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/x11.git;a=3Dc= ommit;h=3D222e6724 [eclass] The 'xserver' module has been moved to git root. --- eclass/xorg-2.eclass | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index f9a267e..f5b46eb 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -73,7 +73,6 @@ if [[ -z ${MODULE} ]]; then x11-apps|x11-wm) MODULE=3Dapp/ ;; x11-misc|x11-themes) MODULE=3Dutil/ ;; x11-drivers) MODULE=3Ddriver/ ;; - x11-base) MODULE=3Dxserver/ ;; x11-proto) MODULE=3Dproto/ ;; x11-libs) MODULE=3Dlib/ ;; *) MODULE=3D ;;