commit:     cd6517fea568572c22a39c983e3805439c659310
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 11:58:46 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 11 12:49:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd6517fe

x11-misc/qt5ct: remove old

Closes: https://github.com/gentoo/gentoo/pull/7420
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-misc/qt5ct/Manifest          |  1 -
 x11-misc/qt5ct/qt5ct-0.33.ebuild | 52 ----------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/x11-misc/qt5ct/Manifest b/x11-misc/qt5ct/Manifest
index 17e90f132be..d3120c352ba 100644
--- a/x11-misc/qt5ct/Manifest
+++ b/x11-misc/qt5ct/Manifest
@@ -1,3 +1,2 @@
 DIST qt5ct-0.31.tar.bz2 55724 BLAKE2B 
54602ee9ed46f790f3a8bc15fa66467382b5830b9a218739bb24483f1f18fe8be8c6a375d83e0b6c02b14bec002aa1e7bf757d6608eb908da0dcf7ced2f6b59d
 SHA512 
9162106febf93b94b8ba847157d20386568bc898d15c6123636ef9d9c50bce3ca4706fbfbfd82053dccf545f91ca40d387d1e9a5bbb6773810a1d931417eaa4e
-DIST qt5ct-0.33.tar.bz2 56448 BLAKE2B 
d8a94ee847e553a209d4729cbe355a6b9eecd9527774b92cae71011b120d09590601b3d74f883eb1528255a585927f92d7be0da433346cfd44c88a2a01bba50f
 SHA512 
670ec099978b569b7607d6a0af0c7e7b66b4b4a374041893c85a8749992ae6a931fa9678fa122baede8a672c0c9798fad8c30c60205c3f9d0ad3dd867e0753ba
 DIST qt5ct-0.35.tar.bz2 62547 BLAKE2B 
dd61f151e1c6c58095889b90cb30bb2baaf21fd8f181af37ee43c1d00404655d57c941cee905e737aff29122ae3f588d5c7ba46dc80ca76d749cc2dd66f35d57
 SHA512 
2bd24221d391c420e73488738ff10762d27eb21fb28dc69da27dcbfface0cd0f16049768b55867a059c93da07eddb76da1bc63aefd516e07e5049c847da3970a

diff --git a/x11-misc/qt5ct/qt5ct-0.33.ebuild b/x11-misc/qt5ct/qt5ct-0.33.ebuild
deleted file mode 100644
index 05b743dbdc0..00000000000
--- a/x11-misc/qt5ct/qt5ct-0.33.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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="+dbus"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5=
-       dev-qt/qtwidgets:5
-       dbus? (
-               dev-qt/qtdbus:5
-               >=dev-qt/qtgui-5.7:5[dbus]
-       )
-"
-DEPEND="${RDEPEND}
-       dev-qt/linguist-tools:5
-"
-
-src_configure() {
-       eqmake5 DEFINES="$(usex dbus '' QT_NO_DBUS)" ${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
-               elog
-               elog "For SVG icon themes, please install 'dev-qt/qtsvg:5'."
-               elog
-       fi
-}

Reply via email to