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 ED1AC158009 for ; Sun, 18 Jun 2023 14:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33024E08F7; Sun, 18 Jun 2023 14:53:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 182F5E08F7 for ; Sun, 18 Jun 2023 14:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 48235335DC0 for ; Sun, 18 Jun 2023 14:53:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4E48A66 for ; Sun, 18 Jun 2023 14:53:56 +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: <1687099988.e807b66c67a9f59716cc4176ea28123773c6ef15.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/liblxqt/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/liblxqt/Manifest lxqt-base/liblxqt/liblxqt-1.2.0.ebuild X-VCS-Directories: lxqt-base/liblxqt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e807b66c67a9f59716cc4176ea28123773c6ef15 X-VCS-Branch: master Date: Sun, 18 Jun 2023 14:53:56 +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: abe47346-d43f-41d5-b1b7-b8198cf245ce X-Archives-Hash: 0c7a77288871896e4b638bb79eb7ecc2 commit: e807b66c67a9f59716cc4176ea28123773c6ef15 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 09:21:04 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 18 14:53:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e807b66c lxqt-base/liblxqt: drop 1.2.0 Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/liblxqt/Manifest | 1 - lxqt-base/liblxqt/liblxqt-1.2.0.ebuild | 48 ---------------------------------- 2 files changed, 49 deletions(-) diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest index ae6221a092b1..cd1c944c8d0d 100644 --- a/lxqt-base/liblxqt/Manifest +++ b/lxqt-base/liblxqt/Manifest @@ -1,2 +1 @@ -DIST liblxqt-1.2.0.tar.xz 83144 BLAKE2B dd86925a527ad4e8e019da459fac1f0091035889e4e9147c0f9bed0fc9d34c622e914b53c66868631c94181a4f0cbbbcabccb6620b6e3383395d9dffd5cec05b SHA512 3e9bc5946107a5486fde1ecea1637d16901a272a229525dc3f9c0450225287ce41e3bbec9441797a24bc850ba16e3e1efe172d871c5a6685b5b228b88b5a2221 DIST liblxqt-1.3.0.tar.xz 83524 BLAKE2B 8a2c9df1e76dd93c7905f85d94e9c56db932fc89781aafc577d4b6f0b3db76a862576b39260b75dd219b280723b81ffa306619a9332bce3b5ba51c28b0c08f12 SHA512 71595c98e5236467c96ea903a7326c1ddf04329b34ecce48cda9f55970d4a3b608dd8297a3fc484275fc25d11efa2740837239e4cbf436954d87ee1a0857ba21 diff --git a/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild b/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild deleted file mode 100644 index 472b3876ec25..000000000000 --- a/lxqt-base/liblxqt/liblxqt-1.2.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Common base library for the LXQt desktop environment" -HOMEPAGE="https://lxqt-project.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -fi - -LICENSE="LGPL-2.1+ BSD" -SLOT="0/$(ver_cut 1-2)" -IUSE="+backlight" - -BDEPEND=" - dev-qt/linguist-tools:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - >=dev-libs/libqtxdg-3.10.0 - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=dev-qt/qtx11extras-5.15:5 - >=dev-qt/qtxml-5.15:5 - kde-frameworks/kwindowsystem:5[X] - x11-libs/libX11 - x11-libs/libXScrnSaver - backlight? ( sys-auth/polkit-qt ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DBUILD_BACKLIGHT_LINUX_BACKEND=$(usex backlight) - ) - - cmake_src_configure -}