diff options
author | Markus Meier <maekke@gentoo.org> | 2008-04-09 17:55:59 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-04-09 17:55:59 +0000 |
commit | a4d75800a381c19ca3c9b29beea476b1fb707c87 (patch) | |
tree | 64c030bef5382283076e84cf80830e480743c52a /media-gfx | |
parent | old (diff) | |
download | gentoo-2-a4d75800a381c19ca3c9b29beea476b1fb707c87.tar.gz gentoo-2-a4d75800a381c19ca3c9b29beea476b1fb707c87.tar.bz2 gentoo-2-a4d75800a381c19ca3c9b29beea476b1fb707c87.zip |
old
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/jhead/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/jhead/jhead-2.7.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/media-gfx/jhead/ChangeLog b/media-gfx/jhead/ChangeLog index 8a648a9b03a5..02d0e581d2b6 100644 --- a/media-gfx/jhead/ChangeLog +++ b/media-gfx/jhead/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/jhead # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.74 2008/04/09 17:49:03 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/ChangeLog,v 1.75 2008/04/09 17:55:59 maekke Exp $ + + 09 Apr 2008; Markus Meier <maekke@gentoo.org> -jhead-2.7.ebuild: + old 09 Apr 2008; nixnut <nixnut@gentoo.org> jhead-2.8.ebuild: Stable on ppc wrt bug #216570 diff --git a/media-gfx/jhead/jhead-2.7.ebuild b/media-gfx/jhead/jhead-2.7.ebuild deleted file mode 100644 index 92423db01e50..000000000000 --- a/media-gfx/jhead/jhead-2.7.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/jhead/jhead-2.7.ebuild,v 1.10 2008/01/27 16:03:45 angelos Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Exif Jpeg camera setting parser and thumbnail remover" -HOMEPAGE="http://www.sentex.net/~mwandel/jhead/" -SRC_URI="http://www.sentex.net/~mwandel/jhead/${P}.tar.gz" -LICENSE="public-domain" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="virtual/libc" -RDEPEND="virtual/libc - media-libs/jpeg" - -src_unpack() { - unpack ${A}; cd "${S}" - sed -i "s:-O3 -Wall:${CFLAGS}:" makefile || die "sed failed" -} - -src_compile() { - export CC="$(tc-getCC)" - emake || die -} - -src_install() { - dobin jhead || die - dodoc {readme,changes}.txt - dohtml usage.html - doman jhead.1.gz -} |