Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: eclass/
Date: Sun, 06 Feb 2011 15:49:37
Message-Id: 222e6724aa2e15d8f0c4933599a9d4bb82699141.mgorny@gentoo
1 commit: 222e6724aa2e15d8f0c4933599a9d4bb82699141
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 15:18:49 2011 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 15:48:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=222e6724
7
8 [eclass] The 'xserver' module has been moved to git root.
9
10 ---
11 eclass/xorg-2.eclass | 1 -
12 1 files changed, 0 insertions(+), 1 deletions(-)
13
14 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
15 index f9a267e..f5b46eb 100644
16 --- a/eclass/xorg-2.eclass
17 +++ b/eclass/xorg-2.eclass
18 @@ -73,7 +73,6 @@ if [[ -z ${MODULE} ]]; then
19 x11-apps|x11-wm) MODULE=app/ ;;
20 x11-misc|x11-themes) MODULE=util/ ;;
21 x11-drivers) MODULE=driver/ ;;
22 - x11-base) MODULE=xserver/ ;;
23 x11-proto) MODULE=proto/ ;;
24 x11-libs) MODULE=lib/ ;;
25 *) MODULE= ;;