Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ctl/
Date: Sun, 09 Jan 2022 21:32:53
Message-Id: 1641763956.f81569cd8da731c91d0a14b1b04fb32ca6043b97.asturm@gentoo
1 commit: f81569cd8da731c91d0a14b1b04fb32ca6043b97
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 19:49:25 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 21:32:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f81569cd
7
8 media-libs/ctl: Drop 1.5.2-r1
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-libs/ctl/ctl-1.5.2-r1.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/media-libs/ctl/ctl-1.5.2-r1.ebuild b/media-libs/ctl/ctl-1.5.2-r1.ebuild
17 deleted file mode 100644
18 index 7562ed9c901c..000000000000
19 --- a/media-libs/ctl/ctl-1.5.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit cmake-utils
28 -
29 -DESCRIPTION="AMPAS' Color Transformation Language"
30 -HOMEPAGE="https://github.com/ampas/CTL"
31 -SRC_URI="https://github.com/ampas/CTL/archive/${P}.tar.gz"
32 -
33 -LICENSE="AMPAS"
34 -SLOT="0"
35 -KEYWORDS="amd64 ~ia64 ~ppc64 x86"
36 -
37 -RDEPEND="media-libs/ilmbase:=
38 - media-libs/openexr:=
39 - media-libs/tiff:=
40 - !media-libs/openexr_ctl"
41 -DEPEND="${RDEPEND}
42 - virtual/pkgconfig"
43 -
44 -S="${WORKDIR}/CTL-ctl-${PV}"
45 -
46 -PATCHES=(
47 - "${FILESDIR}/${P}-Use-GNUInstallDirs-and-fix-PkgConfig-files-1.patch"
48 - "${FILESDIR}/${P}-openexr-2.3.patch"
49 -)
50 -
51 -mycmakeargs=( -DCMAKE_INSTALL_DOCDIR="share/doc/${PF}" )