public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: ChangeLog f-spot-0.4.2.ebuild
@ 2008-02-19 10:06 Denis Dupeyron (calchan)
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Dupeyron (calchan) @ 2008-02-19 10:06 UTC (permalink / raw
  To: gentoo-commits

calchan     08/02/19 10:06:37

  Modified:             ChangeLog
  Added:                f-spot-0.4.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.27                 media-gfx/f-spot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	4 Jan 2008 14:47:42 -0000	1.26
+++ ChangeLog	19 Feb 2008 10:06:36 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/f-spot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.26 2008/01/04 14:47:42 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.27 2008/02/19 10:06:36 calchan Exp $
+
+*f-spot-0.4.2 (19 Feb 2008)
+
+  19 Feb 2008; Denis Dupeyron <calchan@gentoo.org>
+  +files/f-spot-0.4.2-color-adjust.patch, +f-spot-0.4.2.ebuild:
+  Version bump.
 
   04 Jan 2008; Denis Dupeyron <calchan@gentoo.org> f-spot-0.4.1.ebuild:
   Disabled tests, thanks to Dustin Surawicz (see bug #203566).



1.1                  media-gfx/f-spot/f-spot-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild?rev=1.1&content-type=text/plain

Index: f-spot-0.4.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild,v 1.1 2008/02/19 10:06:36 calchan Exp $

inherit gnome2 mono autotools

DESCRIPTION="Personal photo management application for the gnome desktop"
HOMEPAGE="http://f-spot.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND=">=dev-lang/mono-1.1.10
	>=dev-libs/dbus-glib-0.71
	>=dev-libs/glib-2
	>=x11-libs/gtk+-2.6
	>=dev-dotnet/gtk-sharp-2.8
	>=dev-dotnet/dbus-sharp-0.4.2
	>=dev-dotnet/dbus-glib-sharp-0.3.0
	>=dev-dotnet/gtkhtml-sharp-2.7
	>=dev-dotnet/gconf-sharp-2.7
	>=dev-dotnet/glade-sharp-2.7
	>=dev-dotnet/gnomevfs-sharp-2.7
	>=gnome-base/libgnome-2.2
	>=gnome-base/libgnomeui-2.2
	>=media-libs/libexif-0.6.16
	<media-libs/libexif-0.7.0
	>=media-libs/libgphoto2-2.1.4
	>=media-libs/lcms-1.15
	media-libs/jpeg
	>=dev-db/sqlite-3"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	>=dev-util/intltool-0.29"

DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"

MAKEOPTS="${MAKEOPTS} -j1"

# See bug #203566
RESTRICT="test"

src_unpack() {
	gnome2_src_unpack
	cd "${S}"

	# Fix http://bugzilla.gnome.org/show_bug.cgi?id=517193
	epatch "${FILESDIR}"/${P}-color-adjust.patch

	# Disable Beagle
	sed -i -e '/PKG_CHECK_MODULES.*BEAGLE/,/AC_SUBST.*LINK_BEAGLE/ d' configure.in || die "sed failed"

	eautoreconf
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: ChangeLog f-spot-0.4.2.ebuild
@ 2008-02-24 16:46 Denis Dupeyron (calchan)
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Dupeyron (calchan) @ 2008-02-24 16:46 UTC (permalink / raw
  To: gentoo-commits

calchan     08/02/24 16:46:17

  Modified:             ChangeLog f-spot-0.4.2.ebuild
  Log:
  Fixed bug #211005.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.28                 media-gfx/f-spot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Feb 2008 10:06:36 -0000	1.27
+++ ChangeLog	24 Feb 2008 16:46:17 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/f-spot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.27 2008/02/19 10:06:36 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.28 2008/02/24 16:46:17 calchan Exp $
+
+  24 Feb 2008; Denis Dupeyron <calchan@gentoo.org> f-spot-0.4.2.ebuild:
+  Fixed bug #211005.
 
 *f-spot-0.4.2 (19 Feb 2008)
 



1.2                  media-gfx/f-spot/f-spot-0.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild?r1=1.1&r2=1.2

Index: f-spot-0.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- f-spot-0.4.2.ebuild	19 Feb 2008 10:06:36 -0000	1.1
+++ f-spot-0.4.2.ebuild	24 Feb 2008 16:46:17 -0000	1.2
@@ -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/f-spot/f-spot-0.4.2.ebuild,v 1.1 2008/02/19 10:06:36 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.4.2.ebuild,v 1.2 2008/02/24 16:46:17 calchan Exp $
 
 inherit gnome2 mono autotools
 
@@ -53,4 +53,5 @@
 	sed -i -e '/PKG_CHECK_MODULES.*BEAGLE/,/AC_SUBST.*LINK_BEAGLE/ d' configure.in || die "sed failed"
 
 	eautoreconf
+	intltoolize --force || "intltoolize --force failed"
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-02-24 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 16:46 [gentoo-commits] gentoo-x86 commit in media-gfx/f-spot: ChangeLog f-spot-0.4.2.ebuild Denis Dupeyron (calchan)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-19 10:06 Denis Dupeyron (calchan)

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