summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-01 14:12:35 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-01 14:12:35 +0000
commitb1b7f9b7518954a46fb147b8dcac8f97e2d838ae (patch)
treedfc5d9fb883f9f80b7b69817b25b7bb04427c364 /media-gfx
parentVersion bump (bug #401683). (diff)
downloadgentoo-2-b1b7f9b7518954a46fb147b8dcac8f97e2d838ae.tar.gz
gentoo-2-b1b7f9b7518954a46fb147b8dcac8f97e2d838ae.tar.bz2
gentoo-2-b1b7f9b7518954a46fb147b8dcac8f97e2d838ae.zip
Remove old.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/rawtherapee/ChangeLog6
-rw-r--r--media-gfx/rawtherapee/rawtherapee-4.0.4.ebuild48
-rw-r--r--media-gfx/rawtherapee/rawtherapee-4.0.5.ebuild49
3 files changed, 5 insertions, 98 deletions
diff --git a/media-gfx/rawtherapee/ChangeLog b/media-gfx/rawtherapee/ChangeLog
index 7817aca07ac3..ad7ec6c12cb1 100644
--- a/media-gfx/rawtherapee/ChangeLog
+++ b/media-gfx/rawtherapee/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/rawtherapee
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.5 2012/05/01 14:11:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/ChangeLog,v 1.6 2012/05/01 14:12:35 radhermit Exp $
+
+ 01 May 2012; Tim Harder <radhermit@gentoo.org> -rawtherapee-4.0.4.ebuild,
+ -rawtherapee-4.0.5.ebuild:
+ Remove old.
*rawtherapee-4.0.8 (01 May 2012)
diff --git a/media-gfx/rawtherapee/rawtherapee-4.0.4.ebuild b/media-gfx/rawtherapee/rawtherapee-4.0.4.ebuild
deleted file mode 100644
index 865c8ab1d278..000000000000
--- a/media-gfx/rawtherapee/rawtherapee-4.0.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.4.ebuild,v 1.2 2011/10/28 20:26:31 radhermit Exp $
-
-EAPI="4"
-
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="Digital photo editing tool focused on RAW image file manipulation and conversion"
-HOMEPAGE="http://www.rawtherapee.com/"
-SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 doc openmp"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
- >=dev-cpp/gtkmm-2.12:2.4
- >=dev-cpp/glibmm-2.16:2
- dev-libs/libsigc++:2
- media-libs/tiff
- media-libs/libpng
- media-libs/libiptcdata
- media-libs/lcms:2
- sys-libs/zlib
- virtual/jpeg"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- dev-util/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${P}-nohg.patch )
-
-pkg_setup() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-
- mycmakeargs=(
- $(cmake-utils_use openmp OPTION_OMP)
- $(cmake-utils_use_with bzip2 BZIP)
- )
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc doc/built/pdf/en/RawTherapeeManual_4.0.pdf
-}
diff --git a/media-gfx/rawtherapee/rawtherapee-4.0.5.ebuild b/media-gfx/rawtherapee/rawtherapee-4.0.5.ebuild
deleted file mode 100644
index bcfdd2cd963e..000000000000
--- a/media-gfx/rawtherapee/rawtherapee-4.0.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/rawtherapee/rawtherapee-4.0.5.ebuild,v 1.1 2011/11/11 22:08:02 radhermit Exp $
-
-EAPI="4"
-
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="Digital photo editing tool focused on RAW image file manipulation and conversion"
-HOMEPAGE="http://www.rawtherapee.com/"
-SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="bzip2 doc openmp"
-
-RDEPEND="bzip2? ( app-arch/bzip2 )
- >=dev-cpp/gtkmm-2.12:2.4
- >=dev-cpp/glibmm-2.16:2
- dev-libs/libsigc++:2
- media-libs/tiff
- media-libs/libpng
- media-libs/libiptcdata
- media-libs/lcms:2
- sys-libs/zlib
- virtual/jpeg"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- dev-util/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-4.0.4-nohg.patch )
-
-pkg_setup() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-
- mycmakeargs=(
- $(cmake-utils_use openmp OPTION_OMP)
- $(cmake-utils_use_with bzip2 BZIP)
- -DCREDITSDIR=/usr/share/doc/${PF}
- )
-}
-
-src_install() {
- cmake-utils_src_install
- use doc && dodoc doc/built/pdf/en/RawTherapeeManual_4.0.pdf
-}