public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/activity-log-manager: ChangeLog activity-log-manager-0.9.7.ebuild
@ 2014-11-12 21:20 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2014-11-12 21:20 UTC (permalink / raw
  To: gentoo-commits

jlec        14/11/12 21:20:08

  Modified:             ChangeLog activity-log-manager-0.9.7.ebuild
  Log:
  gnome-extra/activity-log-manager: Fix build problem with newer gtk
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)

Revision  Changes    Path
1.21                 gnome-extra/activity-log-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	4 May 2014 05:02:29 -0000	1.20
+++ ChangeLog	12 Nov 2014 21:20:08 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/activity-log-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.20 2014/05/04 05:02:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.21 2014/11/12 21:20:08 jlec Exp $
+
+  12 Nov 2014; Justin Lecher <jlec@gentoo.org>
+  activity-log-manager-0.9.7.ebuild,
+  +files/activity-log-manager-0.9.7-gtk-icon_size.patch:
+  Fix build problem with newer gtk
 
   04 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
   activity-log-manager-0.9.7.ebuild:



1.5                  gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?r1=1.4&r2=1.5

Index: activity-log-manager-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activity-log-manager-0.9.7.ebuild	4 May 2014 05:02:29 -0000	1.4
+++ activity-log-manager-0.9.7.ebuild	12 Nov 2014 21:20:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.4 2014/05/04 05:02:29 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.5 2014/11/12 21:20:08 jlec Exp $
 
 EAPI=5
 
@@ -40,7 +40,8 @@
 	rm src/${PN}.c || die
 
 	epatch \
-		"${FILESDIR}"/${PN}-0.9.0.1-gold.patch
+		"${FILESDIR}"/${PN}-0.9.0.1-gold.patch \
+		"${FILESDIR}"/${P}-gtk-icon_size.patch
 	sed \
 		-e "/^almdocdir/s:=.*$:= \${prefix}/share/doc/${PF}:g" \
 		-i Makefile.am || die





^ permalink raw reply	[flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-extra/activity-log-manager: ChangeLog activity-log-manager-0.9.7.ebuild
@ 2014-05-04  5:02 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2014-05-04  5:02 UTC (permalink / raw
  To: gentoo-commits

tetromino    14/05/04 05:02:29

  Modified:             ChangeLog activity-log-manager-0.9.7.ebuild
  Log:
  Set VALA_MAX_API_VERSION since build fails with vala-0.24
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.20                 gnome-extra/activity-log-manager/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	26 Apr 2014 18:47:56 -0000	1.19
+++ ChangeLog	4 May 2014 05:02:29 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/activity-log-manager
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.19 2014/04/26 18:47:56 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/ChangeLog,v 1.20 2014/05/04 05:02:29 tetromino Exp $
+
+  04 May 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  activity-log-manager-0.9.7.ebuild:
+  Set VALA_MAX_API_VERSION since build fails with vala-0.24
 
   26 Apr 2014; Pacho Ramos <pacho@gentoo.org>
   -activity-log-manager-0.9.4-r1.ebuild, -activity-log-manager-0.9.4.ebuild,



1.4                  gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild?r1=1.3&r2=1.4

Index: activity-log-manager-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activity-log-manager-0.9.7.ebuild	8 Dec 2013 18:40:01 -0000	1.3
+++ activity-log-manager-0.9.7.ebuild	4 May 2014 05:02:29 -0000	1.4
@@ -1,11 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.3 2013/12/08 18:40:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/activity-log-manager/activity-log-manager-0.9.7.ebuild,v 1.4 2014/05/04 05:02:29 tetromino Exp $
 
 EAPI=5
 
 GNOME2_LA_PUNT="yes"
 VALA_MIN_API_VERSION="0.10"
+VALA_MAX_API_VERSIOn="0.22" # build fails with vala-0.24
 WANT_AUTOMAKE=1.13
 
 inherit autotools eutils gnome2 vala versionator





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

end of thread, other threads:[~2014-11-12 21:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 21:20 [gentoo-commits] gentoo-x86 commit in gnome-extra/activity-log-manager: ChangeLog activity-log-manager-0.9.7.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2014-05-04  5:02 Alexandre Rostovtsev (tetromino)

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