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 6815F1384B4 for ; Mon, 28 Dec 2015 01:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36E30E0826; Mon, 28 Dec 2015 01:42:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BD695E0826 for ; Mon, 28 Dec 2015 01:42:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09F3733BEE9 for ; Mon, 28 Dec 2015 01:42:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98003CF4 for ; Mon, 28 Dec 2015 01:42:01 +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: <1451266860.9c17354f6801d2bc03b3088b7fb23850a4e1ee1d.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qmake-utils.eclass eclass/qt4-build-multilib.eclass eclass/qt4-r2.eclass eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 9c17354f6801d2bc03b3088b7fb23850a4e1ee1d X-VCS-Branch: master Date: Mon, 28 Dec 2015 01:42:01 +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: 19fab3fb-db94-4eeb-8b58-47844ee1a551 X-Archives-Hash: 61600d79315db6efc1e8be302e89a1d0 commit: 9c17354f6801d2bc03b3088b7fb23850a4e1ee1d Author: Davide Pesavento gentoo org> AuthorDate: Mon Dec 28 01:41:00 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Mon Dec 28 01:41:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9c17354f eclass: do not talk about "herd" eclass/qmake-utils.eclass | 2 +- eclass/qt4-build-multilib.eclass | 2 +- eclass/qt4-r2.eclass | 2 +- eclass/qt5-build.eclass | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass index d300fd2..37c0f81 100644 --- a/eclass/qmake-utils.eclass +++ b/eclass/qmake-utils.eclass @@ -4,7 +4,7 @@ # @ECLASS: qmake-utils.eclass # @MAINTAINER: -# Qt herd +# qt@gentoo.org # @AUTHOR: # Davide Pesavento # @BLURB: Common functions for qmake-based packages. diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index ade46da..51a2f30 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -4,7 +4,7 @@ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: -# Qt herd +# qt@gentoo.org # @AUTHOR: # Davide Pesavento # @BLURB: Eclass for Qt4 split ebuilds with multilib support. diff --git a/eclass/qt4-r2.eclass b/eclass/qt4-r2.eclass index 4a01bd3..1ca40a4 100644 --- a/eclass/qt4-r2.eclass +++ b/eclass/qt4-r2.eclass @@ -4,7 +4,7 @@ # @ECLASS: qt4-r2.eclass # @MAINTAINER: -# Qt herd +# qt@gentoo.org # @BLURB: Eclass for Qt4-based packages, second edition. # @DESCRIPTION: # This eclass contains various functions that may be useful when diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 465d826..0ab7770 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -4,7 +4,7 @@ # @ECLASS: qt5-build.eclass # @MAINTAINER: -# Qt herd +# qt@gentoo.org # @AUTHOR: # Davide Pesavento # @BLURB: Eclass for Qt5 split ebuilds.