summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2019-08-11 17:01:45 +0300
committerJoonas Niilola <juippis@gentoo.org>2019-08-11 17:01:45 +0300
commit3ecbcc5261d76cdc01d44d270b3f5e7e6abf6c2c (patch)
treeed3584d44cf3315fd7e4118251e6eeef881f4b93 /x11-themes/numix-gtk-theme
parentx11-themes/numix-gtk-theme: correctly implement RUBY_TARGETS now (diff)
downloadgentoo-3ecbcc5261d76cdc01d44d270b3f5e7e6abf6c2c.tar.gz
gentoo-3ecbcc5261d76cdc01d44d270b3f5e7e6abf6c2c.tar.bz2
gentoo-3ecbcc5261d76cdc01d44d270b3f5e7e6abf6c2c.zip
x11-themes/numix-gtk-theme: clean old
Package-Manager: Portage-2.3.71, Repoman-2.3.17 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.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
deleted file mode 100644
index ff6cf3944619..000000000000
--- a/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7.ebuild
+++ /dev/null
@@ -1,26 +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"