Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
-DIST clearlooks-phenix-3.0.15.tar.gz 293994 BLAKE2B 0419e1c17ebd709dae4e4a1cd2052c404fbee368ca1a1a415a909d7129cd6656bb0c58019231ff28001c7b623a2b128eed193ecb8ac7c9264fb6f016e9deb81e SHA512 79ab75c619da6d0e8680e8100b9e19d5fb61ef434cc06f63054cbe5c1ef49b6b2cbc65efa67c2151d677b2d82287eb067230ec7880cb456e4e7e9dc2cf5a218b
DIST clearlooks-phenix-7.0.1.tar.gz 319467 BLAKE2B c1ba52ef1ea8bca06e47a9ae3f37f764dd70a32239d758be7117de1b28422ba2bee0f9549e2b32adfb05eff38f864baaf2515d04e274dee80412c0d743f1ac06 SHA512 f304278429d6ea796c566a4b9301bcf146243bda24807b9f0f1367c8eeca488106c62f20bd17e7b4e32580b11e21c8c8515eb9ae4dfbdf9da52d6c3d59d7730c
+++ /dev/null
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
-HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix"
-SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="GPL-3"
-SLOT="3.6"
-IUSE=""
-
-SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4
- !x11-themes/clearlooks-phenix:0"
-RDEPEND="${SLOT_BLOCK}
- >=x11-libs/gtk+-3.6:3
- x11-themes/gtk-engines"
-DEPEND="app-arch/unzip"
-
-src_install() {
- insinto "/usr/share/themes/Clearlooks-Phenix"
- doins -r *
-}