From 115dcc7054f5934a2c8e26fd8a8eed5f3e29e9ce Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Mar 2023 09:49:11 +0100 Subject: gentoo auto-resync : 28:03:2023 - 09:49:10 --- lxqt-base/lxqt-admin/Manifest | 2 -- lxqt-base/lxqt-admin/lxqt-admin-1.1.0.ebuild | 35 ---------------------------- 2 files changed, 37 deletions(-) delete mode 100644 lxqt-base/lxqt-admin/lxqt-admin-1.1.0.ebuild (limited to 'lxqt-base/lxqt-admin') diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index f225a64743d6..676934416b2d 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1,5 +1,3 @@ -DIST lxqt-admin-1.1.0.tar.xz 149236 BLAKE2B 912c0bba56e46d654c1facdb1ec084fa16221364f12457186d331d684c08159c726663181b6bc9bed18e14acf6e0b834e46ef1e2df1d50636c3607ca9a5245b5 SHA512 f49e0c3e3b90f5b7fec2e304f45288c685447152bb80bdcf4bfdaa9051fd79ac557e363340e49c04dfe56a5454997d7f3b9488141056789fa2e22873ab1afa3c DIST lxqt-admin-1.2.0.tar.xz 149440 BLAKE2B 51ab909b2cdb531da58130fb316cd1aba7ee4df5b502f0f09a7e110675d349dd69659393d38c126d3ee899f1c4aef7918ffe8425832b2cdfcf35f5752ed9e39f SHA512 bbb8c5c386a5a0b2123140e9a5fdfafbd7d7f12586a311d153454bc8b0af94b671af61b8b406f6ff441e059455d63684291f1eb0c45c063b2f762d19548e5035 -EBUILD lxqt-admin-1.1.0.ebuild 794 BLAKE2B 3100db8b1b865b5722d6cf43a5852e92a2d77ab9b35d4448d88f39d854393850c6083df90ff33bbcf8c5bbf836b4efd4289d68bed9335ec647d265cc87d03858 SHA512 17eb306dc04d922f34c4d0ace0685b8d10125321aa244e0dd951be3c56e3a2624c369c54259aea53677985c5ea4e1f7be5248b8999153e262956735ef88c48dc EBUILD lxqt-admin-1.2.0.ebuild 794 BLAKE2B f91b3225f53ee14faa5dfce69541115b7f50746c6c93f068b47bb59ecd98952c5208347a9f4ce5b4679833e0e544d05b5cc45c4edb4c314f77c6773dc5643ff7 SHA512 9f60dbfdb8f8ec07896bf90fcf66bda4a631fcba9c8cf6267ab88eed5978d554fec903e8501e34a9afbb5b651d3141f7a33e829d7e3c3c5f607464e4455dd4ad MISC metadata.xml 317 BLAKE2B c32f550919926072fb231380675673979f2fee61297981c2ac55300c395dc9052c3f45328641c63d0c42c8ca5053958b7a984942053c5cd4c56cf6a6a4b67743 SHA512 8b3d716d96e51ebfbc7e153c1e92e76eb01dc9df52ce48673117b8ddc2b5670812d380fc6eac47c73d80f72bf67a9a3e09c91d1f6393c390b1271608c7bfeb2f diff --git a/lxqt-base/lxqt-admin/lxqt-admin-1.1.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-1.1.0.ebuild deleted file mode 100644 index 48eb8db87ffd..000000000000 --- a/lxqt-base/lxqt-admin/lxqt-admin-1.1.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt system administration tool" -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 ~riscv x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-0.11.0" -DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - =lxqt-base/liblxqt-${MY_PV}* - kde-frameworks/kwindowsystem:5 - >=sys-auth/polkit-qt-0.113.0 - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" -- cgit v1.2.3