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 1Q3JjT-0007rx-Sy for garchives@archives.gentoo.org; Sat, 26 Mar 2011 03:00:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F222B1C009; Sat, 26 Mar 2011 03:00:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C4D421C009 for ; Sat, 26 Mar 2011 03:00:00 +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 594BF1B410F for ; Sat, 26 Mar 2011 03:00:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BBDB78006A for ; Sat, 26 Mar 2011 02:59:59 +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/gentoo-bumpchecker:master commit in: modules/ X-VCS-Repository: proj/gentoo-bumpchecker X-VCS-Files: modules/package_module.py X-VCS-Directories: modules/ X-VCS-Committer: nirbheek X-VCS-Committer-Name: Nirbheek Chauhan X-VCS-Revision: ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70 Date: Sat, 26 Mar 2011 02:59:59 +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: 06baa71a8994a2b08b70f0ba654f026b commit: ee2b53a81550f50f4d3cdb5c2a9d8dccf147ca70 Author: Nirbheek Chauhan gentoo org> AuthorDate: Sat Mar 26 02:52:18 2011 +0000 Commit: Nirbheek Chauhan gentoo org> CommitDate: Sat Mar 26 02:58:56 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoo-bumpch= ecker.git;a=3Dcommit;h=3Dee2b53a8 Add cantarell to the package mapping list --- modules/package_module.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/package_module.py b/modules/package_module.py index 76fc1a0..5f3dd69 100644 --- a/modules/package_module.py +++ b/modules/package_module.py @@ -9,6 +9,7 @@ import portage_module =20 class Package(object): special_cases =3D { + "cantarell-fonts":"cantarell", "GConf":"gconf", "ORBit2":"orbit", "libidl":"libIDL",