From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1224D13832E for ; Sun, 14 Aug 2016 17:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D22E21C012; Sun, 14 Aug 2016 17:49:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 135E921C012 for ; Sun, 14 Aug 2016 17:49:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81E1B340C4B for ; Sun, 14 Aug 2016 17:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B10182456 for ; Sun, 14 Aug 2016 17:49:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1471196936.09a75b16821883ae13a0951d26595357bc48f643.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/qt5ct/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/qt5ct/Manifest x11-misc/qt5ct/qt5ct-0.24.ebuild X-VCS-Directories: x11-misc/qt5ct/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 09a75b16821883ae13a0951d26595357bc48f643 X-VCS-Branch: master Date: Sun, 14 Aug 2016 17:49:12 +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: a83141c4-c64c-4a25-b444-0c7a55cad658 X-Archives-Hash: 7732fbd07d32c618a3917fe0849534db commit: 09a75b16821883ae13a0951d26595357bc48f643 Author: Ilya Tumaykin gmail com> AuthorDate: Fri Aug 12 19:43:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Aug 14 17:48:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09a75b16 x11-misc/qt5ct: remove old Closes: https://github.com/gentoo/gentoo/pull/2074 Package-Manager: portage-2.3.0 x11-misc/qt5ct/Manifest | 1 - x11-misc/qt5ct/qt5ct-0.24.ebuild | 49 ---------------------------------------- 2 files changed, 50 deletions(-) diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest index 38aeeae..9de5f23 100644 --- a/x11-misc/qt5ct/Manifest +++ b/x11-misc/qt5ct/Manifest @@ -1,2 +1 @@ -DIST qt5ct-0.24.tar.bz2 42427 SHA256 d7acba4e36ed6478a4a27a8cc9359b45f2ecdbcb5f46e6a19e6fdd4252b3c24c SHA512 670e518d8b927eb937bbde6e190dba735cdd7d833ada0299f18093b502ddda340b10d5ad6e6be94a7f08c46335ffb84128800c5625063c6614cb1248a00287c1 WHIRLPOOL d85528748440f3d14b68f9cc9bcade1a65e74918960918babf798ce9f7aa3f4c0661a6d59c43340276070882119b2be95a767f1f35f69adc98e52f137083576d DIST qt5ct-0.25.tar.bz2 45094 SHA256 b2669f4317c511895f33d5d11d14a5d9535340c6fb20effe4dd37ab6c152e057 SHA512 7fb50166c83cc15f5ad1bbdc3e6c24e53d33fb34dc2b4c0aadf4bba841f390c5d76f118e4a8cc0674728a92bb5934542ab4c03a51f865a13f378f60064b34fc7 WHIRLPOOL 40c58cb0cc30c34885f544c415e1faffeb10582f18cc9dbe36b6cae417170bf556aafa68b06773854e25b657f4ba404224f8ca16f452829c9afc94f7e0dfe955 diff --git a/x11-misc/qt5ct/qt5ct-0.24.ebuild b/x11-misc/qt5ct/qt5ct-0.24.ebuild deleted file mode 100644 index 76b9a49..0000000 --- a/x11-misc/qt5ct/qt5ct-0.24.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit qmake-utils - -DESCRIPTION="Qt5 configuration tool, similar to qtconfig for Qt4" -HOMEPAGE="https://sourceforge.net/projects/qt5ct/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5= - dev-qt/qtgui:5= - dev-qt/qtwidgets:5= -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -src_configure() { - eqmake5 ${PN}.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs - - echo 'QT_QPA_PLATFORMTHEME=qt5ct' > "${T}"/98${PN} || die - doenvd "${T}"/98${PN} -} - -pkg_postinst() { - if [[ -z ${REPLACING_VERSIONS} ]]; then - ewarn "qt5ct configuration won't be applied to the currently running sessions." - ewarn "Please relogin." - fi - if ! has_version 'dev-qt/qtsvg:5'; then - echo - elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'." - echo - fi -}