diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-12-19 19:36:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-12-19 19:39:31 +0100 |
commit | feb52481529e48d257a7281b990ae94c2c1698d2 (patch) | |
tree | 6f7e8d653372a5e83d8ba68f9fd4ca6465995ba2 /dev-qt | |
parent | net-print/foomatic-filters: Remove last-rited pkg, #568980 (diff) | |
download | gentoo-feb52481529e48d257a7281b990ae94c2c1698d2.tar.gz gentoo-feb52481529e48d257a7281b990ae94c2c1698d2.tar.bz2 gentoo-feb52481529e48d257a7281b990ae94c2c1698d2.zip |
dev-qt/qtopenvg: Remove last-rited pkg
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtopenvg/Manifest | 2 | ||||
-rw-r--r-- | dev-qt/qtopenvg/metadata.xml | 16 | ||||
-rw-r--r-- | dev-qt/qtopenvg/qtopenvg-4.8.6-r1.ebuild | 46 | ||||
-rw-r--r-- | dev-qt/qtopenvg/qtopenvg-4.8.7.ebuild | 43 |
4 files changed, 0 insertions, 107 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 -} |