summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-11-27 04:10:11 +0000
committerTim Harder <radhermit@gentoo.org>2011-11-27 04:10:11 +0000
commit49b5703e4ee870fda1a2d2b8c03f62b23fc43f73 (patch)
tree535d515162b019229365b53de70a6d869db8a8d0 /media-libs/libraw
parentBuild in the source tree. (diff)
downloadgentoo-2-49b5703e4ee870fda1a2d2b8c03f62b23fc43f73.tar.gz
gentoo-2-49b5703e4ee870fda1a2d2b8c03f62b23fc43f73.tar.bz2
gentoo-2-49b5703e4ee870fda1a2d2b8c03f62b23fc43f73.zip
Remove old.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libraw')
-rw-r--r--media-libs/libraw/ChangeLog6
-rw-r--r--media-libs/libraw/libraw-0.13.8.ebuild59
-rw-r--r--media-libs/libraw/libraw-0.14.0.ebuild52
-rw-r--r--media-libs/libraw/libraw-0.14.1.ebuild52
-rw-r--r--media-libs/libraw/libraw-0.14.2.ebuild51
5 files changed, 5 insertions, 215 deletions
diff --git a/media-libs/libraw/ChangeLog b/media-libs/libraw/ChangeLog
index eb3179dc3e8b..f10e4af62eb0 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.13 2011/10/26 21:27:12 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libraw/ChangeLog,v 1.14 2011/11/27 04:10:11 radhermit Exp $
+
+ 27 Nov 2011; Tim Harder <radhermit@gentoo.org> -libraw-0.13.8.ebuild,
+ -libraw-0.14.0.ebuild, -libraw-0.14.1.ebuild, -libraw-0.14.2.ebuild:
+ Remove old.
*libraw-0.14.3 (26 Oct 2011)
diff --git a/media-libs/libraw/libraw-0.13.8.ebuild b/media-libs/libraw/libraw-0.13.8.ebuild
deleted file mode 100644
index 04d1e48e8194..000000000000
--- a/media-libs/libraw/libraw-0.13.8.ebuild
+++ /dev/null
@@ -1,59 +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.13.8.ebuild,v 1.1 2011/08/10 21:56:13 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-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? ( https://github.com/LibRaw/LibRaw-demosaic-pack-GPL2/tarball/${PV} -> LibRaw-demosaic-pack-GPL2-${PV}.tar.gz
- https://github.com/LibRaw/LibRaw-demosaic-pack-GPL3/tarball/${PV} -> 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 +lcms +openmp static-libs"
-
-DEPEND="lcms? ( media-libs/lcms:2 )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-src_unpack() {
- unpack ${A}
- if use demosaic ; then
- mv *LibRaw-demosaic*GPL2* LibRaw-demosaic-pack-GPL2-${PV}
- mv *LibRaw-demosaic*GPL3* LibRaw-demosaic-pack-GPL3-${PV}
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautomake
-}
-
-src_configure() {
- econf \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3) \
- $(use_enable examples) \
- $(use_enable lcms) \
- $(use_enable openmp) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove useless .la files
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/media-libs/libraw/libraw-0.14.0.ebuild b/media-libs/libraw/libraw-0.14.0.ebuild
deleted file mode 100644
index f74975b2745a..000000000000
--- a/media-libs/libraw/libraw-0.14.0.ebuild
+++ /dev/null
@@ -1,52 +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.0.ebuild,v 1.1 2011/09/22 19:10:54 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-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 +lcms +openmp static-libs"
-
-RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautomake
-}
-
-src_configure() {
- econf \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3) \
- $(use_enable examples) \
- $(use_enable lcms) \
- $(use_enable openmp) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove useless .la files
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/media-libs/libraw/libraw-0.14.1.ebuild b/media-libs/libraw/libraw-0.14.1.ebuild
deleted file mode 100644
index 9d8818d9457a..000000000000
--- a/media-libs/libraw/libraw-0.14.1.ebuild
+++ /dev/null
@@ -1,52 +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.1.ebuild,v 1.1 2011/10/12 02:16:07 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils autotools
-
-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 +lcms +openmp static-libs"
-
-RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautomake
-}
-
-src_configure() {
- econf \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3) \
- $(use_enable examples) \
- $(use_enable lcms) \
- $(use_enable openmp) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- # Remove useless .la files
- find "${D}" -name '*.la' -exec rm -f {} +
-}
diff --git a/media-libs/libraw/libraw-0.14.2.ebuild b/media-libs/libraw/libraw-0.14.2.ebuild
deleted file mode 100644
index d9737198a63d..000000000000
--- a/media-libs/libraw/libraw-0.14.2.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.2.ebuild,v 1.1 2011/10/19 19:49:12 radhermit Exp $
-
-EAPI="4"
-
-inherit eutils 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 +lcms +openmp static-libs"
-
-RDEPEND="lcms? ( media-libs/lcms:2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( Changelog.txt README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.13.4-docs.patch
- eautomake
-}
-
-src_configure() {
- econf \
- $(use_enable demosaic demosaic-pack-gpl2) \
- $(use_enable demosaic demosaic-pack-gpl3) \
- $(use_enable examples) \
- $(use_enable lcms) \
- $(use_enable openmp) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
-
- remove_libtool_files all
-}