diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 10:28:17 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-26 10:28:17 +0000 |
commit | 452c61e21229c475cb0ccc3ac49934480e08b59f (patch) | |
tree | 6215488d9ae5e2903d52ea85a76379b80d0d9b6d /media-gfx | |
parent | Add LFS flags to the build so we can work with large dbs. (diff) | |
download | gentoo-2-452c61e21229c475cb0ccc3ac49934480e08b59f.tar.gz gentoo-2-452c61e21229c475cb0ccc3ac49934480e08b59f.tar.bz2 gentoo-2-452c61e21229c475cb0ccc3ac49934480e08b59f.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19, RepoMan options: --force)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/exif/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/exif/exif-0.6.15.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/exif/exif-0.6.9.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/media-gfx/exif/ChangeLog b/media-gfx/exif/ChangeLog index 395a914a5a47..3235400badd0 100644 --- a/media-gfx/exif/ChangeLog +++ b/media-gfx/exif/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-gfx/exif # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/ChangeLog,v 1.15 2008/01/20 19:10:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/ChangeLog,v 1.16 2008/01/26 10:28:17 grobian Exp $ + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> exif-0.6.9.ebuild, + exif-0.6.15.ebuild: + Dropped ppc-macos keyword, see you in prefix + + 26 Jan 2008; Fabian Groffen <grobian@gentoo.org> exif-0.6.9.ebuild, + exif-0.6.15.ebuild: + Dropped ppc-macos keyword, see you in prefix 20 Jan 2008; Christoph Mende <angelos@gentoo.org> exif-0.6.15.ebuild: Stable on amd64 wrt bug #206195 diff --git a/media-gfx/exif/exif-0.6.15.ebuild b/media-gfx/exif/exif-0.6.15.ebuild index 3a98e3bce2e8..0cec47286a42 100644 --- a/media-gfx/exif/exif-0.6.15.ebuild +++ b/media-gfx/exif/exif-0.6.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.15.ebuild,v 1.8 2008/01/20 19:10:15 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.15.ebuild,v 1.9 2008/01/26 10:28:17 grobian Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files" SRC_URI="mirror://sourceforge/libexif/${P}.tar.gz" HOMEPAGE="http://libexif.sf.net" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" RDEPEND="dev-libs/popt diff --git a/media-gfx/exif/exif-0.6.9.ebuild b/media-gfx/exif/exif-0.6.9.ebuild index 7179f096ad4e..7c5451bb11dc 100644 --- a/media-gfx/exif/exif-0.6.9.ebuild +++ b/media-gfx/exif/exif-0.6.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.9.ebuild,v 1.8 2007/11/24 22:05:20 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/exif/exif-0.6.9.ebuild,v 1.9 2008/01/26 10:28:17 grobian Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ DESCRIPTION="Small CLI util to show EXIF infos hidden in JPEG files" SRC_URI="mirror://sourceforge/libexif/${P}.tar.gz" HOMEPAGE="http://libexif.sf.net" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ppc ~ppc-macos sparc x86" +KEYWORDS="~alpha amd64 ppc sparc x86" SLOT="0" DEPEND="dev-util/pkgconfig @@ -25,6 +25,6 @@ src_compile() { } src_install () { - emake DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog README } |