From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 D601A138334 for ; Mon, 28 Oct 2019 16:33:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03992E095C; Mon, 28 Oct 2019 16:33:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D5327E095C for ; Mon, 28 Oct 2019 16:33:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B6EF134C4C0 for ; Mon, 28 Oct 2019 16:33:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF6DA883 for ; Mon, 28 Oct 2019 16:33:29 +0000 (UTC) From: "Ian Whyman" 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" Message-ID: <1572280389.f485916b1e3701c5cb4ad9dd69132e27aa79f41c.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/kvantum/Manifest x11-themes/kvantum/kvantum-0.11.0-r1.ebuild x11-themes/kvantum/kvantum-0.12.1.ebuild X-VCS-Directories: x11-themes/kvantum/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: f485916b1e3701c5cb4ad9dd69132e27aa79f41c X-VCS-Branch: master Date: Mon, 28 Oct 2019 16:33:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10a9f451-e643-4550-8554-2f0880d7c3a3 X-Archives-Hash: dae069d15a0578e0f71926387f9ec108 commit: f485916b1e3701c5cb4ad9dd69132e27aa79f41c Author: Ian Whyman gentoo org> AuthorDate: Mon Oct 28 16:32:23 2019 +0000 Commit: Ian Whyman gentoo org> CommitDate: Mon Oct 28 16:33:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f485916b x11-themes/kvantum: Version Bump Closes: https://bugs.gentoo.org/697854 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ian Whyman gentoo.org> x11-themes/kvantum/Manifest | 2 +- .../kvantum/{kvantum-0.11.0-r1.ebuild => kvantum-0.12.1.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-themes/kvantum/Manifest b/x11-themes/kvantum/Manifest index a2fd626b2bc..2fa0e718132 100644 --- a/x11-themes/kvantum/Manifest +++ b/x11-themes/kvantum/Manifest @@ -1 +1 @@ -DIST kvantum-0.11.0.tar.gz 2352370 BLAKE2B 9b0372e85cf00f9ca1133e053810e1011c210d556abd201b7ecadd6b77d82d617e884bfe23f032424032a9f8fd7b7fee83118eea2ca04586d3c208310621cb38 SHA512 6ee173561359f6f0e634808aefa29c7371a5a12810c8aa05cc36ab091ceba3cf53b8848123c1fb839d44101a565c85f389730ed5e4e37975d15486f3fbf14b99 +DIST kvantum-0.12.1.tar.gz 2445944 BLAKE2B ef637f8e3475a8c63b6da9cde3aeb4849e7ca656cfb3c2fdef341d9c9bb4fb4de19c3c1a99957a67bcf7337c6dc91f244968bfb54d9ec9e75d09f057c093c21b SHA512 a3c3c6418baca89b3d1d6c02ec370cde530882643dec3c8714f01cc8c36541b0cc7f124d605f8931086cd74eebd522b88a968bcf9cd1f7adea2028b359ff1de5 diff --git a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild b/x11-themes/kvantum/kvantum-0.12.1.ebuild similarity index 87% rename from x11-themes/kvantum/kvantum-0.11.0-r1.ebuild rename to x11-themes/kvantum/kvantum-0.12.1.ebuild index b34ddc20331..7fb83f7f677 100644 --- a/x11-themes/kvantum/kvantum-0.11.0-r1.ebuild +++ b/x11-themes/kvantum/kvantum-0.12.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit cmake-utils MY_PN="Kvantum" -DESCRIPTION="SVG-based theme engine for Qt4/Qt5, KDE and LXQt" +DESCRIPTION="SVG-based theme engine for 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"