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 1QJ97S-0006ih-3w for garchives@archives.gentoo.org; Sun, 08 May 2011 18:54:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBCC61C019; Sun, 8 May 2011 18:54:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F0C11C013 for ; Sun, 8 May 2011 18:54:09 +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 D168C1B4062 for ; Sun, 8 May 2011 18:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 11BAC45B2A for ; Sun, 8 May 2011 18:54:08 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <5a5df3165db085622cbe276eca5458f274a564a2.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-python.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5a5df3165db085622cbe276eca5458f274a564a2 Date: Sun, 8 May 2011 18:54:08 +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: 7528eb783811ae7928f46ab353b96e42 commit: 5a5df3165db085622cbe276eca5458f274a564a2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 8 18:50:39 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun May 8 18:53:52 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5a5df316 eclass/gnome2-python: import header from eclass submitted by Arfrever --- eclass/gnome2-python.eclass | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/eclass/gnome2-python.eclass b/eclass/gnome2-python.eclass index fa31067..3f98649 100644 --- a/eclass/gnome2-python.eclass +++ b/eclass/gnome2-python.eclass @@ -2,10 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 -# -# Original Author: Gilles Dartiguelongue -# Purpose: -# +# @ECLASS: gnome2-python.eclass +# @MAINTAINER: +# Gentoo GNOME Project +# Gentoo Python Project +# @BLURB: Eclass for GNOME Python packages supporting installation for m= ultiple Python ABIs +# @DESCRIPTION: +# The gnome2-python eclass defines phase functions for GNOME Python pack= ages supporting +# installation for multiple Python ABIs. =20 inherit gnome2 python =20