Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/numix-gtk-theme/
Date: Mon, 01 Jun 2020 05:45:41
Message-Id: 1590990262.6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4.juippis@gentoo
1 commit: 6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 05:44:05 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 05:44:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b1430db
7
8 x11-themes/numix-gtk-theme: remove old
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 .../numix-gtk-theme-2.6.7-r1.ebuild | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
16 deleted file mode 100644
17 index 8d5caa1ce81..00000000000
18 --- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -USE_RUBY="ruby24 ruby25 ruby26"
27 -
28 -inherit ruby-ng
29 -
30 -DESCRIPTION="A modern flat theme with a combination of light and dark elements"
31 -HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
32 -SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -RDEPEND="dev-libs/libxml2:2
39 - x11-libs/gtk+:3
40 - x11-themes/gtk-engines-murrine"
41 -
42 -DEPEND="${RDEPEND}
43 - dev-libs/glib:2
44 - x11-libs/gdk-pixbuf:2"
45 -
46 -ruby_add_depend ">=dev-ruby/sass-3.5"
47 -
48 -S="${WORKDIR}/${P}"
49 -
50 -src_unpack() {
51 - default
52 -}
53 -
54 -src_prepare() {
55 - default
56 -}
57 -
58 -src_compile() {
59 - default
60 -}
61 -
62 -src_install() {
63 - default
64 -}