From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A7F0138334 for ; Sun, 30 Sep 2018 20:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7A94E085D; Sun, 30 Sep 2018 20:09:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75D23E085D for ; Sun, 30 Sep 2018 20:09:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3C17335D08 for ; Sun, 30 Sep 2018 20:09:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A37C3AB for ; Sun, 30 Sep 2018 20:09:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1538338101.4a85e966ae2d5da332c927d47b22609e4cbab6d0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/e-gtk-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/e-gtk-theme/Manifest x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild x11-themes/e-gtk-theme/metadata.xml X-VCS-Directories: x11-themes/e-gtk-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a85e966ae2d5da332c927d47b22609e4cbab6d0 X-VCS-Branch: master Date: Sun, 30 Sep 2018 20:09:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1616bb05-6ea4-431c-855b-d940e03b8dc7 X-Archives-Hash: 973137e034444118a76d8899affa6b28 commit: 4a85e966ae2d5da332c927d47b22609e4cbab6d0 Author: Joonas Niilola gmail com> AuthorDate: Sat Sep 22 07:56:09 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Sep 30 20:08:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a85e966 x11-themes/e-gtk-theme: new package Closes: https://bugs.gentoo.org/531434 Signed-off-by: Joonas Niilola gmail.com> Package-Manager: Portage[mgorny]-2.3.43.3 Signed-off-by: Michał Górny gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/9943 x11-themes/e-gtk-theme/Manifest | 1 + x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild | 24 ++++++++++++++++++++++++ x11-themes/e-gtk-theme/metadata.xml | 11 +++++++++++ 3 files changed, 36 insertions(+) diff --git a/x11-themes/e-gtk-theme/Manifest b/x11-themes/e-gtk-theme/Manifest new file mode 100644 index 00000000000..d5440def4a3 --- /dev/null +++ b/x11-themes/e-gtk-theme/Manifest @@ -0,0 +1 @@ +DIST e-gtk-theme-0.19.3.tar.gz 488203 BLAKE2B a6f19d1da6aeb78030f71face4239bc63c8a550c7ba3ab6cad2b06827ec5ae0da3f14372c1e552454f74f7b18a3aa0c007ca4f7f8040993fc366d5bd25da36cb SHA512 6a833a3c0c38388d56370ae3fe2a3477423fc56133469ddfe482ce0c82e0f4cf39c773448a554227946c8787d588ee637a8f9d2a341f175c1b9ebc1db4f9d990 diff --git a/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild b/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild new file mode 100644 index 00000000000..4e63c0096b5 --- /dev/null +++ b/x11-themes/e-gtk-theme/e-gtk-theme-0.19.3.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A GTK theme to match Enlightenment WM's default theme" +HOMEPAGE="https://gitlab.com/tokiclover/e-gtk-theme" +SRC_URI="https://gitlab.com/tokiclover/${PN}/-/archive/${PV}/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + default + find . -name 'Makefile' -delete || die +} + +src_install() { + insinto /usr/share/themes/e-gtk-theme + doins -r apps/ gtk-2.0/ gtk-3.0/ metacity-1/ openbox-3/ index.theme start-here.png + + einstalldocs +} diff --git a/x11-themes/e-gtk-theme/metadata.xml b/x11-themes/e-gtk-theme/metadata.xml new file mode 100644 index 00000000000..d9a6217dd22 --- /dev/null +++ b/x11-themes/e-gtk-theme/metadata.xml @@ -0,0 +1,11 @@ + + + + + juippis@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + +