From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3F92E138D01 for ; Sat, 27 Jun 2015 23:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDAC9E0852; Sat, 27 Jun 2015 23:14:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C0CFE0838 for ; Sat, 27 Jun 2015 23:14:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2EB34091E for ; Sat, 27 Jun 2015 23:14:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09AD736 for ; Sat, 27 Jun 2015 23:14:13 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1435440638.9580a4bfd230479c9b8f8c82b44e98aa32252d57.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: x11-themes/yuyo-gtk-theme/ X-VCS-Repository: proj/betagarden X-VCS-Files: x11-themes/yuyo-gtk-theme/metadata.xml x11-themes/yuyo-gtk-theme/yuyo-gtk-theme-0_p20150326.ebuild X-VCS-Directories: x11-themes/yuyo-gtk-theme/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 9580a4bfd230479c9b8f8c82b44e98aa32252d57 X-VCS-Branch: master Date: Sat, 27 Jun 2015 23:14:13 +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: c93d021f-7952-4e8c-9e8e-07c472218096 X-Archives-Hash: ba97f59570d130e4b4cc890edeb4704d commit: 9580a4bfd230479c9b8f8c82b44e98aa32252d57 Author: Sebastian Pipping pipping org> AuthorDate: Sat Jun 27 21:30:22 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 27 21:30:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=9580a4bf x11-themes/yuyo-gtk-theme: 0_p20150326 x11-themes/yuyo-gtk-theme/metadata.xml | 8 ++++++++ .../yuyo-gtk-theme-0_p20150326.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-themes/yuyo-gtk-theme/metadata.xml b/x11-themes/yuyo-gtk-theme/metadata.xml new file mode 100644 index 0000000..16bcc9f --- /dev/null +++ b/x11-themes/yuyo-gtk-theme/metadata.xml @@ -0,0 +1,8 @@ + + + + + sping@gentoo.org + Sebastian Pipping + + diff --git a/x11-themes/yuyo-gtk-theme/yuyo-gtk-theme-0_p20150326.ebuild b/x11-themes/yuyo-gtk-theme/yuyo-gtk-theme-0_p20150326.ebuild new file mode 100644 index 0000000..d167f85 --- /dev/null +++ b/x11-themes/yuyo-gtk-theme/yuyo-gtk-theme-0_p20150326.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" + +MY_PV=98756c5e3d15c144ea9872e2ffef9a14507b35b7 +DESCRIPTION="Official Ubuntu MATE GTK theme (forked from Moka Project's Orchis GTK theme)" +HOMEPAGE="https://github.com/snwh/yuyo-gtk-theme/" +SRC_URI="https://github.com/snwh/yuyo-gtk-theme/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-themes/gtk-engines-murrine" + +S="${WORKDIR}"/${PN}-${MY_PV} + +src_install() { + insinto /usr/share/themes/ + doins -r Yuyo Yuyo-Dark +}