public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/openexr_viewers/, media-gfx/openexr_viewers/files/
Date: Tue,  4 Jun 2019 05:43:25 +0000 (UTC)	[thread overview]
Message-ID: <1559626989.c5568e5a14f896d7a411c3c7bfba5c1c8ca6ebc1.dilfridge@gentoo> (raw)

commit:     c5568e5a14f896d7a411c3c7bfba5c1c8ca6ebc1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 05:42:08 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 05:43:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5568e5a

media-gfx/openexr_viewers: remove old, drop to ~arch

Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 media-gfx/openexr_viewers/Manifest                 |  3 --
 .../openexr_viewers-2.0.0-nvidia-automagic.patch   | 14 ------
 ...exr_viewers-2.2.0-Remove-nVidia-automagic.patch | 28 -----------
 .../openexr_viewers/openexr_viewers-2.0.1.ebuild   | 55 --------------------
 .../openexr_viewers/openexr_viewers-2.1.0.ebuild   | 55 --------------------
 .../openexr_viewers-2.2.0-r1.ebuild                | 58 ----------------------
 .../openexr_viewers/openexr_viewers-2.2.0.ebuild   | 55 --------------------
 7 files changed, 268 deletions(-)

diff --git a/media-gfx/openexr_viewers/Manifest b/media-gfx/openexr_viewers/Manifest
index 7a07e939ae0..dd864f9214f 100644
--- a/media-gfx/openexr_viewers/Manifest
+++ b/media-gfx/openexr_viewers/Manifest
@@ -1,4 +1 @@
-DIST openexr_viewers-2.0.1.tar.gz 495240 BLAKE2B 4cccdcca362c59f77eb73c03c4300e64d2df9456b0108908fac96e0ae5d5c804525f9fe321ac159043b18c05727addb5e318ed0ba002132c3e2a5728256838a5 SHA512 75af19e4a06d31bbb21217bc75a800852d2817dd9d120b879c377316e8aa64f75c49dccbb0d2a4d11d949f48b8fac40249692d1286a77e4812e43b3e8e303235
-DIST openexr_viewers-2.1.0.tar.gz 497290 BLAKE2B 15d8c23e8a738788f7aeb896b671a42005569a8cf177fbe193d9dbe4df418302be2beabc86344a88137a3a0e6b7b8bbfd66ec213882e52d4df5788157e182163 SHA512 fd3b08ad91b1b2299d01d56c7a17694538fd912302db3472a8d8621b49a699a42604de8d816288399b31207304c7684de198acecd2c8a9825d35b827b8a2ddaf
-DIST openexr_viewers-2.2.0.tar.gz 486235 BLAKE2B db1ebc95dfb7d5b9b1ead3cd3d1eeb4406e4ad5704c90b080d3929c7dea7a2be631e74e2cb597803f55e05783fda43fdb33edc64ba63522d31122f96a4675608 SHA512 ab2f15d0352fa4e9daf76c7317312dad6cfe7b65a86affaf057c8eceb48d2637fc0df58125ea2ec5ad3b7251eed392a8eccff1001cfeced969bbb66fe92284f8
 DIST openexr_viewers-2.3.0.tar.gz 532154 BLAKE2B 353c69a6efbdab6ef7669f531be22b34c11cce3cc790b513eb99d323fc5e1827cb4b0656eab2db61ee89f01c02169c3c855cc4222275964156f31928ae08e015 SHA512 2b7ce7c75733f390bec5c3f9c49edc08da2631e3a45ae20a732dddf9fd813137c3124d0c6e90450fa2b9068f0c40c76374ee7ff9cf0d8697080b2b180c624c5d

diff --git a/media-gfx/openexr_viewers/files/openexr_viewers-2.0.0-nvidia-automagic.patch b/media-gfx/openexr_viewers/files/openexr_viewers-2.0.0-nvidia-automagic.patch
deleted file mode 100644
index 1ea9f869a67..00000000000
--- a/media-gfx/openexr_viewers/files/openexr_viewers-2.0.0-nvidia-automagic.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -192,7 +192,10 @@
- dnl
- dnl check for Cg
- dnl
--if test "${have_fltk}" = yes; then
-+AC_ARG_ENABLE(cg, AC_HELP_STRING([--enable-cg],
-+  [enable nvidia cg support [[default=check]]]), [want_cg="${enableval}"], [want_cg=yes])
-+
-+if test "${have_fltk}" = yes -a "${want_cg}" != "no"; then
-   AM_PATH_CG(have_cg=yes, have_cg=no)
-   if test "${have_cg}" = yes; then
-     AC_DEFINE(HAVE_FRAGMENT_SHADERS)

diff --git a/media-gfx/openexr_viewers/files/openexr_viewers-2.2.0-Remove-nVidia-automagic.patch b/media-gfx/openexr_viewers/files/openexr_viewers-2.2.0-Remove-nVidia-automagic.patch
deleted file mode 100644
index 41fba94523a..00000000000
--- a/media-gfx/openexr_viewers/files/openexr_viewers-2.2.0-Remove-nVidia-automagic.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From e8d26df2a888f307e61584367f5dc14894d8be82 Mon Sep 17 00:00:00 2001
-From: Jonathan Scruggs <j.scruggs@gmail.com>
-Date: Sat, 23 Sep 2017 13:39:34 +0100
-Subject: [PATCH] OpenEXR_Viewers: Remove nVidia automagic
-
----
- OpenEXR_Viewers/configure.ac | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 94c88cd..1de94f6 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -194,7 +194,10 @@ AM_PATH_FLTK(have_fltk=yes, have_fltk=no)
- dnl
- dnl check for Cg
- dnl
--if test "${have_fltk}" = yes; then
-+AC_ARG_ENABLE(cg, AC_HELP_STRING([--enable-cg],
-+  [enable nvidia cg support [[default=check]]]), [want_cg="${enableval}"], [want_cg=yes])
-+
-+if test "${have_fltk}" = yes -a "${want_cg}" != "no"; then
-   AM_PATH_CG(have_cg=yes, have_cg=no)
-   if test "${have_cg}" = yes; then
-     AC_DEFINE(HAVE_FRAGMENT_SHADERS)
--- 
-2.14.1
-

