diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-01-10 04:22:17 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-01-10 04:22:17 +0000 |
commit | 6c1b89ea19cca750d7f0d98c966f39df1cc64c65 (patch) | |
tree | 6a78c66bdb232d5b6c0b70f89286bfb4121c17e6 /media-libs/libraw | |
parent | Version bump. (diff) | |
download | gentoo-2-6c1b89ea19cca750d7f0d98c966f39df1cc64c65.tar.gz gentoo-2-6c1b89ea19cca750d7f0d98c966f39df1cc64c65.tar.bz2 gentoo-2-6c1b89ea19cca750d7f0d98c966f39df1cc64c65.zip |
Remove old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/libraw')
-rw-r--r-- | media-libs/libraw/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libraw/libraw-0.15.0_beta1.ebuild | 63 | ||||
-rw-r--r-- | media-libs/libraw/libraw-0.15.0_beta2.ebuild | 62 |
3 files changed, 5 insertions, 126 deletions
diff --git a/media-libs/libraw/ChangeLog b/media-libs/libraw/ChangeLog index d14f1f63a8e6..e8853ae85a2a 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.45 2013/01/10 04:20:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.46 2013/01/10 04:22:17 radhermit Exp $ + + 10 Jan 2013; Tim Harder <radhermit@gentoo.org> -libraw-0.15.0_beta1.ebuild, + -libraw-0.15.0_beta2.ebuild: + Remove old. *libraw-0.15.0_beta3 (10 Jan 2013) diff --git a/media-libs/libraw/libraw-0.15.0_beta1.ebuild b/media-libs/libraw/libraw-0.15.0_beta1.ebuild deleted file mode 100644 index 294242cc05ae..000000000000 --- a/media-libs/libraw/libraw-0.15.0_beta1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.0_beta1.ebuild,v 1.3 2012/12/10 18:44:05 bicatali Exp $ - -EAPI="4" - -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" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs" - -RDEPEND="jpeg? ( virtual/jpeg ) - jpeg2k? ( media-libs/jasper ) - lcms? ( media-libs/lcms:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS=( Changelog.txt README ) - -pkg_setup() { - 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 - epatch "${FILESDIR}"/${PN}-0.14.7-pkgconfig.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.0_beta2.ebuild b/media-libs/libraw/libraw-0.15.0_beta2.ebuild deleted file mode 100644 index fed14cdb013b..000000000000 --- a/media-libs/libraw/libraw-0.15.0_beta2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.15.0_beta2.ebuild,v 1.1 2012/12/09 22:01:38 radhermit 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" -KEYWORDS="~amd64 ~x86" -IUSE="demosaic examples jpeg jpeg2k +lcms openmp static-libs" - -RDEPEND="jpeg? ( virtual/jpeg ) - 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 -} |