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 2A4F01381F3 for ; Sat, 22 Dec 2012 03:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C118C21C028; Sat, 22 Dec 2012 03:34:42 +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 9A83121C01E for ; Sat, 22 Dec 2012 03:34:41 +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 95FAC33D865 for ; Sat, 22 Dec 2012 03:34:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 22318E543C for ; Sat, 22 Dec 2012 03:34:39 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1356146860.c3c033418ef8c10b093eb2a8f662a23b43c25a5a.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: c3c033418ef8c10b093eb2a8f662a23b43c25a5a X-VCS-Branch: master Date: Sat, 22 Dec 2012 03:34:39 +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: 7a8a5cc6-8d2e-4343-83c7-5a2fec7f6981 X-Archives-Hash: 7700656aa83418a4c4096b30b30bbdac commit: c3c033418ef8c10b093eb2a8f662a23b43c25a5a Author: Davide Pesavento gmail com> AuthorDate: Sat Dec 22 03:27:40 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Dec 22 03:27:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c3c03341 [qt5-build.eclass] Add @AUTHOR. --- eclass/qt5-build.eclass | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8b3c8c9..572067b 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -5,6 +5,8 @@ # @ECLASS: qt5-build.eclass # @MAINTAINER: # Qt herd +# @AUTHOR: +# Davide Pesavento # @BLURB: Eclass for Qt5 split ebuilds. # @DESCRIPTION: # This eclass contains various functions that are used when building Qt5.