public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libexif: ChangeLog libexif-0.6.19.ebuild libexif-0.6.18.ebuild
@ 2009-11-14 20:29 Markus Meier (maekke)
  0 siblings, 0 replies; only message in thread
From: Markus Meier (maekke) @ 2009-11-14 20:29 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/14 20:29:26

  Modified:             ChangeLog
  Added:                libexif-0.6.19.ebuild
  Removed:              libexif-0.6.18.ebuild
  Log:
  version bump wrt bug #293190 and bug #293194
  (Portage version: 2.2_rc49/cvs/Linux i686)

Revision  Changes    Path
1.107                media-libs/libexif/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif/ChangeLog?r1=1.106&r2=1.107

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	11 Oct 2009 16:47:50 -0000	1.106
+++ ChangeLog	14 Nov 2009 20:29:26 -0000	1.107
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/libexif
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.106 2009/10/11 16:47:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/ChangeLog,v 1.107 2009/11/14 20:29:26 maekke Exp $
+
+*libexif-0.6.19 (14 Nov 2009)
+
+  14 Nov 2009; Markus Meier <maekke@gentoo.org> -libexif-0.6.18.ebuild,
+  +libexif-0.6.19.ebuild:
+  version bump wrt bug #293190 and bug #293194
 
 *libexif-0.6.18 (11 Oct 2009)
 



1.1                  media-libs/libexif/libexif-0.6.19.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif/libexif-0.6.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libexif/libexif-0.6.19.ebuild?rev=1.1&content-type=text/plain

Index: libexif-0.6.19.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libexif/libexif-0.6.19.ebuild,v 1.1 2009/11/14 20:29:26 maekke Exp $

EAPI=2
inherit eutils libtool

DESCRIPTION="Library for parsing, editing, and saving EXIF data"
HOMEPAGE="http://libexif.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc nls"

RDEPEND="nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-doc/doxygen )
	nls? ( sys-devel/gettext )"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-0.6.13-pkgconfig.patch
	elibtoolize # FreeBSD .so version
}

src_configure() {
	econf \
		--disable-dependency-tracking \
		$(use_enable nls) \
		$(use_enable doc docs) \
		--with-doc-dir=/usr/share/doc/${PF}
}

src_install() {
	emake DESTDIR="${D}" install || die
	rm -f "${D}"usr/share/doc/${PF}/{ABOUT-NLS,COPYING}
	prepalldocs
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-14 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 20:29 [gentoo-commits] gentoo-x86 commit in media-libs/libexif: ChangeLog libexif-0.6.19.ebuild libexif-0.6.18.ebuild Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox