public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gexiv2: ChangeLog gexiv2-0.2.1.ebuild
@ 2010-09-19  8:19 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 2+ messages in thread
From: Benedikt Boehm (hollow) @ 2010-09-19  8:19 UTC (permalink / raw
  To: gentoo-commits

hollow      10/09/19 08:19:57

  Modified:             ChangeLog
  Added:                gexiv2-0.2.1.ebuild
  Log:
  version bump wrt #334827
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/gexiv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	22 Aug 2010 07:16:43 -0000	1.1
+++ ChangeLog	19 Sep 2010 08:19:57 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/gexiv2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.1 2010/08/22 07:16:43 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.2 2010/09/19 08:19:57 hollow Exp $
+
+*gexiv2-0.2.1 (19 Sep 2010)
+
+  19 Sep 2010; Benedikt Böhm <hollow@gentoo.org> +gexiv2-0.2.1.ebuild:
+  version bump wrt #334827
 
 *gexiv2-0.1.0 (22 Aug 2010)
 



1.1                  media-libs/gexiv2/gexiv2-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild?rev=1.1&content-type=text/plain

Index: gexiv2-0.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild,v 1.1 2010/09/19 08:19:57 hollow Exp $

EAPI="2"

inherit versionator eutils gnome2

MY_PV=$(get_version_component_range 1-2)

DESCRIPTION="gexiv2 is a GObject-based wrapper around the Exiv2 library."
HOMEPAGE="http://trac.yorba.org/wiki/gexiv2"
SRC_URI="http://www.yorba.org/download/${PN}/${MY_PV}/lib${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-gfx/exiv2-0.19
	dev-libs/glib:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S="${WORKDIR}/lib${P}"

src_install() {
	gnome2_src_install
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/gexiv2: ChangeLog gexiv2-0.2.1.ebuild
@ 2010-12-21 15:14 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-21 15:14 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/21 15:14:54

  Modified:             ChangeLog gexiv2-0.2.1.ebuild
  Log:
  Fix compability with exiv2 >= 0.21 API wrt #349150 by Alexandre Rostovtsev. Fix install with multilib-strict. Punt useless .la files. Don't call econf for custom ./configure script. Don't use gnome2.eclass anymore, it's only bringing in unused USE flags (like "debug").
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/gexiv2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Sep 2010 08:19:57 -0000	1.2
+++ ChangeLog	21 Dec 2010 15:14:54 -0000	1.3
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/gexiv2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.2 2010/09/19 08:19:57 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/ChangeLog,v 1.3 2010/12/21 15:14:54 ssuominen Exp $
+
+  21 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> gexiv2-0.2.1.ebuild,
+  +files/gexiv2-0.2.1-new-exiv2.patch:
+  Fix compability with exiv2 >= 0.21 API wrt #349150 by Alexandre Rostovtsev.
+  Fix install with multilib-strict. Punt useless .la files. Don't call econf
+  for custom ./configure script. Don't use gnome2.eclass anymore, it's only
+  bringing in unused USE flags (like "debug").
 
 *gexiv2-0.2.1 (19 Sep 2010)
 



1.2                  media-libs/gexiv2/gexiv2-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild?r1=1.1&r2=1.2

Index: gexiv2-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gexiv2-0.2.1.ebuild	19 Sep 2010 08:19:57 -0000	1.1
+++ gexiv2-0.2.1.ebuild	21 Dec 2010 15:14:54 -0000	1.2
@@ -1,10 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild,v 1.1 2010/09/19 08:19:57 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gexiv2/gexiv2-0.2.1.ebuild,v 1.2 2010/12/21 15:14:54 ssuominen Exp $
 
-EAPI="2"
-
-inherit versionator eutils gnome2
+EAPI=2
+inherit versionator eutils multilib toolchain-funcs
 
 MY_PV=$(get_version_component_range 1-2)
 
@@ -22,8 +21,20 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-S="${WORKDIR}/lib${P}"
+S=${WORKDIR}/lib${P}
+
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-new-exiv2.patch
+}
+
+src_configure() {
+	tc-export CXX
+	./configure --prefix=/usr || die
+}
 
 src_install() {
-	gnome2_src_install
+	emake DESTDIR="${D}" LIB="$(get_libdir)" install || die
+	dodoc AUTHORS NEWS README THANKS
+
+	find "${D}" -name '*.la' -exec rm -f '{}' +
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-21 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-19  8:19 [gentoo-commits] gentoo-x86 commit in media-libs/gexiv2: ChangeLog gexiv2-0.2.1.ebuild Benedikt Boehm (hollow)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-21 15:14 Samuli Suominen (ssuominen)

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