ChangeLog

# ChangeLog for media-gfx/exiftags
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/ChangeLog,v 1.22 2008/01/26 10:59:23 grobian Exp $

26 Jan 2008; Fabian Groffen exiftags-1.01.ebuild:
Dropped ppc-macos keyword, see you in prefix

29 Dec 2007; Markus Meier -exiftags-0.99.1.ebuild,
-exiftags-1.00.ebuild:
old

17 Dec 2007; Tobias Scherbaum
exiftags-1.01.ebuild:
ppc stable, bug #202354

17 Dec 2007; Samuli Suominen exiftags-1.01.ebuild:
amd64 stable wrt #202354, respect CC and CFLAGS.

17 Dec 2007; Christian Faulhammer exiftags-1.01.ebuild:
stable x86, security bug 202354

*exiftags-1.01 (16 Dec 2007)

16 Dec 2007; Markus Meier +exiftags-1.01.ebuild:
version bump, security bug #202354

30 Aug 2007; Christian Heim metadata.xml:
Removing liquidx from metadata due to his retirement (see #171155 for
reference).

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

23 Sep 2006; exiftags-1.00.ebuild:
Stable on ppc wrt bug 147500

21 Sep 2006; Patrick McLean exiftags-1.00.ebuild:
Stable on amd64 (bug #147500).

19 Sep 2006; Alastair Tse exiftags-1.00.ebuild:
stable for x86

30 Oct 2005; Fabian Groffen exiftags-1.00.ebuild:
Marked ~ppc-macos (bug #110821)

05 Jun 2005; Michael Hanselmann
exiftags-0.99.1.ebuild:
Stable on ppc.

03 Jun 2005; Luca Barbato metadata.xml:
Metadata fix

*exiftags-1.00 (20 Apr 2005)

20 Apr 2005; Alastair Tse -exiftags-0.97.ebuild,
exiftags-0.99.1.ebuild, +exiftags-1.00.ebuild:
version bump

21 Sep 2004; kito@gentoo.org :
added ~ppc-macos keyword

01 Jul 2004; Jeremy Huddleston exiftags-0.97.ebuild:
virtual/glibc -> virtual/libc

18 Jun 2004; David Holm exiftags-0.99.1.ebuild:
Added to ~ppc.

*exiftags-0.99.1 (16 Jun 2004)

16 Jun 2004; Alastair Tse +exiftags-0.99.1.ebuild:
version bump, thanks to Scott Shawcroft (#53153)

30 Mar 2004; Daniel Ahlberg exiftags-0.97.ebuild:
Adding amd64 keyword. Closing #45583.

*exiftags-0.97 (08 Mar 2003)

08 Mar 2003; Alastair Tse exiftags-0.97.ebuild:
initial ebuild.

Manifest

DIST exiftags-1.01.tar.gz 70921 RMD160 59549c222469cdc55bb74452e4cd458d5b545684 SHA1 06636feb7d5c5835da01d5da8cd0f4a291d23fd8 SHA256 d95744de5f609f1562045f1c2aae610e8f694a4c9042897a51a22f0f0d7591a4
EBUILD exiftags-1.01.ebuild 696 RMD160 505a9f5ac63a4a316d963ab64883824235db86a4 SHA1 38a2f8146d30881643e9b6e6d84a119201c8b833 SHA256 0953b65a549e715c3e578872006e5bd16a3d554d2b082dd168e060e835f525bf
MISC ChangeLog 2573 RMD160 a2ab914ac5f4f421b4eab0f278a22f283d4f56b6 SHA1 98249da7e287184384ec2407fd860d793305bf12 SHA256 3ec7289555012a6bc930fe1852312190b127c49292522a7ab1c50d8ee1f3c4d9
MISC metadata.xml 162 RMD160 724f25e8bd2d17056a9f820449e0ddc858f31cce SHA1 620b205b2cddc55f63199267eeb30e9f4c6a817b SHA256 7cccbeab15ef93a962010750e32971ffff1226321adc83df7ff572dea8ff63c2

exiftags-1.01.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exiftags/exiftags-1.01.ebuild,v 1.5 2008/01/26 10:59:23 grobian Exp $

inherit toolchain-funcs

DESCRIPTION="Extracts JPEG EXIF headers from digital camera photos"
HOMEPAGE="http://johnst.org/sw/exiftags/"
SRC_URI="http://johnst.org/sw/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

DEPEND=""

src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed."
}

src_install() {
dobin exiftags exifcom exiftime || die "dobin failed."
doman exiftags.1 exifcom.1 exiftime.1
dodoc README CHANGES
}

metadata.xml




graphics