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 31EC0139694 for ; Tue, 28 Feb 2017 20:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F456E0CF3; Tue, 28 Feb 2017 20:23:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4842EE0CF3 for ; Tue, 28 Feb 2017 20:23:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8E6534168A for ; Tue, 28 Feb 2017 20:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3019057E0 for ; Tue, 28 Feb 2017 20:23:07 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1488313370.e843bf75fac44353703099b558fd446d0f45db27.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/solar-backgrounds/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild X-VCS-Directories: x11-themes/solar-backgrounds/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: e843bf75fac44353703099b558fd446d0f45db27 X-VCS-Branch: master Date: Tue, 28 Feb 2017 20:23:07 +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: 4886df51-a87a-4ae0-b9f5-e9aefa36cc90 X-Archives-Hash: 57f3228556297d98f086769fce78b20a commit: e843bf75fac44353703099b558fd446d0f45db27 Author: Andreas K. Huettel gentoo org> AuthorDate: Fri Feb 24 13:37:52 2017 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Feb 28 20:22:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e843bf75 x11-themes/solar-backgrounds: EAPI bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 .../solar-backgrounds-0.92.0.5-r1.ebuild | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild new file mode 100644 index 00000000000..0063581cc31 --- /dev/null +++ b/x11-themes/solar-backgrounds/solar-backgrounds-0.92.0.5-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit versionator rpm + +SRC_PATH=development/15/source/SRPMS +FEDORA=15 + +MY_P="${PN}-$(get_version_component_range 1-3)" + +DESCRIPTION="Fedora official background artwork" +HOMEPAGE="https://fedoraproject.org/wiki/F11_Artwork" + +SRC_URI="mirror://fedora-dev/${SRC_PATH}/${PN}-$(replace_version_separator 3 -).fc${FEDORA}.src.rpm" + +LICENSE="CC-BY-SA-2.0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +S="${WORKDIR}/${MY_P/-backgrounds/}" + +SLOT="0" + +src_compile() { :; } +src_test() { :; } + +src_install() { + insinto /usr/share/backgrounds/solar + doins -r solar*.xml {normalish,standard,wide}{,.dual} + + insinto /usr/share/gnome-background-properties + doins desktop-*.xml +}