public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/
Date: Sun, 12 Feb 2017 13:19:37 +0000 (UTC)	[thread overview]
Message-ID: <1486905555.a10df0d4f96d1ffaf77e2afd993361e8809e02e2.asturm@gentoo> (raw)

commit:     a10df0d4f96d1ffaf77e2afd993361e8809e02e2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 15:33:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 13:19:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10df0d4

media-gfx/enblend: Drop old & broken

Package-Manager: portage-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/3923

 media-gfx/enblend/enblend-4.2.0_p20161007.ebuild | 78 ------------------------
 1 file changed, 78 deletions(-)

diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
deleted file mode 100644
index aa15cce946..0000000000
--- a/media-gfx/enblend/enblend-4.2.0_p20161007.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Image Blending with Multiresolution Splines"
-HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~soap/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2 VIGRA"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug doc openmp tcmalloc cpu_flags_x86_sse2"
-REQUIRED_USE="tcmalloc? ( !debug )"
-
-RDEPEND="
-	>=dev-libs/boost-1.62.0:=
-	media-libs/glew:*
-	media-libs/lcms:2
-	media-libs/libpng:0=
-	media-libs/openexr:=
-	media-libs/plotutils[X]
-	media-libs/tiff:0
-	media-libs/vigra[openexr]
-	sci-libs/gsl:=
-	virtual/jpeg:0
-	debug? ( dev-libs/dmalloc )
-	tcmalloc? ( dev-util/google-perftools )
-	media-libs/freeglut"
-DEPEND="${RDEPEND}
-	media-gfx/imagemagick
-	sys-apps/help2man
-	virtual/pkgconfig
-	doc? (
-		media-gfx/transfig
-		sci-visualization/gnuplot[gd]
-		virtual/latex-base
-		dev-lang/perl
-		dev-perl/Readonly
-		media-gfx/graphviz
-		gnome-base/librsvg
-		dev-tex/hevea
-	)"
-
-PATCHES=( "${FILESDIR}/${PN}-4.2-doc-install-dir-fix.patch" )
-
-src_prepare() {
-	cmake-utils_src_prepare
-
-	sed -i -e "s:share/doc/enblend:share/doc/${PF}:" doc/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DENABLE_DMALLOC=$(usex debug)
-		-DENABLE_TCMALLOC=$(usex tcmalloc)
-		-DDOC=$(usex doc)
-		-DINSTALL_HTML_DOC=$(usex doc)
-		-DINSTALL_PDF_DOC=$(usex doc)
-		-DENABLE_OPENMP=$(usex openmp)
-		-DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
-	)
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	# To allow icon resizing with renderers (no way to disable)
-	addpredict /dev/dri
-
-	# To compile fonts in the temp directory
-	export VARTEXFONTS="${T}/fonts"
-
-	# forcing -j1 as every parallel compilation process needs about 1 GB RAM.
-	cmake-utils_src_compile -j1
-}


             reply	other threads:[~2017-02-12 13:19 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 13:19 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-31 14:23 [gentoo-commits] repo/gentoo:master commit in: media-gfx/enblend/ Sam James
2024-09-23  8:18 Arthur Zamarin
2024-04-25 10:42 Andreas K. Hüttel
2024-03-15 10:08 Andreas Sturmlechner
2023-12-17 17:40 Arthur Zamarin
2023-12-16  9:28 Joonas Niilola
2023-12-16  8:06 Joonas Niilola
2023-11-13  7:34 Sam James
2023-06-11 23:04 Andreas K. Hüttel
2023-05-06 17:09 Andreas K. Hüttel
2022-12-18  8:01 Sam James
2022-12-18  8:01 Sam James
2022-12-18  8:01 Sam James
2022-11-17 16:15 John Helmert III
2022-11-16 18:56 John Helmert III
2020-06-18 17:52 Markus Meier
2020-06-06 23:18 Andreas K. Hüttel
2019-11-08 21:39 Andreas Sturmlechner
2019-05-20 17:22 Aaron Bauman
2019-04-24 21:20 Ulrich Müller
2018-04-26  5:02 Matt Turner
2017-04-29 15:02 Agostino Sarubbo
2017-03-02 10:47 Agostino Sarubbo
2017-03-02 10:30 Agostino Sarubbo
2017-01-28 13:47 David Seifert
2016-02-12 10:07 Justin Lecher
2015-09-25 14:43 Agostino Sarubbo
2015-09-24 13:19 Agostino Sarubbo
2015-08-26 10:43 Agostino Sarubbo
2015-08-14  1:26 Sebastian Pipping

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=1486905555.a10df0d4f96d1ffaf77e2afd993361e8809e02e2.asturm@gentoo \
    --to=asturm@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