diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-10-15 07:02:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-10-15 07:02:36 +0000 |
commit | c647e38138ffa2884a4103377b2cf316cf87af98 (patch) | |
tree | afb49d5d27cdc0436665d916cde57ff9c08c4e72 /media-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-c647e38138ffa2884a4103377b2cf316cf87af98.tar.gz gentoo-2-c647e38138ffa2884a4103377b2cf316cf87af98.tar.bz2 gentoo-2-c647e38138ffa2884a4103377b2cf316cf87af98.zip |
Remove old.
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libraw/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libraw/libraw-0.14.5.ebuild | 52 | ||||
-rw-r--r-- | media-libs/libraw/libraw-0.14.6.ebuild | 52 |
3 files changed, 5 insertions, 105 deletions
diff --git a/media-libs/libraw/ChangeLog b/media-libs/libraw/ChangeLog index 4eaaac4fb706..09ecc4b89d75 100644 --- a/media-libs/libraw/ChangeLog +++ b/media-libs/libraw/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libraw # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.33 2012/10/15 07:01:44 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.34 2012/10/15 07:02:36 radhermit Exp $ + + 15 Oct 2012; Tim Harder <radhermit@gentoo.org> -libraw-0.14.5.ebuild, + -libraw-0.14.6.ebuild: + Remove old. *libraw-0.15.0_beta1 (15 Oct 2012) diff --git a/media-libs/libraw/libraw-0.14.5.ebuild b/media-libs/libraw/libraw-0.14.5.ebuild deleted file mode 100644 index 4e526438ad42..000000000000 --- a/media-libs/libraw/libraw-0.14.5.ebuild +++ /dev/null @@ -1,52 +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.14.5.ebuild,v 1.6 2012/05/05 08:02:37 jdhore Exp $ - -EAPI="4" -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils toolchain-funcs - -MY_P="LibRaw-${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-${PV}.tar.gz - http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${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 jpeg2k +lcms openmp static-libs" - -RDEPEND="jpeg2k? ( media-libs/jasper ) - lcms? ( media-libs/lcms:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS=( Changelog.txt README ) - -PATCHES=( "${FILESDIR}"/${PN}-0.13.4-docs.patch ) - -pkg_setup() { - if use openmp ; then - tc-has-openmp || die "Please switch to an openmp compatible compiler" - fi -} - -src_configure() { - local myeconfargs=( - $(use_enable demosaic demosaic-pack-gpl2) - $(use_enable demosaic demosaic-pack-gpl3) - $(use_enable examples) - $(use_enable jpeg2k jasper) - $(use_enable lcms) - $(use_enable openmp) - ) - autotools-utils_src_configure -} diff --git a/media-libs/libraw/libraw-0.14.6.ebuild b/media-libs/libraw/libraw-0.14.6.ebuild deleted file mode 100644 index 00a3ebac0598..000000000000 --- a/media-libs/libraw/libraw-0.14.6.ebuild +++ /dev/null @@ -1,52 +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.14.6.ebuild,v 1.4 2012/06/29 06:46:00 jdhore Exp $ - -EAPI="4" -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils toolchain-funcs - -MY_P="LibRaw-${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-${PV}.tar.gz - http://www.libraw.org/data/LibRaw-demosaic-pack-GPL3-${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 jpeg2k +lcms openmp static-libs" - -RDEPEND="jpeg2k? ( media-libs/jasper ) - lcms? ( media-libs/lcms:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${MY_P} - -DOCS=( Changelog.txt README ) - -PATCHES=( "${FILESDIR}"/${PN}-0.13.4-docs.patch ) - -pkg_setup() { - if use openmp ; then - tc-has-openmp || die "Please switch to an openmp compatible compiler" - fi -} - -src_configure() { - local myeconfargs=( - $(use_enable demosaic demosaic-pack-gpl2) - $(use_enable demosaic demosaic-pack-gpl3) - $(use_enable examples) - $(use_enable jpeg2k jasper) - $(use_enable lcms) - $(use_enable openmp) - ) - autotools-utils_src_configure -} |