summaryrefslogtreecommitdiff
path: root/x11-themes/QGnomePlatform
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /x11-themes/QGnomePlatform
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'x11-themes/QGnomePlatform')
-rw-r--r--x11-themes/QGnomePlatform/Manifest4
-rw-r--r--x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild28
-rw-r--r--x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild2
3 files changed, 2 insertions, 32 deletions
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index 1317c95cd4aa..c62e4a6f6a4b 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,5 +1,3 @@
-DIST QGnomePlatform-0.4.tar.gz 21353 BLAKE2B 185a67f2008f1def0dbe201b29d7c95dbd3c449fcea88048e729f6f3e79da1a73264afdb47580bab34206350c621420fdba4932435f86837329dad91febf2de6 SHA512 664a0bc7245584e89db9d9283509d2f9bd4f148cd0e0df5b6fc698f6705b1897fed1aff7a3cb1f70e75c21edda4f10c9f1b0dffb019c31dd9dee872f98027675
DIST QGnomePlatform-0.5.tar.gz 22429 BLAKE2B 9647b57904a22eed327194c58f9072e0852950832d323244bf6a5c55356062e88e837a42d28ac94c7feb9562f156f7204e8ea540e31c07388669bedd2157d0db SHA512 ed45468134ba285dbb5ba32d7d72e55c5cd769d6040c231fc38e3d5fd00a2e70a2d1cac967c4f205a2f0ac74d74a877b962380d14c1f091cdcb841c900ab24f0
-EBUILD QGnomePlatform-0.4.ebuild 548 BLAKE2B 834078b62be1fb689a953dfdc5fda71ee6feb4bb0fdac7fc17858229efa30693f41286231b18b483cd42314f519bf5fbb504020b7ca31652d2b416869da3fdc7 SHA512 0e311eabfe0edcaf6f4e945c76770a4a45b5dda45a3e6b78f5ee9c72603fad47ec63aa5380777dacd3c77f6a5c45a93f8cff5abca6a41eaf5b3fb053b99570e9
-EBUILD QGnomePlatform-0.5.ebuild 553 BLAKE2B bc9ea291693972efe5ddaa8894d34122d86ce63a4a249d9cb13aaff1f3466811c8bbf668036a9d5682e8f2c1f2c08ca414dadc882d95e54d73a818e25e27b6a4 SHA512 6b6ab8f8bb0e0668c61a351157ced6fe2ef69bf1621d94e9d8dfe27ba07f24dd4af79d4bf06553895db8265ef2755dca00ce35b34becc2a9bf8450d40bf2071d
+EBUILD QGnomePlatform-0.5.ebuild 551 BLAKE2B 941f7aedf40648adbde8de86cc37287393bd287742a0d8d99d0b7ad6396008080082cfb04f81cc423bb1edbdb93656ad1c6a491d58ebdef63ed713045f9cb91b SHA512 43ef0e3a6c24c6f1ffc10234d3185ac03e2c7215ac6fd521e65f37b2099e6acebd566828fb6f0f6129866dd73db712cd2c353fa286a1b4b2e81095a54600425e
MISC metadata.xml 216 BLAKE2B 0fbfa16661345362ff89f87adc0bb42fc5f5c9145cdedb36f3f537b39af4023b91c4dfb0d8e83a4f9ac963141f594ba8ae678371c338d992a96e02c11fd84195 SHA512 628a69805356b7458edaa2297901224178b016477a937f77e692a78ce3e7a0b6d2d7b4c4b7e70d0185d7112e6a59a5131e07d8c950e90b9c8722471d7511afc6
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
deleted file mode 100644
index 4d7a580c1a87..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qmake-utils
-
-DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
-HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
-SRC_URI="https://github.com/FedoraQt/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() {
- INSTALL_ROOT="${D}" default
-}
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
index 43850c02741e..7f590bd77d0e 100644
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
+++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.5.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings"
HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform"
SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}/${P}.tar.gz"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""