Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/clearlooks-phenix/
Date: Sat, 23 Feb 2019 09:43:48
Message-Id: 1550913991.7f67c8b6c1fdd3548c518641e476c712af593bff.pacho@gentoo
1 commit: 7f67c8b6c1fdd3548c518641e476c712af593bff
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 23 09:26:31 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 23 09:26:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f67c8b6
7
8 x11-themes/clearlooks-phenix: Drop old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 x11-themes/clearlooks-phenix/Manifest | 1 -
14 .../clearlooks-phenix-3.0.15.ebuild | 25 ----------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/x11-themes/clearlooks-phenix/Manifest b/x11-themes/clearlooks-phenix/Manifest
18 index 4e56e2d3d81..48dc5ee49a2 100644
19 --- a/x11-themes/clearlooks-phenix/Manifest
20 +++ b/x11-themes/clearlooks-phenix/Manifest
21 @@ -1,2 +1 @@
22 -DIST clearlooks-phenix-3.0.15.tar.gz 293994 BLAKE2B 0419e1c17ebd709dae4e4a1cd2052c404fbee368ca1a1a415a909d7129cd6656bb0c58019231ff28001c7b623a2b128eed193ecb8ac7c9264fb6f016e9deb81e SHA512 79ab75c619da6d0e8680e8100b9e19d5fb61ef434cc06f63054cbe5c1ef49b6b2cbc65efa67c2151d677b2d82287eb067230ec7880cb456e4e7e9dc2cf5a218b
23 DIST clearlooks-phenix-7.0.1.tar.gz 319467 BLAKE2B c1ba52ef1ea8bca06e47a9ae3f37f764dd70a32239d758be7117de1b28422ba2bee0f9549e2b32adfb05eff38f864baaf2515d04e274dee80412c0d743f1ac06 SHA512 f304278429d6ea796c566a4b9301bcf146243bda24807b9f0f1367c8eeca488106c62f20bd17e7b4e32580b11e21c8c8515eb9ae4dfbdf9da52d6c3d59d7730c
24
25 diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild
26 deleted file mode 100644
27 index 331ee971801..00000000000
28 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.0.15.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
37 -HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix"
38 -SRC_URI="https://github.com/jpfleury/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -KEYWORDS="amd64 x86"
41 -LICENSE="GPL-3"
42 -SLOT="3.6"
43 -IUSE=""
44 -
45 -SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4
46 - !x11-themes/clearlooks-phenix:0"
47 -RDEPEND="${SLOT_BLOCK}
48 - >=x11-libs/gtk+-3.6:3
49 - x11-themes/gtk-engines"
50 -DEPEND="app-arch/unzip"
51 -
52 -src_install() {
53 - insinto "/usr/share/themes/Clearlooks-Phenix"
54 - doins -r *
55 -}