From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39BDB158086 for ; Sun, 2 Jan 2022 08:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DB62C4009; Sun, 2 Jan 2022 08:11:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A8652C4009 for ; Sun, 2 Jan 2022 08:11:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 901E7343027 for ; Sun, 2 Jan 2022 08:11:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0182223E for ; Sun, 2 Jan 2022 08:11:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1641111071.a08d1edf0e8ccdf7286720c07c3cb5c095cc7ee5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-libs/qrosscore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qrosscore/Manifest dev-libs/qrosscore/metadata.xml dev-libs/qrosscore/qrosscore-0.3.2.ebuild dev-libs/qrosscore/qrosscore-9999.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-libs/qrosscore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a08d1edf0e8ccdf7286720c07c3cb5c095cc7ee5 X-VCS-Branch: master Date: Sun, 2 Jan 2022 08:11:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d4755ad-9e84-4cd0-afd6-6d81305518c9 X-Archives-Hash: c474453d7c91227e55c88572ce3cb4de commit: a08d1edf0e8ccdf7286720c07c3cb5c095cc7ee5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 2 08:00:23 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 2 08:11:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08d1edf dev-libs/qrosscore: Remove last-rited package Closes: https://bugs.gentoo.org/774498 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/qrosscore/Manifest | 1 - dev-libs/qrosscore/metadata.xml | 15 --------------- dev-libs/qrosscore/qrosscore-0.3.2.ebuild | 27 --------------------------- dev-libs/qrosscore/qrosscore-9999.ebuild | 29 ----------------------------- profiles/package.mask | 4 ---- 5 files changed, 76 deletions(-) diff --git a/dev-libs/qrosscore/Manifest b/dev-libs/qrosscore/Manifest deleted file mode 100644 index d8f0bcb6d3fe..000000000000 --- a/dev-libs/qrosscore/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qrosscore-0.3.2.tar.gz 3963954 BLAKE2B c7553fc1a0a2f4fd3f41ae0dd8bbb8c752c790c8a79b95b9b05ee38260e1ab9b2a337cc8fdf9b9aa513cc178f1155e0f3d7e5e0238aca50c9c970b981c189418 SHA512 2f86aa156af3a00eed38160258b2c178891e134f455e5c3f93a681193ea1d526d1adb6f428b948b8f52768415daed2c4dd7fb34040ff3046eea20bed81ea4d16 diff --git a/dev-libs/qrosscore/metadata.xml b/dev-libs/qrosscore/metadata.xml deleted file mode 100644 index 1d65c4937535..000000000000 --- a/dev-libs/qrosscore/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - 0xd34df00d@gmail.com - Georg Rudoy - - - proxy-maint@gentoo.org - Proxy Maintainers - - - 0xd34df00d/Qross - - diff --git a/dev-libs/qrosscore/qrosscore-0.3.2.ebuild b/dev-libs/qrosscore/qrosscore-0.3.2.ebuild deleted file mode 100644 index d56c0d2df65e..000000000000 --- a/dev-libs/qrosscore/qrosscore-0.3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)" -HOMEPAGE="https://github.com/0xd34df00d/Qross" -SRC_URI="https://github.com/0xd34df00d/Qross/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 - dev-qt/designer:5 - dev-qt/qtscript:5 -" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/Qross-${PV}/src/qross" - -mycmakeargs=( -DUSE_QT5=ON ) diff --git a/dev-libs/qrosscore/qrosscore-9999.ebuild b/dev-libs/qrosscore/qrosscore-9999.ebuild deleted file mode 100644 index fd34067bae29..000000000000 --- a/dev-libs/qrosscore/qrosscore-9999.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils git-r3 - -EGIT_REPO_URI="https://github.com/0xd34df00d/Qross.git" - -DESCRIPTION="KDE-free version of Kross (core libraries and Qt Script backend)" -HOMEPAGE="https://github.com/0xd34df00d/Qross" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="debug" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/designer:5 - dev-qt/qtscript:5 -" -DEPEND="${RDEPEND}" - -CMAKE_USE_DIR="${S}/src/qross" - -mycmakeargs=( -DUSE_QT5=ON ) diff --git a/profiles/package.mask b/profiles/package.mask index 40f91a10ffad..5fbe7a761627 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -228,10 +228,6 @@ net-analyzer/amap # Bug #770589; masked for removal on 2021-12-30. dev-python/python-fcl -# Andreas Sturmlechner (2021-11-30) -# No revdeps, bug #774498; masked for removal on 2021-12-30. -dev-libs/qrosscore - # Hans de Graaff (2021-11-26) # Mask new rubygems version for testing. This version uses a new # gentoo-defaults profile, bug #789957