commit: b598cb24fa0ab2bf3217671b0b96407c04e7bfe9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jun 2 11:33:48 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jun 8 20:55:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b598cb24
dev-libs/sni-qt: Remove last-rited package dev-libs/sni-qt/Manifest | 1 - dev-libs/sni-qt/metadata.xml | 11 --------- dev-libs/sni-qt/sni-qt-0.2.6-r1.ebuild | 41 ---------------------------------- profiles/package.mask | 4 ---- 4 files changed, 57 deletions(-) diff --git a/dev-libs/sni-qt/Manifest b/dev-libs/sni-qt/Manifest deleted file mode 100644 index 45ef5e72777..00000000000 --- a/dev-libs/sni-qt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sni-qt-0.2.6.tar.bz2 34082 BLAKE2B 6b84204240ef1980ddea430cb7dd0347bfb9391d20eb5d50071f2bc88a031d8eb0d134ea358d8eae59ed283e72db7f44ee2cff5c517529604d3e4c9d396be91b SHA512 aa4cffeb3a5a70d65bd5ff42dcdd1c8efd107ade32a104b9a91696aecfb39a7a15d151f7491030ac0d7df796f2c7e4e6c3c0b7e32ee07a7cdc949da757147621 diff --git a/dev-libs/sni-qt/metadata.xml b/dev-libs/sni-qt/metadata.xml deleted file mode 100644 index 2d654473c3c..00000000000 --- a/dev-libs/sni-qt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <remote-id type="launchpad">sni-qt</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-libs/sni-qt/sni-qt-0.2.6-r1.ebuild b/dev-libs/sni-qt/sni-qt-0.2.6-r1.ebuild deleted file mode 100644 index 81d5e574ac0..00000000000 --- a/dev-libs/sni-qt/sni-qt-0.2.6-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-multilib - -DESCRIPTION="A Qt plugin which turns all QSystemTrayIcon into StatusNotifierItems" -HOMEPAGE="https://launchpad.net/sni-qt" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="test" - -RDEPEND=" - dev-libs/libdbusmenu-qt[qt4,${MULTILIB_USEDEP}] - >=dev-qt/qtcore-4.8.6:4[${MULTILIB_USEDEP}] - >=dev-qt/qtdbus-4.8.6:4[${MULTILIB_USEDEP}] - >=dev-qt/qtgui-4.8.6:4[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND} - test? ( >=dev-qt/qttest-4.8.6:4[${MULTILIB_USEDEP}] ) -" - -src_prepare() { - if ! use test ; then - comment_add_subdirectory tests/auto - fi - - cmake-utils_src_prepare -} - -multilib_src_configure() { - local mycmakeargs=( - -DQT_QMAKE_EXECUTABLE="/usr/$(get_libdir)/qt4/bin/qmake" - ) - - cmake-utils_src_configure -} diff --git a/profiles/package.mask b/profiles/package.mask index d938b3766ed..b581696c73c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -228,10 +228,6 @@ media-libs/libprojectm-qt media-sound/projectm-pulseaudio media-sound/projectm-jack -# Andreas Sturmlechner <[email protected]> (10 May 2018) -# Depends on dead Qt4, no revdeps. Masked for removal in 30 days. -dev-libs/sni-qt - # Hans de Graaff <[email protected]> (7 May 2018) # Old slots that are ruby23-only and no longer maintained # upstream, and that do not have packages depend on them.
