summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-12-19 19:36:43 +0100
committerMichał Górny <mgorny@gentoo.org>2016-12-19 19:39:31 +0100
commitfeb52481529e48d257a7281b990ae94c2c1698d2 (patch)
tree6f7e8d653372a5e83d8ba68f9fd4ca6465995ba2
parentnet-print/foomatic-filters: Remove last-rited pkg, #568980 (diff)
downloadgentoo-feb52481529e48d257a7281b990ae94c2c1698d2.tar.gz
gentoo-feb52481529e48d257a7281b990ae94c2c1698d2.tar.bz2
gentoo-feb52481529e48d257a7281b990ae94c2c1698d2.zip
dev-qt/qtopenvg: Remove last-rited pkg
-rw-r--r--dev-qt/qtopenvg/Manifest2
-rw-r--r--dev-qt/qtopenvg/metadata.xml16
-rw-r--r--dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild46
-rw-r--r--dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild43
-rw-r--r--profiles/arch/powerpc/ppc64/package.use.stable.mask6
-rw-r--r--profiles/package.mask5
-rw-r--r--profiles/updates/1Q-20131
7 files changed, 1 insertions, 118 deletions
diff --git a/dev-qt/qtopenvg/Manifest b/dev-qt/qtopenvg/Manifest
deleted file mode 100644
index 1bd4b07babd8..000000000000
--- a/dev-qt/qtopenvg/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qt-everywhere-opensource-src-4.8.6.tar.gz 241623667 SHA256 8b14dd91b52862e09b8e6a963507b74bc2580787d171feda197badfa7034032c SHA512 c2d07c3cf9d687cb9b93e337c89df3f0055bd02bc8aa5ecd55d3ffb238b31a4308aeabc3c51a4f94ac76a1b00796f047513d02e427ed93ae8dd99f836fff7692 WHIRLPOOL 473566814a77237dbdd37a47980c1085f6cf39599c4d6b0120959fe80dadf65c4eaafd5f528dd86cea8815562faa204bedfe3b766c2ca4f2d2c99efc21dbca84
-DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 SHA256 e2882295097e47fe089f8ac741a95fef47e0a73a3f3cdf21b56990638f626ea0 SHA512 f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125 WHIRLPOOL ad8f01172f5bdb3a3a69fe7b03862c4c411bc8d95211053ad66ed1d60a3c0577d073d1075a1e0a80b25d9b2721addda55a2967e6ccf5e194cec8d08770ac5fc2
diff --git a/dev-qt/qtopenvg/metadata.xml b/dev-qt/qtopenvg/metadata.xml
deleted file mode 100644
index 7b9e11fc19ae..000000000000
--- a/dev-qt/qtopenvg/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>qt@gentoo.org</email>
- <name>Gentoo Qt Project</name>
- </maintainer>
- <use>
- <flag name="exceptions">Build with support for exceptions</flag>
- <flag name="qt3support">Enable the Qt3Support libraries for Qt4</flag>
- </use>
- <upstream>
- <bugs-to>https://bugreports.qt.io/</bugs-to>
- <doc>http://doc.qt.io/</doc>
- </upstream>
-</pkgmetadata>
diff --git a/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild b/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild
deleted file mode 100644
index b47b38649283..000000000000
--- a/dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit qt4-build-multilib
-
-DESCRIPTION="The OpenVG module for the Qt toolkit"
-
-if [[ ${QT4_BUILD_TYPE} == live ]]; then
- KEYWORDS=""
-else
- KEYWORDS="amd64 arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd"
-fi
-
-IUSE="qt3support"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
- ~dev-qt/qtgui-${PV}[aqua=,debug=,egl,qt3support=,${MULTILIB_USEDEP}]
- media-libs/mesa[egl,openvg,${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
- src/openvg
- src/plugins/graphicssystems/openvg"
-
-QCONFIG_ADD="openvg"
-QCONFIG_DEFINE="QT_OPENVG"
-
-multilib_src_configure() {
- local myconf=(
- -openvg -egl
- $(qt_use qt3support)
- )
- qt4_multilib_src_configure
-}
-
-multilib_src_install_all() {
- qt4_multilib_src_install_all
-
- dodir /usr/share/qt4/graphicssystems
- echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/openvg || die
-}
diff --git a/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild b/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild
deleted file mode 100644
index f36bacce1a37..000000000000
--- a/dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit qt4-build-multilib
-
-DESCRIPTION="The OpenVG module for the Qt toolkit"
-
-if [[ ${QT4_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-fi
-
-IUSE="qt3support"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=,${MULTILIB_USEDEP}]
- ~dev-qt/qtgui-${PV}[aqua=,debug=,egl,qt3support=,${MULTILIB_USEDEP}]
- media-libs/mesa[egl,openvg,${MULTILIB_USEDEP}]
-"
-RDEPEND="${DEPEND}"
-
-QT4_TARGET_DIRECTORIES="
- src/openvg
- src/plugins/graphicssystems/openvg"
-
-QCONFIG_ADD="openvg"
-QCONFIG_DEFINE="QT_OPENVG"
-
-multilib_src_configure() {
- local myconf=(
- -openvg -egl
- $(qt_use qt3support)
- )
- qt4_multilib_src_configure
-}
-
-multilib_src_install_all() {
- qt4_multilib_src_install_all
-
- dodir /usr/share/qt4/graphicssystems
- echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/openvg || die
-}
diff --git a/profiles/arch/powerpc/ppc64/package.use.stable.mask b/profiles/arch/powerpc/ppc64/package.use.stable.mask
index 495e617c46b6..133342cea4c1 100644
--- a/profiles/arch/powerpc/ppc64/package.use.stable.mask
+++ b/profiles/arch/powerpc/ppc64/package.use.stable.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,10 +29,6 @@ x11-themes/qtcurve qt5
# it's ready for the next stable mpv release after the one below.
=media-video/mpv-0.9.2-r1 sdl
-# Davide Pesavento <pesa@gentoo.org> (11 May 2015)
-# dev-qt/qtopenvg:4 won't be stabilized on this arch
-dev-qt/qtdemo openvg
-
# Pacho Ramos <pacho@gentoo.org> (02 Jul 2014)
# Mask due Gnome3 not going to be stabilized on this arch
dev-java/swt webkit
diff --git a/profiles/package.mask b/profiles/package.mask
index 474f00330e0b..ddb4ef61248c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -336,11 +336,6 @@ x11-themes/crystal
=x11-base/xorg-drivers-1.19*
=x11-base/xorg-server-1.19*
-# Michał Górny <mgorny@gentoo.org> (15 Nov 2016)
-# OpenVG support in Mesa is long gone, and the last version supporting
-# it is removed. Removal in 14 days.
-dev-qt/qtopenvg
-
# Gilles Dartiguelongue <eva@gentoo.org> (12 Nov 2016)
# Keep shotwell development series masked.
>=media-gfx/shotwell-0.25
diff --git a/profiles/updates/1Q-2013 b/profiles/updates/1Q-2013
index c645e115c626..7aca15781597 100644
--- a/profiles/updates/1Q-2013
+++ b/profiles/updates/1Q-2013
@@ -30,7 +30,6 @@ move x11-libs/qt-meta dev-qt/qt-meta
move x11-libs/qt-mobility dev-qt/qt-mobility
move x11-libs/qt-multimedia dev-qt/qtmultimedia
move x11-libs/qt-opengl dev-qt/qtopengl
-move x11-libs/qt-openvg dev-qt/qtopenvg
move x11-libs/qt-phonon dev-qt/qtphonon
move x11-libs/qt-qt3support dev-qt/qt3support
move x11-libs/qt-script dev-qt/qtscript