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 4375A138330 for ; Fri, 25 May 2018 10:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BCE3E0822; Fri, 25 May 2018 10:04:44 +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 0CF19E0821 for ; Fri, 25 May 2018 10:04:43 +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 59AF1335C79 for ; Fri, 25 May 2018 10:04:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE9152AE for ; Fri, 25 May 2018 10:04:40 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1527242657.ab0fdcb3d380474f06b29eca0dd8307fca124564.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elles_icc_profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild X-VCS-Directories: media-libs/elles_icc_profiles/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: ab0fdcb3d380474f06b29eca0dd8307fca124564 X-VCS-Branch: master Date: Fri, 25 May 2018 10:04:40 +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: 72e7d540-c779-4aa0-823a-6af3e2269856 X-Archives-Hash: 2b62c4efdfa16d3613e0379cf6b981b4 commit: ab0fdcb3d380474f06b29eca0dd8307fca124564 Author: Marek Szuba gentoo org> AuthorDate: Fri May 25 10:04:17 2018 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri May 25 10:04:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0fdcb3 media-libs/elles_icc_profiles: bump to EAPI 7 Package-Manager: Portage-2.3.39, Repoman-2.3.9 .../elles_icc_profiles-20160501.0932-r1.ebuild | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild new file mode 100644 index 00000000000..9bd3e4d5753 --- /dev/null +++ b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PV="$(ver_rs 1 '-')EST" +MY_P="${PN}-${MY_PV}" + +DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" +HOMEPAGE="http://ninedegreesbelow.com/photography/lcms-make-icc-profiles.html" +SRC_URI="https://github.com/ellelstone/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${MY_P}" + +src_install() { + default + + insinto /usr/share/color/icc/ellestone + doins profiles/*.icc +}