summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2004-02-06 02:38:40 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2004-02-06 02:38:40 +0000
commitcf7fb2246c9a76cc7911176cf72c963d1ee078bd (patch)
tree68c64b273902327bfac146bb1972aaf483dbbf98 /media-libs/libexif/libexif-0.5.9.ebuild
parentrcleaning (diff)
downloadhistorical-cf7fb2246c9a76cc7911176cf72c963d1ee078bd.tar.gz
historical-cf7fb2246c9a76cc7911176cf72c963d1ee078bd.tar.bz2
historical-cf7fb2246c9a76cc7911176cf72c963d1ee078bd.zip
latest version was stable on all arches, bumped it so to get RDEPEND="virtual/glibc" fixed. Frees up pkgconfig from RDEPEND. Cleaned out the directories from old builds
Diffstat (limited to 'media-libs/libexif/libexif-0.5.9.ebuild')
-rw-r--r--media-libs/libexif/libexif-0.5.9.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-libs/libexif/libexif-0.5.9.ebuild b/media-libs/libexif/libexif-0.5.9.ebuild
deleted file mode 100644
index ef42e5c2efc7..000000000000
--- a/media-libs/libexif/libexif-0.5.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.5.9.ebuild,v 1.5 2003/09/09 17:25:19 mholzer Exp $
-
-inherit flag-o-matic
-
-IUSE="nls"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Library for parsing, editing, and saving EXIF data"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://libexif.sf.net/"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 ppc sparc alpha"
-
-DEPEND="dev-util/pkgconfig"
-
-src_compile() {
- local myconf
- use nls || myconf="${myconf} --disable-nls"
- econf ${myconf}
- emake || die
-}
-
-src_install() {
- dodir /usr/lib
- dodir /usr/include/libexif
- dodir /usr/share/locale
- dodir /usr/lib/pkgconfig
- einstall || die
-
- dodoc ChangeLog README
-}
-
-pkg_postinst() {
- einfo
- einfo "if you've upgraded from ${PN}-0.5.8 you'll"
- einfo "have to run revdep-rebuild from gentoolkit"
- einfo
-}