x11-themes/lxqt-themes: remove version 0.13.0

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Jimi Huotari
2019-06-21 16:30:04 +03:00
committed by Andreas Sturmlechner
parent 722915d9b9
commit b69ae739c5
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST lxqt-themes-0.13.0.tar.xz 3203740 BLAKE2B 4dd461e576d2c9231b856dcec39c88098f0058f76bd61fa489bb77aee56f13d7407f17de6d85b254c8d80bd9893a177dc7b6a236d307895f0b12bd7b1dc4b372 SHA512 d246719a04b9247e099a19f8ce1b3d27a2b8c4b57266043fe219daff796014f963b65f50b73a4115badf4901a7b2bdd145f0518647ced45a5857f5b859b14081
DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils
DESCRIPTION="Themes, graphics and icons for LXQt"
HOMEPAGE="https://lxqt.org/"
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 x86"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
RDEPEND="!lxqt-base/lxqt-common"
DEPEND="${RDEPEND}
>=dev-util/lxqt-build-tools-0.5.0
"