diff options
author | Michael Palimaka <kensington@gentoo.org> | 2019-05-16 18:10:42 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2019-05-16 18:11:16 +1000 |
commit | eae5ba1df2bb3b932e1c2923dca943282ce7e788 (patch) | |
tree | 608d9656c0b055767a44889b20ea81d97aa9f8f1 /x11-themes | |
parent | x11-themes/kvantum: add missing SLOT (diff) | |
download | gentoo-eae5ba1df2bb3b932e1c2923dca943282ce7e788.tar.gz gentoo-eae5ba1df2bb3b932e1c2923dca943282ce7e788.tar.bz2 gentoo-eae5ba1df2bb3b932e1c2923dca943282ce7e788.zip |
x11-themes/kvantum: remove 0.10.8 and 0.11.0-r0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kvantum/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/kvantum/kvantum-0.10.8.ebuild | 29 | ||||
-rw-r--r-- | x11-themes/kvantum/kvantum-0.11.0.ebuild | 27 |
3 files changed, 0 insertions, 57 deletions
diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest index 8be9cf99b50f..a2fd626b2bcd 100644 --- a/x11-themes/kvantum/Manifest +++ b/x11-themes/kvantum/Manifest @@ -1,2 +1 @@ -DIST kvantum-0.10.8.tar.gz 2174096 BLAKE2B 1eba92f6e04ea1f5116992824e214f8b0a4ac1a86dda2bfec49c85f28cc37c1427c074e32cbdea752fad864d04dbd0ae1743a2f846618f429de79f7a93aaa170 SHA512 c1a632217f991bd4a489600d6c3ca5e1c9ef8381ae2dfd609d25ee8e7dd7ea65b5e1cb0c62fc4d004e7c7846cc80b4eceb2ffb0a7ffaa412a3e579f972b411e2 DIST kvantum-0.11.0.tar.gz 2352370 BLAKE2B 9b0372e85cf00f9ca1133e053810e1011c210d556abd201b7ecadd6b77d82d617e884bfe23f032424032a9f8fd7b7fee83118eea2ca04586d3c208310621cb38 SHA512 6ee173561359f6f0e634808aefa29c7371a5a12810c8aa05cc36ab091ceba3cf53b8848123c1fb839d44101a565c85f389730ed5e4e37975d15486f3fbf14b99 diff --git a/x11-themes/kvantum/kvantum-0.10.8.ebuild b/x11-themes/kvantum/kvantum-0.10.8.ebuild deleted file mode 100644 index 8f0c000c965e..000000000000 --- a/x11-themes/kvantum/kvantum-0.10.8.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -MY_PN="Kvantum" - -DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt" -HOMEPAGE="https://github.com/tsujan/Kvantum" -SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}" diff --git a/x11-themes/kvantum/kvantum-0.11.0.ebuild b/x11-themes/kvantum/kvantum-0.11.0.ebuild deleted file mode 100644 index 8b5633e86c08..000000000000 --- a/x11-themes/kvantum/kvantum-0.11.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -MY_PN="Kvantum" - -DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt" -HOMEPAGE="https://github.com/tsujan/Kvantum" -SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtgui:5 - dev-qt/qtsvg:5 - dev-qt/qtx11extras:5 - x11-libs/libXext -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}" |