From d473a706836012853193afc7000922601e4ada61 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 19 Oct 2017 17:57:29 +0100 Subject: gentoo resync : 19.10.2017 --- x11-themes/QGnomePlatform/Manifest | 2 +- .../QGnomePlatform/QGnomePlatform-0.3-r1.ebuild | 29 ++++++++++++++++++++++ .../QGnomePlatform/QGnomePlatform-0.3.ebuild | 29 ---------------------- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild delete mode 100644 x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild (limited to 'x11-themes') diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest index 47aadb8c05e0..738834a78e62 100644 --- a/x11-themes/QGnomePlatform/Manifest +++ b/x11-themes/QGnomePlatform/Manifest @@ -1,3 +1,3 @@ DIST QGnomePlatform-0.3.tar.gz 20499 SHA256 6335f86d8a3e7b2dedd356868dcc20e0d81736f88ee1364e7c19b6f5a20c9c0c SHA512 770ab8f11285856fdec574779905d2a78b2db0d4e515cd6a96e56ccdec6cfc837b31d82eed8af3f6bb860597195cac2869a527d784558c05b9a394687a4ee9d8 WHIRLPOOL eadfec1d830b6f438a6853615e2a664d12dfd72dafece052268b2949046b4a27445fb9cfacb765b8185387d2b1bd97c1e19b5694f711299506ed8668a186da7c -EBUILD QGnomePlatform-0.3.ebuild 573 SHA256 faf803b15d48c6aafbdcd84432af2aa965d8848cf24a28fb6aefb23d4453d09b SHA512 c08616f1bf6cd2350d4ed1fa4b640e370ed562850c5d2334913252a648531eae14cb6e23f3691010c89cbc9fc2f0690911241ab6e0348e9d27c25ee37a231610 WHIRLPOOL 6fc7893269681653166fbce0ef4c1c24653d158de390a844d3d1bcb26d74c5088e06b77f9319de16e4aa9ef0faea1741983951e267e617f8087658d4a8b2aebc +EBUILD QGnomePlatform-0.3-r1.ebuild 574 SHA256 b5c8d2aa606889536191a43c07375881e3cb8a81b7bde6d29479dba012baa06a SHA512 a54a51c14bc8559ccea6617b2c1c1c5acfbcb9f16fe35c991d612f5989919fdd2d415d208945bbfe924332946211cc048df8552ccb119c040272bfaf409d4802 WHIRLPOOL 117c2379ae7d56522426175a342154635b6cb4b280ae3da4846f16445fea765180e6b975816607e404ee5b692bda1a672b07315e2efe194524efbe19e4bbd69e MISC metadata.xml 216 SHA256 c3d43288c77ca18ace21942ce1ac38736de1a82c443e5ef325eea3c53f6d5502 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6 WHIRLPOOL 0727d4541c5d8c8ff23acfbf88ed1b051c3c4c8a0cb5bc95e7da59809c39cfdd4ad49117eee0c0f5ed5a3752bb577496face5b3a9c59a184d953bc78ef860c21 diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild new file mode 100644 index 000000000000..ae596a5c9330 --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.3-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qmake-utils + +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" +HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform" +SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz" + +KEYWORDS="amd64 x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtwidgets:5= + x11-libs/gtk+:3[X] +" +RDEPEND="${DEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + emake INSTALL_ROOT="${D}" install + einstalldocs +} diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild deleted file mode 100644 index 6222a6621e1a..000000000000 --- a/x11-themes/QGnomePlatform/QGnomePlatform-0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qmake-utils - -DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" -HOMEPAGE="https://github.com/MartinBriza/QGnomePlatform" -SRC_URI="https://github.com/MartinBriza/QGnomePlatform/archive/${PV}/${P}.tar.gz" - -KEYWORDS="amd64 x86" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND=" - dev-qt/qtwidgets:5 - x11-libs/gtk+:3[X] -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} -- cgit v1.2.3