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 1Q6ufw-0002ey-Pj for garchives@archives.gentoo.org; Tue, 05 Apr 2011 01:03:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88332E08A0; Tue, 5 Apr 2011 00:57:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 54E0FE08A0 for ; Tue, 5 Apr 2011 00:57:43 +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 068E51B40E1 for ; Tue, 5 Apr 2011 00:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5A38A8006D for ; Tue, 5 Apr 2011 00:57:42 +0000 (UTC) From: "Nirbheek Chauhan" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nirbheek Chauhan" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: ad0b66fb93f9bf52178c0d15943304c28e38cc1c Date: Tue, 5 Apr 2011 00:57:42 +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: 60e04eae2f44f0319407aaeb77c7cd72 commit: ad0b66fb93f9bf52178c0d15943304c28e38cc1c Author: Nirbheek Chauhan gentoo org> AuthorDate: Mon Apr 4 22:11:28 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Tue Apr 5 00:29:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Dad0b66fb gnome2-live.eclass: use GNOME_LIVE_MODULE instead of MODPATH --- eclass/gnome2-live.eclass | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 03654ae..e85a9c9 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -38,8 +38,8 @@ DEPEND=3D"${DEPEND} # Extra options passed to elibtoolize ELTCONF=3D${ELTCONF:-} =20 -# Default module svn path -MODPATH=3D${MODPATH:-"${PN}"} +# Default git module name +GNOME_LIVE_MODULE=3D${MODPATH:-"${PN}"} =20 # GIT URI for the project EGIT_REPO_URI=3D"${EGIT_REPO_URI:-"git://git.gnome.org/${MODPATH}"}"