public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
@ 2011-12-22 17:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-22 17:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/22 17:07:21

  Modified:             ChangeLog
  Added:                gtk-engines-xfce-2.99.0-r300.ebuild
                        gtk-engines-xfce-2.99.0-r200.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha79/cvs/Linux x86_64)

Revision  Changes    Path
1.127                x11-themes/gtk-engines-xfce/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	3 Dec 2011 16:31:55 -0000	1.126
+++ ChangeLog	22 Dec 2011 17:07:21 -0000	1.127
@@ -1,6 +1,13 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.126 2011/12/03 16:31:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.127 2011/12/22 17:07:21 ssuominen Exp $
+
+*gtk-engines-xfce-2.99.0-r300 (22 Dec 2011)
+*gtk-engines-xfce-2.99.0-r200 (22 Dec 2011)
+
+  22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
+  +gtk-engines-xfce-2.99.0-r200.ebuild, +gtk-engines-xfce-2.99.0-r300.ebuild:
+  Version bump.
 
   03 Dec 2011; Samuli Suominen <ssuominen@gentoo.org>
   gtk-engines-xfce-2.8.1.ebuild, gtk-engines-xfce-2.9.0.ebuild:



1.1                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.1&content-type=text/plain

Index: gtk-engines-xfce-2.99.0-r300.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.1 2011/12/22 17:07:21 ssuominen Exp $

EAPI=4
MY_PN=gtk-xfce-engine
inherit xfconf

DESCRIPTION="A port of Xfce engine to GTK+-3.x"
HOMEPAGE="http://www.xfce.org/projects/"
SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.24
	x11-libs/gtk+:3"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_PN}-${PV}

pkg_setup() {
	XFCONF=(
		--disable-gtk2
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README )
}



1.1                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.1&content-type=text/plain

Index: gtk-engines-xfce-2.99.0-r200.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.1 2011/12/22 17:07:21 ssuominen Exp $

EAPI=4
MY_PN=gtk-xfce-engine
inherit xfconf

DESCRIPTION="A port of Xfce engine to GTK+-2.x"
HOMEPAGE="http://www.xfce.org/projects/"
SRC_URI="mirror://xfce/src/xfce/${MY_PN}/${PV%.*}/${MY_PN}-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.24
	>=x11-libs/gtk+-2.20:2"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

S=${WORKDIR}/${MY_PN}-${PV}

pkg_setup() {
	XFCONF=(
		--disable-gtk3
		$(xfconf_use_debug)
		)

	DOCS=( AUTHORS ChangeLog NEWS README )
}






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

* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
@ 2012-01-21 16:37 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-01-21 16:37 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/01/21 16:37:13

  Modified:             gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog
                        gtk-engines-xfce-2.99.0-r200.ebuild
  Log:
  x86 stable wrt bug #397865
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.4                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?r1=1.3&r2=1.4

Index: gtk-engines-xfce-2.99.0-r300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk-engines-xfce-2.99.0-r300.ebuild	18 Jan 2012 21:21:42 -0000	1.3
+++ gtk-engines-xfce-2.99.0-r300.ebuild	21 Jan 2012 16:37:13 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.3 2012/01/18 21:21:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.4 2012/01/21 16:37:13 phajdan.jr Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24



1.133                x11-themes/gtk-engines-xfce/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.132&r2=1.133

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	18 Jan 2012 21:21:42 -0000	1.132
+++ ChangeLog	21 Jan 2012 16:37:13 -0000	1.133
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.132 2012/01/18 21:21:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.133 2012/01/21 16:37:13 phajdan.jr Exp $
+
+  21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:
+  x86 stable wrt bug #397865
 
   18 Jan 2012; Markus Meier <maekke@gentoo.org>
   gtk-engines-xfce-2.99.0-r300.ebuild:



1.4                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?r1=1.3&r2=1.4

Index: gtk-engines-xfce-2.99.0-r200.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtk-engines-xfce-2.99.0-r200.ebuild	18 Jan 2012 21:20:40 -0000	1.3
+++ gtk-engines-xfce-2.99.0-r200.ebuild	21 Jan 2012 16:37:13 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.3 2012/01/18 21:20:40 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.4 2012/01/21 16:37:13 phajdan.jr Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24






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

* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
@ 2012-01-28 18:54 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2012-01-28 18:54 UTC (permalink / raw
  To: gentoo-commits

armin76     12/01/28 18:54:45

  Modified:             gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog
                        gtk-engines-xfce-2.99.0-r200.ebuild
  Log:
  alpha/ia64/sparc stable wrt # 397865
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.5                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?r1=1.4&r2=1.5

Index: gtk-engines-xfce-2.99.0-r300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-engines-xfce-2.99.0-r300.ebuild	21 Jan 2012 16:37:13 -0000	1.4
+++ gtk-engines-xfce-2.99.0-r300.ebuild	28 Jan 2012 18:54:45 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.4 2012/01/21 16:37:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.5 2012/01/28 18:54:45 armin76 Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24



1.134                x11-themes/gtk-engines-xfce/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	21 Jan 2012 16:37:13 -0000	1.133
+++ ChangeLog	28 Jan 2012 18:54:45 -0000	1.134
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.133 2012/01/21 16:37:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.134 2012/01/28 18:54:45 armin76 Exp $
+
+  28 Jan 2012; Raúl Porcel <armin76@gentoo.org>
+  gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:
+  alpha/ia64/sparc stable wrt # 397865
 
   21 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:



1.5                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?r1=1.4&r2=1.5

Index: gtk-engines-xfce-2.99.0-r200.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtk-engines-xfce-2.99.0-r200.ebuild	21 Jan 2012 16:37:13 -0000	1.4
+++ gtk-engines-xfce-2.99.0-r200.ebuild	28 Jan 2012 18:54:45 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.4 2012/01/21 16:37:13 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.5 2012/01/28 18:54:45 armin76 Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24






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

* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
@ 2012-02-03 17:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-03 17:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/03 17:20:02

  Modified:             gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog
                        gtk-engines-xfce-2.99.0-r200.ebuild
  Log:
  ppc/ppc64 stable wrt #397865
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?r1=1.5&r2=1.6

Index: gtk-engines-xfce-2.99.0-r300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtk-engines-xfce-2.99.0-r300.ebuild	28 Jan 2012 18:54:45 -0000	1.5
+++ gtk-engines-xfce-2.99.0-r300.ebuild	3 Feb 2012 17:20:02 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.5 2012/01/28 18:54:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.6 2012/02/03 17:20:02 ssuominen Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24



1.135                x11-themes/gtk-engines-xfce/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.134&r2=1.135

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	28 Jan 2012 18:54:45 -0000	1.134
+++ ChangeLog	3 Feb 2012 17:20:02 -0000	1.135
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.134 2012/01/28 18:54:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.135 2012/02/03 17:20:02 ssuominen Exp $
+
+  03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
+  gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:
+  ppc/ppc64 stable wrt #397865
 
   28 Jan 2012; Raúl Porcel <armin76@gentoo.org>
   gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:



1.6                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?r1=1.5&r2=1.6

Index: gtk-engines-xfce-2.99.0-r200.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtk-engines-xfce-2.99.0-r200.ebuild	28 Jan 2012 18:54:45 -0000	1.5
+++ gtk-engines-xfce-2.99.0-r200.ebuild	3 Feb 2012 17:20:02 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.5 2012/01/28 18:54:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.6 2012/02/03 17:20:02 ssuominen Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24






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

* [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild
@ 2012-02-08 20:08 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-08 20:08 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/08 20:08:49

  Modified:             gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog
                        gtk-engines-xfce-2.99.0-r200.ebuild
  Log:
  Stable for HPPA (bug #397865).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild?r1=1.6&r2=1.7

Index: gtk-engines-xfce-2.99.0-r300.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk-engines-xfce-2.99.0-r300.ebuild	3 Feb 2012 17:20:02 -0000	1.6
+++ gtk-engines-xfce-2.99.0-r300.ebuild	8 Feb 2012 20:08:49 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.6 2012/02/03 17:20:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r300.ebuild,v 1.7 2012/02/08 20:08:49 jer Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="3"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24



1.136                x11-themes/gtk-engines-xfce/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.136&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?rev=1.136&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	3 Feb 2012 17:20:02 -0000	1.135
+++ ChangeLog	8 Feb 2012 20:08:49 -0000	1.136
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gtk-engines-xfce
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.135 2012/02/03 17:20:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/ChangeLog,v 1.136 2012/02/08 20:08:49 jer Exp $
+
+  08 Feb 2012; Jeroen Roovers <jer@gentoo.org>
+  gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:
+  Stable for HPPA (bug #397865).
 
   03 Feb 2012; Samuli Suominen <ssuominen@gentoo.org>
   gtk-engines-xfce-2.99.0-r200.ebuild, gtk-engines-xfce-2.99.0-r300.ebuild:



1.7                  x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild?r1=1.6&r2=1.7

Index: gtk-engines-xfce-2.99.0-r200.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtk-engines-xfce-2.99.0-r200.ebuild	3 Feb 2012 17:20:02 -0000	1.6
+++ gtk-engines-xfce-2.99.0-r200.ebuild	8 Feb 2012 20:08:49 -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-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.6 2012/02/03 17:20:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-xfce/gtk-engines-xfce-2.99.0-r200.ebuild,v 1.7 2012/02/08 20:08:49 jer Exp $
 
 EAPI=4
 MY_PN=gtk-xfce-engine
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.24






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

end of thread, other threads:[~2012-02-08 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-08 20:08 [gentoo-commits] gentoo-x86 commit in x11-themes/gtk-engines-xfce: gtk-engines-xfce-2.99.0-r300.ebuild ChangeLog gtk-engines-xfce-2.99.0-r200.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-03 17:20 Samuli Suominen (ssuominen)
2012-01-28 18:54 Raul Porcel (armin76)
2012-01-21 16:37 PaweA Hajdan (phajdan.jr)
2011-12-22 17:07 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