From 490c5b9ba594d9bb8219dae016a538bbdee4927a Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Sat, 27 Dec 2008 02:14:26 +0100 Subject: [PATCH] libexif is in media.git now --- .../libexif/libexif-0.6.17.exheres-0 | 42 ------------------- 1 file changed, 42 deletions(-) delete mode 100644 packages/media-libs/libexif/libexif-0.6.17.exheres-0 diff --git a/packages/media-libs/libexif/libexif-0.6.17.exheres-0 b/packages/media-libs/libexif/libexif-0.6.17.exheres-0 deleted file mode 100644 index e4db3cc..0000000 --- a/packages/media-libs/libexif/libexif-0.6.17.exheres-0 +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright (c) 2008 Daniel Mierswa -# Distributed under the terms of the GNU General Public License v2 - -SUMMARY="The EXIF metainformation library." -DESCRIPTION="Reads and writes EXIF metainformation from and to image files." -HOMEPAGE="http://${PN}.sourceforge.net/" -DOWNLOADS="mirror://sourceforge/${PN}/${PNV}.tar.bz2" - -LICENCES="" -SLOT="0" -PLATFORMS="~amd64" -LANGS="cs de en_CA es fr nl pl ru sk sv vi" -MYOPTIONS=" - doc - linguas: - ${LANGS}" - -DEPENDENCIES=" - build: - doc? ( app-doc/doxygen ) - $(for lang in ${LANGS} ; do - echo "linguas:${lang}? ( sys-devel/gettext )" - done)" - - -DEFAULT_SRC_CONFIGURE_PARAMS=( - '--disable-nls' - "--with-doc-dir=/usr/share/doc/${PNVR}" -) - -DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( - 'doc internal-docs' 'doc docs' -) - -src_configure() { - for lang in ${LANGS} ; do - option linguas:${lang} && \ - DEFAULT_SRC_CONFIGURE_PARAMS+=( '--enable-nls' ) && break - done - - default -}