public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2011-12-27 12:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-12-27 12:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/12/27 12:23:53

  Modified:             ChangeLog
  Added:                libxfce4ui-4.8.1.ebuild
  Log:
  Version bump. Use upstream patch for XF86WWW and XF86Mail keyboard shortcuts.
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	11 Dec 2011 07:15:59 -0000	1.25
+++ ChangeLog	27 Dec 2011 12:23:53 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.25 2011/12/11 07:15:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.26 2011/12/27 12:23:53 ssuominen Exp $
+
+*libxfce4ui-4.8.1 (27 Dec 2011)
+
+  27 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> +libxfce4ui-4.8.1.ebuild,
+  +files/libxfce4ui-4.8.1-keyboard-shortcuts.patch:
+  Version bump. Use upstream patch for XF86WWW and XF86Mail keyboard shortcuts.
 
 *libxfce4ui-4.8.0-r1 (11 Dec 2011)
 



1.1                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.1&content-type=text/plain

Index: libxfce4ui-4.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.1 2011/12/27 12:23:53 ssuominen Exp $

EAPI=4
inherit xfconf

DESCRIPTION="Unified widgets and session management libraries for the Xfce desktop environment"
HOMEPAGE="http://www.xfce.org/projects/libxfce4"
SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="debug glade startup-notification"

RDEPEND=">=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.14:2
	x11-libs/libICE
	x11-libs/libSM
	x11-libs/libX11
	>=xfce-base/libxfce4util-4.8
	>=xfce-base/xfconf-4.8
	glade? ( dev-util/glade:3 )
	startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
	dev-lang/perl
	dev-util/intltool
	dev-util/pkgconfig
	sys-devel/gettext"

pkg_setup() {
	PATCHES=( "${FILESDIR}"/${P}-keyboard-shortcuts.patch ) #392001

	XFCONF=(
		$(use_enable startup-notification)
		$(use_enable glade gladeui)
		$(xfconf_use_debug)
		--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
		)

	[[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857

	DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2012-01-30 16:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-01-30 16:46 UTC (permalink / raw
  To: gentoo-commits

ago         12/01/30 16:46:10

  Modified:             ChangeLog libxfce4ui-4.8.1.ebuild
  Log:
  Stable for amd64, wrt bug #401229
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	6 Jan 2012 11:13:35 -0000	1.27
+++ ChangeLog	30 Jan 2012 16:46:09 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.27 2012/01/06 11:13:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.28 2012/01/30 16:46:09 ago Exp $
+
+  30 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libxfce4ui-4.8.1.ebuild:
+  Stable for amd64, wrt bug #401229
 
   06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org>
   -libxfce4ui-4.8.0-r1.ebuild,



1.2                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?r1=1.1&r2=1.2

Index: libxfce4ui-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfce4ui-4.8.1.ebuild	27 Dec 2011 12:23:53 -0000	1.1
+++ libxfce4ui-4.8.1.ebuild	30 Jan 2012 16:46:09 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.1 2011/12/27 12:23:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.2 2012/01/30 16:46:09 ago Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2012-02-09  1:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-09  1:40 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/09 01:40:04

  Modified:             ChangeLog libxfce4ui-4.8.1.ebuild
  Log:
  Stable for HPPA (bug #401229).
  
  (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	30 Jan 2012 16:46:09 -0000	1.28
+++ ChangeLog	9 Feb 2012 01:40:04 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.28 2012/01/30 16:46:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.29 2012/02/09 01:40:04 jer Exp $
+
+  09 Feb 2012; Jeroen Roovers <jer@gentoo.org> libxfce4ui-4.8.1.ebuild:
+  Stable for HPPA (bug #401229).
 
   30 Jan 2012; Agostino Sarubbo <ago@gentoo.org> libxfce4ui-4.8.1.ebuild:
   Stable for amd64, wrt bug #401229



1.3                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?r1=1.2&r2=1.3

Index: libxfce4ui-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxfce4ui-4.8.1.ebuild	30 Jan 2012 16:46:09 -0000	1.2
+++ libxfce4ui-4.8.1.ebuild	9 Feb 2012 01:40:04 -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/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.2 2012/01/30 16:46:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.3 2012/02/09 01:40:04 jer Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2012-02-10 12:23 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-10 12:23 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/10 12:23:47

  Modified:             ChangeLog libxfce4ui-4.8.1.ebuild
  Log:
  ppc/ppc64/x86 stable wrt #401229
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	9 Feb 2012 01:40:04 -0000	1.29
+++ ChangeLog	10 Feb 2012 12:23:47 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.29 2012/02/09 01:40:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.30 2012/02/10 12:23:47 ssuominen Exp $
+
+  10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.1.ebuild:
+  ppc/ppc64/x86 stable wrt #401229
 
   09 Feb 2012; Jeroen Roovers <jer@gentoo.org> libxfce4ui-4.8.1.ebuild:
   Stable for HPPA (bug #401229).



1.4                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?r1=1.3&r2=1.4

Index: libxfce4ui-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxfce4ui-4.8.1.ebuild	9 Feb 2012 01:40:04 -0000	1.3
+++ libxfce4ui-4.8.1.ebuild	10 Feb 2012 12:23:47 -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/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.3 2012/02/09 01:40:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.4 2012/02/10 12:23:47 ssuominen Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2012-02-13 21:38 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-02-13 21:38 UTC (permalink / raw
  To: gentoo-commits

maekke      12/02/13 21:38:08

  Modified:             ChangeLog libxfce4ui-4.8.1.ebuild
  Log:
  arm stable, bug #401229
  
  (Portage version: 2.1.10.45/cvs/Linux i686)

Revision  Changes    Path
1.31                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	10 Feb 2012 12:23:47 -0000	1.30
+++ ChangeLog	13 Feb 2012 21:38:08 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.30 2012/02/10 12:23:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.31 2012/02/13 21:38:08 maekke Exp $
+
+  13 Feb 2012; Markus Meier <maekke@gentoo.org> libxfce4ui-4.8.1.ebuild:
+  arm stable, bug #401229
 
   10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.1.ebuild:
   ppc/ppc64/x86 stable wrt #401229



1.5                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?r1=1.4&r2=1.5

Index: libxfce4ui-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxfce4ui-4.8.1.ebuild	10 Feb 2012 12:23:47 -0000	1.4
+++ libxfce4ui-4.8.1.ebuild	13 Feb 2012 21:38:08 -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/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.4 2012/02/10 12:23:47 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.5 2012/02/13 21:38:08 maekke Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.16






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild
@ 2012-04-22 18:20 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-04-22 18:20 UTC (permalink / raw
  To: gentoo-commits

armin76     12/04/22 18:20:29

  Modified:             ChangeLog libxfce4ui-4.8.1.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #401229
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.39                 xfce-base/libxfce4ui/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	20 Apr 2012 20:21:02 -0000	1.38
+++ ChangeLog	22 Apr 2012 18:20:29 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfce4ui
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.38 2012/04/20 20:21:02 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.39 2012/04/22 18:20:29 armin76 Exp $
+
+  22 Apr 2012; Raúl Porcel <armin76@gentoo.org> libxfce4ui-4.8.1.ebuild:
+  alpha/ia64/sh/sparc stable wrt #401229
 
   20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -libxfce4ui-4.9.1.ebuild:
   old



1.7                  xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild?r1=1.6&r2=1.7

Index: libxfce4ui-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxfce4ui-4.8.1.ebuild	23 Mar 2012 21:17:04 -0000	1.6
+++ libxfce4ui-4.8.1.ebuild	22 Apr 2012 18:20:29 -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/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.6 2012/03/23 21:17:04 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.7 2012/04/22 18:20:29 armin76 Exp $
 
 EAPI=4
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND=">=dev-libs/glib-2.16:2






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

end of thread, other threads:[~2012-04-22 18:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-09  1:40 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.1.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-22 18:20 Raul Porcel (armin76)
2012-02-13 21:38 Markus Meier (maekke)
2012-02-10 12:23 Samuli Suominen (ssuominen)
2012-01-30 16:46 Agostino Sarubbo (ago)
2011-12-27 12:23 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