diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-08-12 02:14:01 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-13 17:45:26 +0200 |
commit | 63d501afb460ebb275d0e0f00c17ebcc2687fed5 (patch) | |
tree | 039de477f963b0be4400f9c5cd6eca85db4cad8e /x11-themes | |
parent | x11-misc/qps: remove versions 1.10.20 and 2.0.0 (diff) | |
download | gentoo-63d501afb460ebb275d0e0f00c17ebcc2687fed5.tar.gz gentoo-63d501afb460ebb275d0e0f00c17ebcc2687fed5.tar.bz2 gentoo-63d501afb460ebb275d0e0f00c17ebcc2687fed5.zip |
x11-themes/lxqt-themes: remove version 0.14.0
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lxqt-themes/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest index 26224d8da9d3..0f7f05f89f7f 100644 --- a/x11-themes/lxqt-themes/Manifest +++ b/x11-themes/lxqt-themes/Manifest @@ -1,2 +1 @@ -DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2 DIST lxqt-themes-0.15.0.tar.xz 3203876 BLAKE2B d2c1c15c70b3a90fec23287bdaa9eb31375a23257376e575572769faf91d27c79e5f0ea868bcbcde29964d4aa52d6eea355e82d63076e4ff7e558d9f2f98d06b SHA512 7ef0c5af9945ef450d78e4991e482781728867e7d4f6793832c822135a47288b0c08d883d207ee7f275585fa7ae17f2e6bdbdaf01295ae2810e01c43330f2f9d diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild deleted file mode 100644 index efe00eba3bb2..000000000000 --- a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Themes, graphics and icons for LXQt" -HOMEPAGE="https://lxqt.github.io/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-0.6.0" -DEPEND="" -RDEPEND="${DEPEND}" |