summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-02-10 22:57:14 +0000
committerTim Harder <radhermit@gentoo.org>2012-02-10 22:57:14 +0000
commita9bedadc5ca558fa7c68f36baaae0d263c034be3 (patch)
tree92a07df95ac99571f22affee3818841e2bd55dcc /media-libs/libraw
parentVersion bump. Bug #402657 (diff)
downloadgentoo-2-a9bedadc5ca558fa7c68f36baaae0d263c034be3.tar.gz
gentoo-2-a9bedadc5ca558fa7c68f36baaae0d263c034be3.tar.bz2
gentoo-2-a9bedadc5ca558fa7c68f36baaae0d263c034be3.zip
Remove old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libraw')
-rw-r--r--media-libs/libraw/ChangeLog8
-rw-r--r--media-libs/libraw/libraw-0.14.3.ebuild51
-rw-r--r--media-libs/libraw/libraw-0.14.4.ebuild51
3 files changed, 6 insertions, 104 deletions
diff --git a/media-libs/libraw/ChangeLog b/media-libs/libraw/ChangeLog
index 415ee43dbdbc..75c07a6f7a77 100644
--- a/media-libs/libraw/ChangeLog
+++ b/media-libs/libraw/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libraw
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.18 2011/12/26 22:09:30 radhermit Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.19 2012/02/10 22:57:14 radhermit Exp $
+
+ 10 Feb 2012; Tim Harder <radhermit@gentoo.org> -libraw-0.14.3.ebuild,
+ -libraw-0.14.4.ebuild:
+ Remove old.
*libraw-0.14.5 (26 Dec 2011)
diff --git a/media-libs/libraw/libraw-0.14.3.ebuild b/media-libs/libraw/libraw-0.14.3.ebuild
deleted file mode 100644
index bbd8c4fbc172..000000000000
--- a/media-libs/libraw/libraw-0.14.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.14.3.ebuild,v 1.3 2011/11/28 06:50:56 radhermit Exp $
-
-EAPI="4"
-
-inherit autotools-utils
-
-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}
- openmp? ( sys-devel/gcc[openmp] )
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-PATCHES=( "${FILESDIR}"/${PN}-0.13.4-docs.patch )
-
-src_prepare() {
- autotools-utils_src_prepare
- eautomake
-}
-
-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.4.ebuild b/media-libs/libraw/libraw-0.14.4.ebuild
deleted file mode 100644
index b740526b19a6..000000000000
--- a/media-libs/libraw/libraw-0.14.4.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/libraw-0.14.4.ebuild,v 1.1 2011/12/13 22:29:11 radhermit Exp $
-
-EAPI="4"
-
-inherit autotools-utils
-
-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}
- openmp? ( sys-devel/gcc[openmp] )
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-PATCHES=( "${FILESDIR}"/${PN}-0.13.4-docs.patch )
-
-src_prepare() {
- autotools-utils_src_prepare
- eautomake
-}
-
-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
-}