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 3906D158009 for ; Sun, 18 Jun 2023 14:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B97A1E094E; Sun, 18 Jun 2023 14:54:01 +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 9B271E094E for ; Sun, 18 Jun 2023 14:54:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 414BD340FCF for ; Sun, 18 Jun 2023 14:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A16AA2 for ; Sun, 18 Jun 2023 14:53:57 +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: <1687099991.ed14616fc159bd3b2255b2ac80d469257af94782.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-session/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxqt-base/lxqt-session/Manifest lxqt-base/lxqt-session/lxqt-session-1.2.0.ebuild X-VCS-Directories: lxqt-base/lxqt-session/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ed14616fc159bd3b2255b2ac80d469257af94782 X-VCS-Branch: master Date: Sun, 18 Jun 2023 14:53:57 +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: 8e836f77-0a18-4d17-bc31-259ef4b08709 X-Archives-Hash: 7a1e732921cbddad1d4521556bdb5bab commit: ed14616fc159bd3b2255b2ac80d469257af94782 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 09:21:36 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 18 14:53:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed14616f lxqt-base/lxqt-session: drop 1.2.0 Signed-off-by: Andreas Sturmlechner gentoo.org> lxqt-base/lxqt-session/Manifest | 1 - lxqt-base/lxqt-session/lxqt-session-1.2.0.ebuild | 61 ------------------------ 2 files changed, 62 deletions(-) diff --git a/lxqt-base/lxqt-session/Manifest b/lxqt-base/lxqt-session/Manifest index a0f473be4ff9..948338165e76 100644 --- a/lxqt-base/lxqt-session/Manifest +++ b/lxqt-base/lxqt-session/Manifest @@ -1,2 +1 @@ -DIST lxqt-session-1.2.0.tar.xz 185092 BLAKE2B 625a099628203b3b75ad77490e58dba19c89e1ce9de49006d649e228b1ff74f5a2f4743b35e4ba161737eef6eca42cedcead0e50ea62b9e4a25e3d7680e1c363 SHA512 9edbf8ef084ebf5b3fc2e9b30c20d537d1dcefc518428e4367fd4a3ecb9e6a67fb4f8a56def838fb6ff167c481398491de4309f2ad16465bba1bbca1f1b7cf4d DIST lxqt-session-1.3.0.tar.xz 186860 BLAKE2B 7b52f82f2d4bc75bf03e7d2e3456797238ea91856088b2e39f8b5caa4f4f55ab92292e875d3aeb845e96e98435936a1fb0bf6db1c1d04091f5df80d75745bb22 SHA512 4ad358ad8a01fe6df697cb4dc19abee7ed9b37dce13022e2fc1b309a5adbb942c69fc4de401fbc16e51394d38482a98bf2f5ebcc0a64194e03bd714691ad96db diff --git a/lxqt-base/lxqt-session/lxqt-session-1.2.0.ebuild b/lxqt-base/lxqt-session/lxqt-session-1.2.0.ebuild deleted file mode 100644 index 815d9cc881bf..000000000000 --- a/lxqt-base/lxqt-session/lxqt-session-1.2.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt Session Manager" -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 - -IUSE="+udev" - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - >=app-misc/qtxdg-tools-3.10.0 - >=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 - kde-frameworks/kwindowsystem:5[X] - =lxqt-base/liblxqt-${MY_PV}*:= - sys-process/procps:= - x11-libs/libX11 - x11-misc/xdg-user-dirs - udev? ( virtual/libudev:= ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DWITH_LIBUDEV=$(usex udev) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - doman lxqt-config-session/man/*.1 lxqt-session/man/*.1 - - newenvd - 91lxqt-config-dir <<- _EOF_ - XDG_CONFIG_DIRS='${EPREFIX}/usr/share' - _EOF_ -}