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 1Seoh5-0004TQ-4d for garchives@archives.gentoo.org; Wed, 13 Jun 2012 14:37:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 101F9E0484; Wed, 13 Jun 2012 14:37:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3FF4E0484 for ; Wed, 13 Jun 2012 14:37:02 +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 C23BE1B4033 for ; Wed, 13 Jun 2012 14:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8221BE5430 for ; Wed, 13 Jun 2012 14:37:00 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1339596995.177f363260b622b1a27569c6106dc84b00c60bf5.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: sets/ X-VCS-Repository: proj/qt X-VCS-Files: sets/qt sets/qt4 X-VCS-Directories: sets/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 177f363260b622b1a27569c6106dc84b00c60bf5 X-VCS-Branch: master Date: Wed, 13 Jun 2012 14:37:00 +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: 580d0571-23f1-4200-908e-f0e6c1bd43d7 X-Archives-Hash: 8fc2ac14cf131e045e171fbe051834c9 commit: 177f363260b622b1a27569c6106dc84b00c60bf5 Author: Davide Pesavento gmail com> AuthorDate: Wed Jun 13 14:16:35 2012 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Jun 13 14:16:35 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D177f3632 [sets] Rename qt to qt4 and add SLOT to atoms. --- sets/qt | 21 --------------------- sets/qt4 | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/sets/qt b/sets/qt deleted file mode 100644 index 4fc1be1..0000000 --- a/sets/qt +++ /dev/null @@ -1,21 +0,0 @@ -# set for all Qt modules/packages -# copy this file to /etc/portage/sets/qt-custom for customization - -x11-libs/qt-assistant -x11-libs/qt-bearer -x11-libs/qt-core -x11-libs/qt-dbus -x11-libs/qt-declarative -x11-libs/qt-demo -x11-libs/qt-gui -x11-libs/qt-multimedia -x11-libs/qt-opengl -x11-libs/qt-openvg -x11-libs/qt-phonon -x11-libs/qt-qt3support -x11-libs/qt-script -x11-libs/qt-sql -x11-libs/qt-svg -x11-libs/qt-test -x11-libs/qt-webkit -x11-libs/qt-xmlpatterns diff --git a/sets/qt4 b/sets/qt4 new file mode 100644 index 0000000..c127589 --- /dev/null +++ b/sets/qt4 @@ -0,0 +1,21 @@ +# set for all Qt4 modules +# copy this file to /etc/portage/sets/qt-custom for customization + +x11-libs/qt-assistant:4 +x11-libs/qt-bearer:4 +x11-libs/qt-core:4 +x11-libs/qt-dbus:4 +x11-libs/qt-declarative:4 +x11-libs/qt-demo:4 +x11-libs/qt-gui:4 +x11-libs/qt-multimedia:4 +x11-libs/qt-opengl:4 +x11-libs/qt-openvg:4 +x11-libs/qt-phonon:4 +x11-libs/qt-qt3support:4 +x11-libs/qt-script:4 +x11-libs/qt-sql:4 +x11-libs/qt-svg:4 +x11-libs/qt-test:4 +x11-libs/qt-webkit:4 +x11-libs/qt-xmlpatterns:4