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 1SfdEo-0001wr-Mr for garchives@archives.gentoo.org; Fri, 15 Jun 2012 20:35:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A494E077A; Fri, 15 Jun 2012 20:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2319DE0788 for ; Fri, 15 Jun 2012 20:34:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A8CD1B404B for ; Fri, 15 Jun 2012 20:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4212CE5435 for ; Fri, 15 Jun 2012 20:34:28 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1339699911.e5daa9e9b0f12ba38b98c806d3029a429c02b3e4.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/const.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: e5daa9e9b0f12ba38b98c806d3029a429c02b3e4 X-VCS-Branch: master Date: Fri, 15 Jun 2012 20:34: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: 9b24183c-4b59-476d-92e3-9a6942cc33bd X-Archives-Hash: 20700ae47d1f2413cee1389dfd4aadc5 commit: e5daa9e9b0f12ba38b98c806d3029a429c02b3e4 Author: Andr=C3=A9 Erdmann mailerd de> AuthorDate: Thu Jun 14 18:51:51 2012 +0000 Commit: Andr=C3=A9 Erdmann mailerd de> CommitDate: Thu Jun 14 18:51:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/R_overlay.git= ;a=3Dcommit;h=3De5daa9e9 add OVERLAY.dir to const --- roverlay/const.py | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/roverlay/const.py b/roverlay/const.py index 7ab1891..0ab36f9 100644 --- a/roverlay/const.py +++ b/roverlay/const.py @@ -27,7 +27,10 @@ _CONSTANTS =3D dict ( '', 'inherit R-packages' ], - ) + ), + OVERLAY =3D dict ( + category =3D 'sci-R', + ), ) =20 def lookup ( key, fallback_value=3DNone ):