summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2020-06-01 08:44:05 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-06-01 08:44:22 +0300
commit6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4 (patch)
tree6505c55261bc5564d49c08e40cad0de71ece4819 /x11-themes/numix-gtk-theme
parentx11-wm/enlightenment: clean old 0.24.0 (diff)
downloadgentoo-6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4.tar.gz
gentoo-6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4.tar.bz2
gentoo-6b1430db11d7b5c2b2c21db40dbb3e4118f3a6e4.zip
x11-themes/numix-gtk-theme: remove old
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-themes/numix-gtk-theme')
-rw-r--r--x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
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
deleted file mode 100644
index 8d5caa1ce812..000000000000
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-USE_RUBY="ruby24 ruby25 ruby26"
-
-inherit ruby-ng
-
-DESCRIPTION="A modern flat theme with a combination of light and dark elements"
-HOMEPAGE="https://github.com/numixproject/numix-gtk-theme"
-SRC_URI="https://github.com/numixproject/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-libs/libxml2:2
- x11-libs/gtk+:3
- x11-themes/gtk-engines-murrine"
-
-DEPEND="${RDEPEND}
- dev-libs/glib:2
- x11-libs/gdk-pixbuf:2"
-
-ruby_add_depend ">=dev-ruby/sass-3.5"
-
-S="${WORKDIR}/${P}"
-
-src_unpack() {
- default
-}
-
-src_prepare() {
- default
-}
-
-src_compile() {
- default
-}
-
-src_install() {
- default
-}