Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-themes/gnome-breeze/, profiles/
Date: Sun, 18 Oct 2020 16:01:53
Message-Id: 1602951834.0de22528dae42433b053f9bea22b12e25b2f71d9.asturm@gentoo
1 commit: 0de22528dae42433b053f9bea22b12e25b2f71d9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 17 16:23:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 17 16:23:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0de22528
7
8 x11-themes/gnome-breeze: Remove obsolete package
9
10 See also: https://github.com/dirruk1/gnome-breeze/commit/21c96177019793cc0cff966d563e700863ccc600
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 profiles/categories | 1 -
15 x11-themes/gnome-breeze/gnome-breeze-9999.ebuild | 25 ------------------------
16 x11-themes/gnome-breeze/metadata.xml | 11 -----------
17 3 files changed, 37 deletions(-)
18
19 diff --git a/profiles/categories b/profiles/categories
20 index ae5b8f3b76..15a86c8ab3 100644
21 --- a/profiles/categories
22 +++ b/profiles/categories
23 @@ -40,4 +40,3 @@ sys-auth
24 sys-block
25 sys-libs
26 www-client
27 -x11-themes
28
29 diff --git a/x11-themes/gnome-breeze/gnome-breeze-9999.ebuild b/x11-themes/gnome-breeze/gnome-breeze-9999.ebuild
30 deleted file mode 100644
31 index 35b1ca408f..0000000000
32 --- a/x11-themes/gnome-breeze/gnome-breeze-9999.ebuild
33 +++ /dev/null
34 @@ -1,25 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit git-r3
41 -
42 -DESCRIPTION="Unofficial GTK 2/3 Breeze Theme"
43 -HOMEPAGE="https://github.com/dirruk1/gnome-breeze"
44 -EGIT_REPO_URI="https://github.com/dirruk1/${PN}"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -IUSE=""
49 -
50 -src_install() {
51 - local THEMESDIR="/usr/share/themes/"
52 -
53 - for style in Breeze-dark-gtk Breeze-gtk; do
54 - insinto ${THEMESDIR}/${style}
55 - doins -r ${style}/gtk-2.0 ${style}/gtk-3.18 ${style}/gtk-3.20
56 - done
57 -
58 - einstalldocs
59 -}
60
61 diff --git a/x11-themes/gnome-breeze/metadata.xml b/x11-themes/gnome-breeze/metadata.xml
62 deleted file mode 100644
63 index 262fa8edcd..0000000000
64 --- a/x11-themes/gnome-breeze/metadata.xml
65 +++ /dev/null
66 @@ -1,11 +0,0 @@
67 -<?xml version="1.0" encoding="UTF-8"?>
68 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 -<pkgmetadata>
70 - <maintainer type="project">
71 - <email>kde@g.o</email>
72 - <name>Gentoo KDE Project</name>
73 - </maintainer>
74 - <upstream>
75 - <remote-id type="github">dirruk1/gnome-breeze</remote-id>
76 - </upstream>
77 -</pkgmetadata>