summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-20 15:02:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-20 15:02:43 +0000
commitc2d280ee645c3da36381bc2992b388013bf9104c (patch)
tree6b93edc4f11b189e68d5a7c7a928cfd872b8a0ab /media-libs/libexif
parentVersion bump, remove old (diff)
downloadgentoo-2-c2d280ee645c3da36381bc2992b388013bf9104c.tar.gz
gentoo-2-c2d280ee645c3da36381bc2992b388013bf9104c.tar.bz2
gentoo-2-c2d280ee645c3da36381bc2992b388013bf9104c.zip
punt old vulnerable
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libexif')
-rw-r--r--media-libs/libexif/ChangeLog5
-rw-r--r--media-libs/libexif/libexif-0.6.20.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/media-libs/libexif/ChangeLog b/media-libs/libexif/ChangeLog
index 0ce8407011ae..d7fdd172e20c 100644
--- a/media-libs/libexif/ChangeLog
+++ b/media-libs/libexif/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libexif
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.135 2012/09/20 13:22:29 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.136 2012/09/20 15:02:43 ssuominen Exp $
+
+ 20 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -libexif-0.6.20.ebuild:
+ old
20 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org> libexif-0.6.21.ebuild:
ppc64 stable wrt #426366
diff --git a/media-libs/libexif/libexif-0.6.20.ebuild b/media-libs/libexif/libexif-0.6.20.ebuild
deleted file mode 100644
index 8b96623c6f33..000000000000
--- a/media-libs/libexif/libexif-0.6.20.ebuild
+++ /dev/null
@@ -1,44 +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/libexif/libexif-0.6.20.ebuild,v 1.13 2012/05/09 00:24:05 aballier Exp $
-
-EAPI=4
-
-inherit eutils libtool
-
-DESCRIPTION="Library for parsing, editing, and saving EXIF data"
-HOMEPAGE="http://libexif.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
-IUSE="doc nls static-libs"
-
-RDEPEND="nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
- nls? ( sys-devel/gettext )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
- elibtoolize # FreeBSD .so version
-
- # remove -g from FLAGS bug (#390249)
- sed -i -e '/FLAGS=/s:-g::' configure || die
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_enable nls) \
- $(use_enable doc docs) \
- --with-doc-dir=/usr/share/doc/${PF}
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- find "${D}" -name '*.la' -exec rm -f {} +
- rm -f "${D}"usr/share/doc/${PF}/{ABOUT-NLS,COPYING}
-}