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 5B3A215864F for ; Sun, 26 Mar 2023 15:50:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E164CE07C7; Sun, 26 Mar 2023 15:50:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 C5E1AE07B2 for ; Sun, 26 Mar 2023 15:50:06 +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 E70413411E2 for ; Sun, 26 Mar 2023 15:50:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE9196E for ; Sun, 26 Mar 2023 15:50:02 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1679843757.0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-about/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-about/Manifest lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild X-VCS-Directories: lxqt-base/lxqt-about/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd X-VCS-Branch: master Date: Sun, 26 Mar 2023 15:50:02 +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: add9cbb0-bfb6-4617-881d-8e4e1d51b448 X-Archives-Hash: 31b91a8f05333e84fa3aae20a4ab414b commit: 0e0c7e8d694b2e7ed1773cb11a428c77f93b54fd Author: Jimi Huotari gentoo org> AuthorDate: Sun Mar 26 15:15:57 2023 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Mar 26 15:15:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0c7e8d lxqt-base/lxqt-about: drop 1.1.0 Signed-off-by: Jimi Huotari gentoo.org> lxqt-base/lxqt-about/Manifest | 1 - lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild | 32 ---------------------------- 2 files changed, 33 deletions(-) diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest index dac7f6e7f450..341a8198e4c3 100644 --- a/lxqt-base/lxqt-about/Manifest +++ b/lxqt-base/lxqt-about/Manifest @@ -1,2 +1 @@ -DIST lxqt-about-1.1.0.tar.xz 45324 BLAKE2B fd2c81a37e28c0437ea9b5655182a0f49ff9a364084eddc18869ba7b77d2d05b7d667d054c6ea7fb2fb2828511a68094f89fdbfc9fb7f5d76be7b2a537f7675c SHA512 d98f7892d416ed4dc6b77fd9d0ef1ce090f41e21f964b651cfd049b285766a46bf72f5111879c56760fd701926b8760734322edc0969019c3b161436e14a2104 DIST lxqt-about-1.2.0.tar.xz 45808 BLAKE2B e92778fc33fd5b9e2fa88cb86c8682c2dfe7d612d1391d8bd133682a97d334b7452217845bf18bab9f8fbb8f91a4eae7b64b88be564b4d490f791fba366ee017 SHA512 16513bda9dc243fad1196f30fe9f90558c96a3bbe64f7575bf8e393e95a4fd2ead3abcb5542b237b3766c5f25cc04fe782b22918bce65ab339e9b94e616f4790 diff --git a/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild deleted file mode 100644 index 0f48bc6721d5..000000000000 --- a/lxqt-base/lxqt-about/lxqt-about-1.1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt about dialog" -HOMEPAGE="https://lxqt-project.org/" - -MY_PV="$(ver_cut 1-2)" - -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+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-0.11.0" -DEPEND=" - >=dev-libs/libqtxdg-3.9.0 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}"