From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1081644-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 407B3138334
	for <garchives@archives.gentoo.org>; Sun,  7 Apr 2019 10:33:42 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 378E3E07D3;
	Sun,  7 Apr 2019 10:33:41 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0DAB1E07D3
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Apr 2019 10:33:41 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8200D335CC0
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Apr 2019 10:33:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 07706593
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Apr 2019 10:33:38 +0000 (UTC)
From: "Ian Whyman" <thev00d00@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" <thev00d00@gentoo.org>
Message-ID: <1554633187.73b4f7046b4ab4d56a858c8214ae506c8de46077.thev00d00@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
X-VCS-Directories: x11-themes/kvantum/
X-VCS-Committer: thev00d00
X-VCS-Committer-Name: Ian Whyman
X-VCS-Revision: 73b4f7046b4ab4d56a858c8214ae506c8de46077
X-VCS-Branch: master
Date: Sun,  7 Apr 2019 10:33:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 30b393cf-86d2-4184-b6f1-35c7e83e6227
X-Archives-Hash: af1309504fe31db296f2001301059d3d

commit:     73b4f7046b4ab4d56a858c8214ae506c8de46077
Author:     ChrisOboe <chris <AT> oboe <DOT> email>
AuthorDate: Sat Apr  6 22:12:03 2019 +0000
Commit:     Ian Whyman <thev00d00 <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 10:33:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b4f704

x11-themes/kvantum: added missing dependency Package-Manager: Portage-2.3.62, Repoman-2.3.12

Signed-off-by: Chris Oboe <chris <AT> oboe.email>
Closes: https://github.com/gentoo/gentoo/pull/11614
Signed-off-by: Ian Whyman <thev00d00 <AT> gentoo.org>

 x11-themes/kvantum/kvantum-0.11.0-r1.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
new file mode 100644
index 00000000000..36fcd2ca702
--- /dev/null
+++ b/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild
@@ -0,0 +1,28 @@
+# 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
+	kde-frameworks/kwindowsystem
+	x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}"