public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/, profiles/
@ 2016-08-14 11:14 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2016-08-14 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8a1642109b5510ce4181bb311eb390fe8b18b850
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 11:10:36 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 11:13:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a164210

dev-qt/qtquick1: Remove last-rited pkg, #585386

 dev-qt/qtquick1/Manifest                 |  2 --
 dev-qt/qtquick1/metadata.xml             | 23 --------------
 dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild | 52 -------------------------------
 dev-qt/qtquick1/qtquick1-5.6.0.ebuild    | 53 --------------------------------
 profiles/package.mask                    |  5 ---
 5 files changed, 135 deletions(-)

diff --git a/dev-qt/qtquick1/Manifest b/dev-qt/qtquick1/Manifest
deleted file mode 100644
index 006b113..0000000
--- a/dev-qt/qtquick1/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST qtquick1-opensource-src-5.5.1.tar.xz 16028732 SHA256 c812a7e59a8b9f0a87693181059933e15fef04bc875b6486cd653be1b9b51f2c SHA512 dda4ae2af3cccbced78cb98cb3f1cd1f00a6944da9629e3064454f3c0fdbdf5131ca6833c2247807326216a9fecd9f11f6535bf69f9542e41ffce12f75f44fc2 WHIRLPOOL 0e1be7e3e83f4d34ec45df18481c60668e3095b0b7b6f2c034f0f6f48a3b91dc9be57f10604759ff0bbe7e1b61e96a6a642fd2c9d5526a8d2103c14aa0cac7ea
-DIST qtquick1-opensource-src-5.6.0.tar.xz 16020404 SHA256 083a20433d18c50664636ab0de5286250c0f197cbc34b291a150f2d87aae8781 SHA512 cd6cca9b9a4d390da7704218b884520cc7f1f30f7f016f41ee953a5bdc3aa63f1c04ef39b1b55e8e9f985e11c1ba7fa3178552a3c71bf7f5ae25888dc65b1e4b WHIRLPOOL 2c061e9b368fda98a78156a2dbd10986ef1c887e201d06fa4ab66dbb7f97e18c4cebe87056bc5c876cb9a9b4c08415c55c50bc48c6752529c0a10a251ad4b0bd

diff --git a/dev-qt/qtquick1/metadata.xml b/dev-qt/qtquick1/metadata.xml
deleted file mode 100644
index d9e6c88..0000000
--- a/dev-qt/qtquick1/metadata.xml
+++ /dev/null
@@ -1,23 +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="designer">Build plugin for <pkg>dev-qt/designer</pkg></flag>
-		<flag name="gles2">Use GLES 2.0 or later instead of full OpenGL</flag>
-		<flag name="webkit">Build the WebView import for QtQuick1 (requires QtWebKit)</flag>
-		<flag name="xml">Build the XmlListModel import for QtQuick1 (requires QtXmlPatterns)</flag>
-	</use>
-	<upstream>
-		<bugs-to>https://bugreports.qt.io/</bugs-to>
-		<doc>http://doc.qt.io/</doc>
-	</upstream>
-	<slots>
-		<subslots>
-			Must only be used by packages that are known to use private parts of the Qt API.
-		</subslots>
-	</slots>
-</pkgmetadata>

diff --git a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild b/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
deleted file mode 100644
index 674ed39..0000000
--- a/dev-qt/qtquick1/qtquick1-5.5.1-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit qt5-build
-
-DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 arm ~arm64 ~hppa ppc64 x86"
-fi
-
-IUSE="designer gles2 opengl webkit xml"
-
-DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}
-	~dev-qt/qtnetwork-${PV}
-	~dev-qt/qtscript-${PV}
-	~dev-qt/qtsql-${PV}
-	~dev-qt/qtwidgets-${PV}
-	designer? (
-		~dev-qt/designer-${PV}
-		~dev-qt/qtdeclarative-${PV}
-	)
-	opengl? (
-		~dev-qt/qtgui-${PV}[gles2=]
-		~dev-qt/qtopengl-${PV}
-	)
-	webkit? ( ~dev-qt/qtwebkit-${PV} )
-	xml? ( ~dev-qt/qtxmlpatterns-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	qt_use_disable_mod designer designer \
-		src/plugins/plugins.pro
-
-	qt_use_disable_mod opengl opengl \
-		src/imports/imports.pro \
-		tools/qml/qml.pri
-
-	qt_use_disable_mod webkit webkitwidgets \
-		src/imports/imports.pro
-
-	qt_use_disable_mod xml xmlpatterns \
-		src/declarative/declarative.pro \
-		src/declarative/util/util.pri
-
-	qt5-build_src_prepare
-}

diff --git a/dev-qt/qtquick1/qtquick1-5.6.0.ebuild b/dev-qt/qtquick1/qtquick1-5.6.0.ebuild
deleted file mode 100644
index 62473a7..0000000
--- a/dev-qt/qtquick1/qtquick1-5.6.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Legacy declarative UI module for the Qt5 framework (deprecated)"
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${PN}-opensource-src-${PV}.tar.xz"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
-IUSE="designer gles2 opengl webkit xml"
-
-DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}
-	~dev-qt/qtnetwork-${PV}
-	~dev-qt/qtscript-${PV}
-	~dev-qt/qtsql-${PV}
-	~dev-qt/qtwidgets-${PV}
-	designer? (
-		~dev-qt/designer-${PV}
-		~dev-qt/qtdeclarative-${PV}
-	)
-	opengl? (
-		~dev-qt/qtgui-${PV}[gles2=]
-		~dev-qt/qtopengl-${PV}
-	)
-	webkit? ( ~dev-qt/qtwebkit-${PV} )
-	xml? ( ~dev-qt/qtxmlpatterns-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	qt_use_disable_mod designer designer \
-		src/plugins/plugins.pro
-
-	qt_use_disable_mod opengl opengl \
-		src/imports/imports.pro \
-		tools/qml/qml.pri
-
-	qt_use_disable_mod webkit webkitwidgets \
-		src/imports/imports.pro
-
-	qt_use_disable_mod xml xmlpatterns \
-		src/declarative/declarative.pro \
-		src/declarative/util/util.pri
-
-	qt5-build_src_prepare
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index bf4f2fd..b40e7f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -299,11 +299,6 @@ kde-apps/kdepim-icons
 # Masked for removal in 30 days.
 kde-apps/ksnapshot
 
-# Michael Palimaka <kensington@gentoo.org> (13 Jul 2016)
-# No longer supported or released upstream. No revdeps.
-# Masked for removal in 30 days. Bug 585386.
-dev-qt/qtquick1
-
 # Anthony G. Basile <blueness@gentoo.org> (11 Jul 2016)
 # Upstream is in bad shape, bug #585726
 net-dns/namecoind


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-14 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-14 11:14 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtquick1/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox