public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-01-14 10:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-14 10:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/14 10:09:48

  Modified:             ChangeLog
  Added:                efax-gtk-3.2.9.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	2 Mar 2011 16:27:46 -0000	1.32
+++ ChangeLog	14 Jan 2012 10:09:48 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for x11-misc/efax-gtk
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.32 2011/03/02 16:27:46 signals Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.33 2012/01/14 10:09:48 ssuominen Exp $
+
+*efax-gtk-3.2.9 (14 Jan 2012)
+
+  14 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +efax-gtk-3.2.9.ebuild:
+  Version bump.
 
   02 Mar 2011; Kevin McCarthy <signals@gentoo.org> efax-gtk-3.0.18.ebuild,
   efax-gtk-3.2.2.ebuild:



1.1                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.1&content-type=text/plain

Index: efax-gtk-3.2.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.1 2012/01/14 10:09:48 ssuominen Exp $

EAPI=4

DESCRIPTION="A graphical frontend for the 'efax' application"
HOMEPAGE="http://efax-gtk.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.src.tgz"

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

RDEPEND=">=dev-libs/glib-2.10
	media-libs/tiff:0
	x11-libs/libX11
	x11-libs/c++-gtk-utils:3
	x11-libs/gtk+:3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	nls? ( sys-devel/gettext )"

DOCS="AUTHORS BUGS ChangeLog README"

src_prepare() {
	# Prevent sandbox violation with chown/chgrp and existing spooldir
	sed -i -e '/ch.*lp.*spooldir/d' efax-gtk-faxfilter/Makefile.in || die

	sed -i \
		-e '/^Encoding/d' \
		-e '/^Icon/s:.png::' \
		-e '/^Categories/s:Application;::' \
		${PN}.desktop || die
}

src_configure() {
	econf \
		$(use_enable nls) \
		--with-gtk-version=gtk3
}

pkg_postinst() {
	local spooldir="${EROOT}"/var/spool/fax
	[[ -d ${spooldir} ]] && chown lp:lp "${spooldir}"
}






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-01-28 20:01 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-28 20:01 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/28 20:01:14

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  Block net-misc/efax wrt #401221 by Fabio Rossi
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	14 Jan 2012 10:09:48 -0000	1.33
+++ ChangeLog	28 Jan 2012 20:01:14 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.33 2012/01/14 10:09:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.34 2012/01/28 20:01:14 ssuominen Exp $
+
+  28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> efax-gtk-3.2.9.ebuild:
+  Block net-misc/efax wrt #401221 by Fabio Rossi
 
 *efax-gtk-3.2.9 (14 Jan 2012)
 



1.2                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.1&r2=1.2

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- efax-gtk-3.2.9.ebuild	14 Jan 2012 10:09:48 -0000	1.1
+++ efax-gtk-3.2.9.ebuild	28 Jan 2012 20:01:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.1 2012/01/14 10:09:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.2 2012/01/28 20:01:14 ssuominen Exp $
 
 EAPI=4
 
@@ -19,6 +19,7 @@
 	x11-libs/c++-gtk-utils:3
 	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}
+	!net-misc/efax
 	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-01-28 20:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-28 20:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/28 20:09:56

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  Rename the manpages instead of setting blocker.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	28 Jan 2012 20:01:14 -0000	1.34
+++ ChangeLog	28 Jan 2012 20:09:56 -0000	1.35
@@ -1,9 +1,10 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.34 2012/01/28 20:01:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.35 2012/01/28 20:09:56 ssuominen Exp $
 
   28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> efax-gtk-3.2.9.ebuild:
-  Block net-misc/efax wrt #401221 by Fabio Rossi
+  Rename efax.1 to efax-0.9a.1 and efix.1 to efix-0.9a.1 in order to prevent
+  file collision with net-misc/efax wrt #401221 by Fabio Rossi
 
 *efax-gtk-3.2.9 (14 Jan 2012)
 



1.3                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.2&r2=1.3

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- efax-gtk-3.2.9.ebuild	28 Jan 2012 20:01:14 -0000	1.2
+++ efax-gtk-3.2.9.ebuild	28 Jan 2012 20:09:56 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.2 2012/01/28 20:01:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.3 2012/01/28 20:09:56 ssuominen Exp $
 
 EAPI=4
 
@@ -19,7 +19,6 @@
 	x11-libs/c++-gtk-utils:3
 	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}
-	!net-misc/efax
 	dev-util/pkgconfig
 	nls? ( sys-devel/gettext )"
 
@@ -42,6 +41,13 @@
 		--with-gtk-version=gtk3
 }
 
