From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtchooser/
Date: Thu, 6 Jun 2019 20:33:25 +0000 (UTC) [thread overview]
Message-ID: <1559853194.efdcb6d46607e94c1ce70ba9d09c5fb8b71f261f.asturm@gentoo> (raw)
commit: efdcb6d46607e94c1ce70ba9d09c5fb8b71f261f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 5 07:25:38 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 20:33:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efdcb6d4
dev-qt/qtchooser: Drop 0_p20170803
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtchooser/Manifest | 1 -
dev-qt/qtchooser/qtchooser-0_p20170803.ebuild | 74 ---------------------------
2 files changed, 75 deletions(-)
diff --git a/dev-qt/qtchooser/Manifest b/dev-qt/qtchooser/Manifest
index 1a512a4b43b..f4c6dd2b69e 100644
--- a/dev-qt/qtchooser/Manifest
+++ b/dev-qt/qtchooser/Manifest
@@ -1,2 +1 @@
-DIST qtchooser-0_p20170803.tar.xz 32012 BLAKE2B a0363ccebfd17c2ad514afbaf7ea80456826a42b88badff3a2ff4259745721f336a1b034f4a51831832f5b2dcd042c7c010c47e0f17b77ecacc5520f0c6f8d53 SHA512 320d898617ad52392fe24834e99ace685dac84e3a7edb1f6e6358baadb6658a51b02ae1af465ef5e081485a002c787c6884b6e1637ffd0406767fe7555fc32a7
DIST qtchooser-66.tar.xz 32008 BLAKE2B 1faf4a44406655621e65132289af6a8b0d23f0c1027a3b99017c3951705378bebcfbc3cb32aa59975a101f21294ff701ca6eb6ec18ce977b714a426be0fbcd6d SHA512 0c7d3588ddd7b21e6e9d799204924e06e0b0950c898dfd23088f1e7657b7f821a35579aa062658499809f9d9757e82c3c592591aa2e5ec453463929bf2b33bac
diff --git a/dev-qt/qtchooser/qtchooser-0_p20170803.ebuild b/dev-qt/qtchooser/qtchooser-0_p20170803.ebuild
deleted file mode 100644
index daf813fca12..00000000000
--- a/dev-qt/qtchooser/qtchooser-0_p20170803.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils toolchain-funcs
-
-DESCRIPTION="Qt4/Qt5 version chooser"
-HOMEPAGE="https://code.qt.io/cgit/qtsdk/qtchooser.git/"
-SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="test"
-
-DEPEND="test? (
- dev-qt/qtcore:5
- dev-qt/qttest:5
- )"
-RDEPEND="
- !<dev-qt/assistant-4.8.6:4
- !<dev-qt/designer-4.8.6:4
- !<dev-qt/linguist-4.8.6:4
- !<dev-qt/pixeltool-4.8.6:4
- !<dev-qt/qdbusviewer-4.8.6:4
- !<dev-qt/qt3support-4.8.6:4
- !<dev-qt/qtbearer-4.8.6:4
- !<dev-qt/qtcore-4.8.6:4
- !<dev-qt/qtdbus-4.8.6:4
- !<dev-qt/qtdeclarative-4.8.6:4
- !<dev-qt/qtdemo-4.8.6:4
- !<dev-qt/qtgui-4.8.6:4
- !<dev-qt/qthelp-4.8.6:4
- !<dev-qt/qtmultimedia-4.8.6:4
- !<dev-qt/qtopengl-4.8.6:4
- !<dev-qt/qtopenvg-4.8.6:4
- !<dev-qt/qtphonon-4.8.6:4
- !<dev-qt/qtscript-4.8.6:4
- !<dev-qt/qtsql-4.8.6:4
- !<dev-qt/qtsvg-4.8.6:4
- !<dev-qt/qttest-4.8.6:4
- !<dev-qt/qtwebkit-4.8.6:4
- !<dev-qt/qtxmlpatterns-4.8.6:4
-"
-
-qtchooser_make() {
- emake \
- CXX="$(tc-getCXX)" \
- LFLAGS="${LDFLAGS}" \
- prefix="${EPREFIX}/usr" \
- "$@"
-}
-
-src_compile() {
- qtchooser_make
-}
-
-src_test() {
- pushd tests/auto >/dev/null || die
- eqmake5
- popd >/dev/null || die
-
- qtchooser_make check
-}
-
-src_install() {
- qtchooser_make INSTALL_ROOT="${D}" install
-
- keepdir /etc/xdg/qtchooser
-
- # TODO: bash and zsh completion
- # newbashcomp scripts/${PN}.bash ${PN}
-}
next reply other threads:[~2019-06-06 20:33 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-06 20:33 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-28 5:06 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtchooser/ WANG Xuerui
2022-04-18 12:45 Andreas Sturmlechner
2022-04-17 19:29 Sam James
2022-04-12 18:45 Arthur Zamarin
2021-10-17 0:29 Sam James
2021-09-30 18:20 Sam James
2021-07-24 23:43 Yixun Lan
2019-06-06 20:33 Andreas Sturmlechner
2019-05-24 20:48 Aaron Bauman
2019-05-23 13:20 Mikle Kolyada
2019-05-23 12:26 Mikle Kolyada
2019-05-21 20:50 Mikle Kolyada
2019-05-21 15:03 Mikle Kolyada
2018-12-22 20:13 Davide Pesavento
2018-07-13 10:30 Michael Palimaka
2018-06-22 5:38 Andreas Sturmlechner
2018-05-03 17:12 Markus Meier
2018-04-19 22:14 Sergei Trofimovich
2018-04-12 20:54 Thomas Deutschmann
2018-04-01 11:09 Tobias Klausmann
2018-03-30 13:32 Aaron Bauman
2018-03-27 22:32 Sergei Trofimovich
2017-09-03 0:55 Davide Pesavento
2017-06-18 9:06 Michael Palimaka
2016-06-01 23:38 Davide Pesavento
2016-06-01 20:49 Michael Palimaka
2016-03-19 11:35 Agostino Sarubbo
2016-02-13 8:22 Jeroen Roovers
2016-02-03 20:54 Markus Meier
2016-02-03 20:51 Tobias Klausmann
2016-01-25 15:44 Agostino Sarubbo
2016-01-24 23:59 Davide Pesavento
2015-10-26 2:01 Davide Pesavento
2015-10-16 13:08 Michał Górny
2015-10-06 16:41 Chí-Thanh Christopher Nguyễn
2015-08-24 14:14 Mikle Kolyada
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=1559853194.efdcb6d46607e94c1ce70ba9d09c5fb8b71f261f.asturm@gentoo \
--to=asturm@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