From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 121AD1381F3 for ; Wed, 21 Nov 2012 23:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D58E921C05A; Wed, 21 Nov 2012 23:43:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48C2721C05A for ; Wed, 21 Nov 2012 23:43:01 +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 5AAE433D9A2 for ; Wed, 21 Nov 2012 23:43:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CD0A2E5436 for ; Wed, 21 Nov 2012 23:42:58 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1353541371.ba1644f7dac24918d1bca8cf8d17e9240614e35a.eva@gentoo> 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: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: ba1644f7dac24918d1bca8cf8d17e9240614e35a X-VCS-Branch: master Date: Wed, 21 Nov 2012 23:42:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04d92d89-d343-4fb4-b441-0f8989f6bbbe X-Archives-Hash: f064424d2d830118b9a35ffd9fabd44e commit: ba1644f7dac24918d1bca8cf8d17e9240614e35a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 28 17:13:53 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Nov 21 23:42:51 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-bumpchecker.git;a=commit;h=ba1644f7 Add packages to module mapping --- modules/package_module.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/modules/package_module.py b/modules/package_module.py index ad744a0..ec6935a 100644 --- a/modules/package_module.py +++ b/modules/package_module.py @@ -15,9 +15,11 @@ class Package(object): "libidl":"libIDL", "libxml++":"libxmlpp", "pkg-config":"pkgconfig", + "glade":"dev-util/glade", "glade3":"dev-util/glade", "gdl":"dev-libs/gdl", "network-manager-applet": "nm-applet", + "NetworkManager": "networkmanager", "gtk-theme-engine-clearlooks": "gtk-engines-clearlooks", # Perl package mappings 'Glib' : 'dev-perl/glib-perl',