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 74986138359 for ; Thu, 5 Nov 2020 13:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E172E0877; Thu, 5 Nov 2020 13:00:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 47336E0877 for ; Thu, 5 Nov 2020 13:00:21 +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 2F2A9335D95 for ; Thu, 5 Nov 2020 13:00:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BB3A431 for ; Thu, 5 Nov 2020 13:00:18 +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: <1604581210.f828ac99688a0afe755b374d0926d14f2f72b9c3.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.ebuild X-VCS-Directories: media-libs/elles_icc_profiles/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f828ac99688a0afe755b374d0926d14f2f72b9c3 X-VCS-Branch: master Date: Thu, 5 Nov 2020 13:00:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67a94b64-3be1-4c76-af75-49feb39639d7 X-Archives-Hash: 21d5f7a407abb95fe26b851d9090ad1b commit: f828ac99688a0afe755b374d0926d14f2f72b9c3 Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 5 12:18:03 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 5 13:00:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f828ac99 media-libs/elles_icc_profiles: remove old Signed-off-by: Marek Szuba gentoo.org> .../elles_icc_profiles-20160501.0932.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild b/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild deleted file mode 100644 index 1e0e9380686..00000000000 --- a/media-libs/elles_icc_profiles/elles_icc_profiles-20160501.0932.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MY_PV="$(replace_version_separator 1 '-')EST" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Elle Stone's well-behaved RGB and grey ICC profiles" -HOMEPAGE="https://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 -}