commit: ed70c050b5bea7befdd0630caca5a797ee0f8e80 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Aug 11 14:01:22 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Aug 11 14:01:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed70c050
x11-themes/numix-gtk-theme: correctly implement RUBY_TARGETS now Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> .../numix-gtk-theme-2.6.7-r1.ebuild | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) 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 new file mode 100644 index 00000000000..8d5caa1ce81 --- /dev/null +++ b/x11-themes/numix-gtk-theme/numix-gtk-theme-2.6.7-r1.ebuild @@ -0,0 +1,44 @@ +# 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 +}
