From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtquick1/
Date: Thu, 16 Jun 2016 12:34:24 +0000 (UTC) [thread overview]
Message-ID: <1466080382.46ba9155dc4b7040a9705777e7c2b9c2ad68ef1c.pesa@gentoo> (raw)
commit: 46ba9155dc4b7040a9705777e7c2b9c2ad68ef1c
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 12:33:02 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 12:33:02 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=46ba9155
dev-qt/qtquick1: remove obsolete package
Gentoo-Bug: 585386
dev-qt/qtquick1/metadata.xml | 23 --------------
dev-qt/qtquick1/qtquick1-5.6.9999.ebuild | 52 --------------------------------
dev-qt/qtquick1/qtquick1-5.7.9999.ebuild | 52 --------------------------------
dev-qt/qtquick1/qtquick1-5.9999.ebuild | 52 --------------------------------
4 files changed, 179 deletions(-)
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.6.9999.ebuild b/dev-qt/qtquick1/qtquick1-5.6.9999.ebuild
deleted file mode 100644
index c2d0c58..0000000
--- a/dev-qt/qtquick1/qtquick1-5.6.9999.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=6
-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.7.9999.ebuild b/dev-qt/qtquick1/qtquick1-5.7.9999.ebuild
deleted file mode 100644
index c2d0c58..0000000
--- a/dev-qt/qtquick1/qtquick1-5.7.9999.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=6
-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.9999.ebuild b/dev-qt/qtquick1/qtquick1-5.9999.ebuild
deleted file mode 100644
index c2d0c58..0000000
--- a/dev-qt/qtquick1/qtquick1-5.9999.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=6
-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
-}
next reply other threads:[~2016-06-16 12:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-16 12:34 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-12 1:12 [gentoo-commits] proj/qt:master commit in: dev-qt/qtquick1/ Davide Pesavento
2016-04-10 17:00 Davide Pesavento
2016-02-10 15:20 Davide Pesavento
2016-02-10 13:26 Michael Palimaka
2016-01-06 13:58 Michael Palimaka
2015-10-16 17:53 Michael Palimaka
2015-07-13 1:35 Davide Pesavento
2015-03-17 17:14 Davide Pesavento
2015-03-17 14:48 Michael Palimaka
2015-03-16 16:03 Michael Palimaka
2014-06-27 17:42 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466080382.46ba9155dc4b7040a9705777e7c2b9c2ad68ef1c.pesa@gentoo \
--to=pesa@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox