x11-themes/lxqt-themes: remove version 0.13.0
authorJimi Huotari <chiitoo@gentoo.org>
Fri, 21 Jun 2019 13:30:04 +0000 (16:30 +0300)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 22 Jun 2019 11:43:59 +0000 (13:43 +0200)
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>
x11-themes/lxqt-themes/Manifest
x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild [deleted file]

index b2674b036425588ae0247c62911eb8988bf7d664..749961bfc292d6eb2c249ae3693ea339ba5bb3ff 100644 (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
diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.13.0.ebuild
deleted file mode 100644 (file)
index a926019..0000000
+++ /dev/null
@@ -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
-"