diff --git a/media-gfx/openexr_viewers/openexr_viewers-2.0.1.ebuild b/media-gfx/openexr_viewers/openexr_viewers-2.0.1.ebuild
deleted file mode 100644
index 55ed1bb8c3a..00000000000
--- a/media-gfx/openexr_viewers/openexr_viewers-2.0.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="OpenEXR Viewers"
-HOMEPAGE="https://openexr.com"
-SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="cg opengl"
-
-RDEPEND=">=media-libs/ilmbase-${PV}:=
-	>=media-libs/openexr-${PV}:=
-	media-libs/ctl:=
-	>=media-libs/openexr_ctl-1.0.1-r2:=
-	opengl? (
-		virtual/opengl
-		x11-libs/fltk:1[opengl]
-		cg? ( media-gfx/nvidia-cg-toolkit )
-		)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-	epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if use cg; then
-		myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
-		append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
-	fi
-
-	econf \
-		$(use_enable cg) \
-		$(use_with opengl fltk-config /usr/bin/fltk-config) \
-		${myconf}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		docdir=/usr/share/doc/${PF}/pdf \
-		install
-
-	dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild b/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild
deleted file mode 100644
index 65031959622..00000000000
--- a/media-gfx/openexr_viewers/openexr_viewers-2.1.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="OpenEXR Viewers"
-HOMEPAGE="https://openexr.com"
-SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="cg opengl"
-
-RDEPEND=">=media-libs/ilmbase-${PV}:=
-	>=media-libs/openexr-${PV}:=
-	media-libs/ctl:=
-	>=media-libs/openexr_ctl-1.0.1-r2:=
-	opengl? (
-		virtual/opengl
-		x11-libs/fltk:1[opengl]
-		cg? ( media-gfx/nvidia-cg-toolkit )
-		)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-	epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if use cg; then
-		myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
-		append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
-	fi
-
-	econf \
-		$(use_enable cg) \
-		$(use_with opengl fltk-config /usr/bin/fltk-config) \
-		${myconf}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		docdir=/usr/share/doc/${PF}/pdf \
-		install
-
-	dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/media-gfx/openexr_viewers/openexr_viewers-2.2.0-r1.ebuild b/media-gfx/openexr_viewers/openexr_viewers-2.2.0-r1.ebuild
deleted file mode 100644
index a141f777a8e..00000000000
--- a/media-gfx/openexr_viewers/openexr_viewers-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools flag-o-matic
-
-DESCRIPTION="OpenEXR Viewers"
-HOMEPAGE="https://openexr.com"
-SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="cg opengl"
-
-RDEPEND="~media-libs/ilmbase-${PV}:=
-	~media-libs/openexr-${PV}:=
-	>=media-libs/ctl-1.5.2:=
-	x11-libs/fltk:1[opengl]
-	opengl? (
-		virtual/opengl
-		x11-libs/fltk:1[opengl]
-		cg? ( media-gfx/nvidia-cg-toolkit )
-	)"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${P}-Remove-nVidia-automagic.patch" )
-
-src_prepare() {
-	default
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if use cg; then
-		myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
-		append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
-	fi
-
-	econf \
-		$(use_enable cg) \
-		$(use_with opengl fltk-config /usr/bin/fltk-config) \
-		${myconf}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		docdir=/usr/share/doc/${PF}/pdf \
-		install
-
-	dodoc AUTHORS ChangeLog NEWS README
-}

diff --git a/media-gfx/openexr_viewers/openexr_viewers-2.2.0.ebuild b/media-gfx/openexr_viewers/openexr_viewers-2.2.0.ebuild
deleted file mode 100644
index 55ed1bb8c3a..00000000000
--- a/media-gfx/openexr_viewers/openexr_viewers-2.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils flag-o-matic
-
-DESCRIPTION="OpenEXR Viewers"
-HOMEPAGE="https://openexr.com"
-SRC_URI="https://download.savannah.gnu.org/releases/openexr/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE="cg opengl"
-
-RDEPEND=">=media-libs/ilmbase-${PV}:=
-	>=media-libs/openexr-${PV}:=
-	media-libs/ctl:=
-	>=media-libs/openexr_ctl-1.0.1-r2:=
-	opengl? (
-		virtual/opengl
-		x11-libs/fltk:1[opengl]
-		cg? ( media-gfx/nvidia-cg-toolkit )
-		)"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die
-	epatch "${FILESDIR}"/${PN}-2.0.0-nvidia-automagic.patch
-	eautoreconf
-}
-
-src_configure() {
-	local myconf
-
-	if use cg; then
-		myconf="--with-cg-prefix=/opt/nvidia-cg-toolkit"
-		append-flags "$(no-as-needed)" # binary-only libCg is not properly linked
-	fi
-
-	econf \
-		$(use_enable cg) \
-		$(use_with opengl fltk-config /usr/bin/fltk-config) \
-		${myconf}
-}
-
-src_install() {
-	emake \
-		DESTDIR="${D}" \
-		docdir=/usr/share/doc/${PF}/pdf \
-		install
-
-	dodoc AUTHORS ChangeLog NEWS README
-}


             reply	other threads:[~2019-06-04  5:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04  5:43 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-31  6:31 [gentoo-commits] repo/gentoo:master commit in: media-gfx/openexr_viewers/, media-gfx/openexr_viewers/files/ Joonas Niilola
2018-10-11 18:42 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1559626989.c5568e5a14f896d7a411c3c7bfba5c1c8ca6ebc1.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox