summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 12:42:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-12 12:42:44 +0200
commit951915fc00372d6cc01e75f02d9a5cd10c09aa5c (patch)
treeea987dea9d5dd0b6a6eed9bf2a8fae66ca669251 /media-libs/ctl/ctl-1.4.1.ebuild
parentmedia-libs/openexr_ctl: De-stabilise hppa (diff)
downloadgentoo-951915fc00372d6cc01e75f02d9a5cd10c09aa5c.tar.gz
gentoo-951915fc00372d6cc01e75f02d9a5cd10c09aa5c.tar.bz2
gentoo-951915fc00372d6cc01e75f02d9a5cd10c09aa5c.zip
media-libs/ctl: Drop 1.4.1, de-stabilise hppa
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/ctl/ctl-1.4.1.ebuild')
-rw-r--r--media-libs/ctl/ctl-1.4.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/media-libs/ctl/ctl-1.4.1.ebuild b/media-libs/ctl/ctl-1.4.1.ebuild
deleted file mode 100644
index 222c1c5518f3..000000000000
--- a/media-libs/ctl/ctl-1.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils libtool
-
-DESCRIPTION="AMPAS' Color Transformation Language"
-HOMEPAGE="https://sourceforge.net/projects/ampasctl"
-SRC_URI="mirror://sourceforge/ampasctl/${P}.tar.gz"
-
-LICENSE="AMPAS"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="static-libs"
-
-RDEPEND="media-libs/ilmbase:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc4{3,7}.patch
- elibtoolize
-}
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" docdir=/usr/share/doc/${PF} install
- dodoc AUTHORS ChangeLog NEWS README
-
- prune_libtool_files --all
-}