summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-09-12 09:03:03 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-09-12 09:03:03 +0000
commitcccc6594f6f13815b57137e5c7e18b1a6dac2487 (patch)
tree51a45f2385a62d78b25ca6787abced09d6238384 /media-libs/libraw
parentVersion bump. (diff)
downloadgentoo-2-cccc6594f6f13815b57137e5c7e18b1a6dac2487.tar.gz
gentoo-2-cccc6594f6f13815b57137e5c7e18b1a6dac2487.tar.bz2
gentoo-2-cccc6594f6f13815b57137e5c7e18b1a6dac2487.zip
Vulnerable version cleanup, wrt bug #482926
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-libs/libraw')
-rw-r--r--media-libs/libraw/ChangeLog6
-rw-r--r--media-libs/libraw/libraw-0.15.2.ebuild62
-rw-r--r--media-libs/libraw/libraw-0.15.3.ebuild62
3 files changed, 5 insertions, 125 deletions
diff --git a/media-libs/libraw/ChangeLog b/media-libs/libraw/ChangeLog
index cb052455b1ea..9afac0270faf 100644
--- a/media-libs/libraw/ChangeLog
+++ b/media-libs/libraw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libraw
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.65 2013/08/31 16:48:28 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.66 2013/09/12 09:03:03 pinkbyte Exp $
+
+ 12 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> -libraw-0.15.2.ebuild,
+ -libraw-0.15.3.ebuild:
+ Vulnerable version cleanup, wrt bug #482926
31 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> libraw-0.15.4.ebuild:
alpha stable wrt bug #482926
diff --git a/media-libs/libraw/libraw-0.15.2.ebuild b/media-libs/libraw/libraw-0.15.2.ebuild
deleted file mode 100644
index e78a7e4e70b0..000000000000
--- a/media-libs/libraw/libraw-0.15.2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.2.ebuild,v 1.6 2013/08/27 15:43:04 kensington Exp $
-
-EAPI=5
-
-inherit eutils autotools toolchain-funcs
-
-MY_PV=${PV/_b/-B}
-MY_P=LibRaw-${MY_PV}
-
-DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras"
-HOMEPAGE="http://www.libraw.org/"
-SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz
- demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-${MY_PV}.tar.gz
- http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${MY_PV}.tar.gz )"
-
-# Libraw also has it's own license, which is a pdf file and
-# can be obtained from here:
-# http://www.libraw.org/data/LICENSE.LibRaw.pdf
-LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3"
-SLOT="0/9" # subslot = libraw soname version
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs"
-
-RDEPEND="jpeg? ( virtual/jpeg:0 )
- jpeg2k? ( media-libs/jasper )
- lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( Changelog.txt README )
-
-pkg_pretend() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable openmp) \
- $(use_enable jpeg) \
- $(use_enable jpeg2k jasper) \
- $(use_enable lcms) \
- $(use_enable examples) \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3)
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/media-libs/libraw/libraw-0.15.3.ebuild b/media-libs/libraw/libraw-0.15.3.ebuild
deleted file mode 100644
index a5c7991dea4d..000000000000
--- a/media-libs/libraw/libraw-0.15.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.3.ebuild,v 1.2 2013/08/27 15:43:04 kensington Exp $
-
-EAPI=5
-
-inherit eutils autotools toolchain-funcs
-
-MY_PV=${PV/_b/-B}
-MY_P=LibRaw-${MY_PV}
-
-DESCRIPTION="LibRaw is a library for reading RAW files obtained from digital photo cameras"
-HOMEPAGE="http://www.libraw.org/"
-SRC_URI="http://www.libraw.org/data/${MY_P}.tar.gz
- demosaic? ( http://www.libraw.org/data/LibRaw-demosaic-pack-GPL2-${MY_PV}.tar.gz
- http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${MY_PV}.tar.gz )"
-
-# Libraw also has it's own license, which is a pdf file and
-# can be obtained from here:
-# http://www.libraw.org/data/LICENSE.LibRaw.pdf
-LICENSE="LGPL-2.1 CDDL GPL-2 GPL-3"
-SLOT="0/9" # subslot = libraw soname version
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs"
-
-RDEPEND="jpeg? ( virtual/jpeg:0 )
- jpeg2k? ( media-libs/jasper )
- lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-DOCS=( Changelog.txt README )
-
-pkg_pretend() {
- if use openmp ; then
- tc-has-openmp || die "Please switch to an openmp compatible compiler"
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable openmp) \
- $(use_enable jpeg) \
- $(use_enable jpeg2k jasper) \
- $(use_enable lcms) \
- $(use_enable examples) \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3)
-}
-
-src_install() {
- default
- prune_libtool_files
-}