x11-themes/qtcurve: Sync live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Mon, 10 Jul 2017 09:16:10 +0000 (11:16 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Mon, 10 Jul 2017 09:18:44 +0000 (11:18 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

x11-themes/qtcurve/qtcurve-9999.ebuild

index 667418981322383b92d321f228b5f2fb4073feb6..003e5aa51b80872c2076a18a87fcb2223ab74bad 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -14,6 +14,12 @@ SLOT="0"
 IUSE="+X gtk nls plasma qt4 +qt5 test"
 KEYWORDS=""
 
+if [[ "${PV}" != 9999 ]] ; then
+       SRC_URI="https://github.com/KDE/qtcurve/archive/${PV/_/-}.tar.gz -> ${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+       S="${WORKDIR}/${P/_/-}"
+fi
+
 REQUIRED_USE="gtk? ( X )
        || ( gtk qt4 qt5 )
        plasma? ( qt5 )