+src_install() {
+	default
+	# http://bugs.gentoo.org/401221
+	mv -vf "${ED}"usr/share/man/man1/efax{,-0.9a}.1 || die
+	mv -vf "${ED}"usr/share/man/man1/efix{,-0.9a}.1 || die
+}
+
 pkg_postinst() {
 	local spooldir="${EROOT}"/var/spool/fax
 	[[ -d ${spooldir} ]] && chown lp:lp "${spooldir}"






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-02-21 17:59 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-21 17:59 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/21 17:59:04

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  Stable for amd64, wrt bug #405007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	28 Jan 2012 20:09:56 -0000	1.35
+++ ChangeLog	21 Feb 2012 17:59:04 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.35 2012/01/28 20:09:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.36 2012/02/21 17:59:04 ago Exp $
+
+  21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> efax-gtk-3.2.9.ebuild:
+  Stable for amd64, wrt bug #405007
 
   28 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> efax-gtk-3.2.9.ebuild:
   Rename efax.1 to efax-0.9a.1 and efix.1 to efix-0.9a.1 in order to prevent



1.4                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.3&r2=1.4

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- efax-gtk-3.2.9.ebuild	28 Jan 2012 20:09:56 -0000	1.3
+++ efax-gtk-3.2.9.ebuild	21 Feb 2012 17:59:04 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.3 2012/01/28 20:09:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.4 2012/02/21 17:59:04 ago Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-04-09 12:14 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-04-09 12:14 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/09 12:14:54

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  x86 stable, bug #405007
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.37                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	21 Feb 2012 17:59:04 -0000	1.36
+++ ChangeLog	9 Apr 2012 12:14:54 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.36 2012/02/21 17:59:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.37 2012/04/09 12:14:54 maekke Exp $
+
+  09 Apr 2012; Markus Meier <maekke@gentoo.org> efax-gtk-3.2.9.ebuild:
+  x86 stable, bug #405007
 
   21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> efax-gtk-3.2.9.ebuild:
   Stable for amd64, wrt bug #405007



1.5                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.4&r2=1.5

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- efax-gtk-3.2.9.ebuild	21 Feb 2012 17:59:04 -0000	1.4
+++ efax-gtk-3.2.9.ebuild	9 Apr 2012 12:14:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.4 2012/02/21 17:59:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.5 2012/04/09 12:14:54 maekke Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-04-09 21:35 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-09 21:35 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/09 21:35:26

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  Keyword ~ppc/~ppc64 wrt #398859
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	9 Apr 2012 12:14:54 -0000	1.37
+++ ChangeLog	9 Apr 2012 21:35:26 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.37 2012/04/09 12:14:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.38 2012/04/09 21:35:26 ssuominen Exp $
+
+  09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> efax-gtk-3.2.9.ebuild:
+  Keyword ~ppc/~ppc64 wrt #398859
 
   09 Apr 2012; Markus Meier <maekke@gentoo.org> efax-gtk-3.2.9.ebuild:
   x86 stable, bug #405007



1.6                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.5&r2=1.6

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- efax-gtk-3.2.9.ebuild	9 Apr 2012 12:14:54 -0000	1.5
+++ efax-gtk-3.2.9.ebuild	9 Apr 2012 21:35:26 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.5 2012/04/09 12:14:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.6 2012/04/09 21:35:26 ssuominen Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="nls"
 
 RDEPEND=">=dev-libs/glib-2.10






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild
@ 2012-05-05  4:53 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  4:53 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 04:53:50

  Modified:             ChangeLog efax-gtk-3.2.9.ebuild
  Log:
  dev-util/pkgconifg -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.40                 x11-misc/efax-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	9 Apr 2012 21:36:08 -0000	1.39
+++ ChangeLog	5 May 2012 04:53:50 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/efax-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.39 2012/04/09 21:36:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/ChangeLog,v 1.40 2012/05/05 04:53:50 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> efax-gtk-3.2.9.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -efax-gtk-3.0.18.ebuild,
   -efax-gtk-3.2.2.ebuild:



1.7                  x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild?r1=1.6&r2=1.7

Index: efax-gtk-3.2.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- efax-gtk-3.2.9.ebuild	9 Apr 2012 21:35:26 -0000	1.6
+++ efax-gtk-3.2.9.ebuild	5 May 2012 04:53:50 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.6 2012/04/09 21:35:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-3.2.9.ebuild,v 1.7 2012/05/05 04:53:50 jdhore Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 	x11-libs/c++-gtk-utils:3
 	x11-libs/gtk+:3"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
+	virtual/pkgconfig
 	nls? ( sys-devel/gettext )"
 
 DOCS="AUTHORS BUGS ChangeLog README"






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

end of thread, other threads:[~2012-05-05  4:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 21:35 [gentoo-commits] gentoo-x86 commit in x11-misc/efax-gtk: ChangeLog efax-gtk-3.2.9.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  4:53 Jeff Horelick (jdhore)
2012-04-09 12:14 Markus Meier (maekke)
2012-02-21 17:59 Agostino Sarubbo (ago)
2012-01-28 20:09 Samuli Suominen (ssuominen)
2012-01-28 20:01 Samuli Suominen (ssuominen)
2012-01-14 10:09 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