summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2008-10-06 16:24:00 +0000
committerMarkus Meier <maekke@gentoo.org>2008-10-06 16:24:00 +0000
commit0a157c6a3e57772cb02821f9ec34714717d38c99 (patch)
treee5f058d1bc10fc91ed41357ba8f2ab435347a2c3 /media-gfx/enblend
parentremove media-gfx/hugin-0.7.0* mask (diff)
downloadhistorical-0a157c6a3e57772cb02821f9ec34714717d38c99.tar.gz
historical-0a157c6a3e57772cb02821f9ec34714717d38c99.tar.bz2
historical-0a157c6a3e57772cb02821f9ec34714717d38c99.zip
old
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.27-rc8 i686
Diffstat (limited to 'media-gfx/enblend')
-rw-r--r--media-gfx/enblend/ChangeLog6
-rw-r--r--media-gfx/enblend/enblend-3.0_p20080807.ebuild51
2 files changed, 5 insertions, 52 deletions
diff --git a/media-gfx/enblend/ChangeLog b/media-gfx/enblend/ChangeLog
index 6b664819d210..5fbe71fa7fe9 100644
--- a/media-gfx/enblend/ChangeLog
+++ b/media-gfx/enblend/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/enblend
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.25 2008/09/10 19:14:06 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.26 2008/10/06 16:24:00 maekke Exp $
+
+ 06 Oct 2008; Markus Meier <maekke@gentoo.org>
+ -enblend-3.0_p20080807.ebuild:
+ old
10 Sep 2008; Markus Meier <maekke@gentoo.org> enblend-3.2.ebuild:
remove unneeded src_unpack
diff --git a/media-gfx/enblend/enblend-3.0_p20080807.ebuild b/media-gfx/enblend/enblend-3.0_p20080807.ebuild
deleted file mode 100644
index 243bf5af98e4..000000000000
--- a/media-gfx/enblend/enblend-3.0_p20080807.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.0_p20080807.ebuild,v 1.1 2008/08/16 11:12:22 maekke Exp $
-
-inherit eutils autotools
-
-DESCRIPTION="Image Blending with Multiresolution Splines"
-HOMEPAGE="http://enblend.sourceforge.net/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2 VIGRA"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/boost-1.31.0
- media-libs/lcms
- media-libs/glew
- media-libs/plotutils
- media-libs/tiff
- virtual/glut"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- # bug 202476
- if ! built_with_use media-libs/plotutils X ; then
- eerror
- eerror "media-gfx/plotutils has to be built with USE=\"X\""
- eerror
- die "emerge plotutils with USE=\"X\""
- fi
-
- ewarn
- ewarn "The compilation of enblend needs a lot of RAM. If you have less"
- ewarn "than 1GB RAM (and swap) you probably won't be able to compile it."
- ewarn
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-3.0-gcc43.patch
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}