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.0.ebuild
@ 2011-01-16 16:31 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-16 16:31 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/16 16:31:24

  Modified:             ChangeLog
  Added:                libxfce4ui-4.8.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	2 Jan 2011 15:07:20 -0000	1.16
+++ ChangeLog	16 Jan 2011 16:31:23 -0000	1.17
@@ -1,6 +1,11 @@
 # 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.16 2011/01/02 15:07:20 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.17 2011/01/16 16:31:23 ssuominen Exp $
+
+*libxfce4ui-4.8.0 (16 Jan 2011)
+
+  16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> +libxfce4ui-4.8.0.ebuild:
+  Version bump.
 
 *libxfce4ui-4.7.6 (02 Jan 2011)
 



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

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

Index: libxfce4ui-4.8.0.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.0.ebuild,v 1.1 2011/01/16 16:31:23 ssuominen Exp $

EAPI=3
inherit xfconf

DESCRIPTION="Xfce's unified widgets library"
HOMEPAGE="http://www.xfce.org/projects/libraries/"
SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${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="x11-libs/libX11
	x11-libs/libICE
	x11-libs/libSM
	>=dev-libs/glib-2.16:2
	>=x11-libs/gtk+-2.14:2
	>=xfce-base/libxfce4util-4.8
	>=xfce-base/xfconf-4.8
	glade? ( dev-util/glade:3 )
	startup-notification? ( x11-libs/startup-notification )
	!<xfce-base/libxfcegui4-4.7.0"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	sys-devel/gettext
	dev-lang/perl"

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

	DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-01-16 18:41 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-16 18:41 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/16 18:41:27

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  amd64/x86 stable wrt #349053
  
  (Portage version: 2.2.0_alpha14/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	16 Jan 2011 16:31:23 -0000	1.17
+++ ChangeLog	16 Jan 2011 18:41:27 -0000	1.18
@@ -1,6 +1,9 @@
 # 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.17 2011/01/16 16:31:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.18 2011/01/16 18:41:27 ssuominen Exp $
+
+  16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  amd64/x86 stable wrt #349053
 
 *libxfce4ui-4.8.0 (16 Jan 2011)
 



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

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfce4ui-4.8.0.ebuild	16 Jan 2011 16:31:23 -0000	1.1
+++ libxfce4ui-4.8.0.ebuild	16 Jan 2011 18:41:27 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.1 2011/01/16 16:31:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.2 2011/01/16 18:41:27 ssuominen Exp $
 
 EAPI=3
 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="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-01-17 15:01 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-01-17 15:01 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/01/17 15:01:19

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  ppc/ppc64 stable wrt #349053
  
  (Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	16 Jan 2011 18:41:27 -0000	1.18
+++ ChangeLog	17 Jan 2011 15:01:19 -0000	1.19
@@ -1,6 +1,9 @@
 # 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.18 2011/01/16 18:41:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.19 2011/01/17 15:01:19 xarthisius Exp $
+
+  17 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  ppc/ppc64 stable wrt #349053
 
   16 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
   amd64/x86 stable wrt #349053



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

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libxfce4ui-4.8.0.ebuild	16 Jan 2011 18:41:27 -0000	1.2
+++ libxfce4ui-4.8.0.ebuild	17 Jan 2011 15:01:19 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.2 2011/01/16 18:41:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.3 2011/01/17 15:01:19 xarthisius Exp $
 
 EAPI=3
 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="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-01-21 17:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-01-21 17:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/21 17:38:40

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  Fix libxfcegui4 block wrt #351945 by Zac Medico.
  
  (Portage version: 2.2.0_alpha15/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Jan 2011 15:01:19 -0000	1.19
+++ ChangeLog	21 Jan 2011 17:38:40 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2011/01/17 15:01:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.20 2011/01/21 17:38:40 ssuominen Exp $
+
+  21 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  Fix libxfcegui4 block wrt #351945 by Zac Medico.
 
   17 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> libxfce4ui-4.8.0.ebuild:
   ppc/ppc64 stable wrt #349053



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

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxfce4ui-4.8.0.ebuild	17 Jan 2011 15:01:19 -0000	1.3
+++ libxfce4ui-4.8.0.ebuild	21 Jan 2011 17:38:40 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.3 2011/01/17 15:01:19 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.4 2011/01/21 17:38:40 ssuominen Exp $
 
 EAPI=3
 inherit xfconf
@@ -23,7 +23,7 @@
 	>=xfce-base/xfconf-4.8
 	glade? ( dev-util/glade:3 )
 	startup-notification? ( x11-libs/startup-notification )
-	!<xfce-base/libxfcegui4-4.7.0"
+	!!<xfce-base/libxfcegui4-4.7.0"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig
 	dev-util/intltool






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-01-25 20:23 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-01-25 20:23 UTC (permalink / raw
  To: gentoo-commits

jer         11/01/25 20:23:29

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  Stable for HPPA (bug #349053).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.21                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Jan 2011 17:38:40 -0000	1.20
+++ ChangeLog	25 Jan 2011 20:23:29 -0000	1.21
@@ -1,6 +1,9 @@
 # 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.20 2011/01/21 17:38:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.21 2011/01/25 20:23:29 jer Exp $
+
+  25 Jan 2011; Jeroen Roovers <jer@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  Stable for HPPA (bug #349053).
 
   21 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
   Fix libxfcegui4 block wrt #351945 by Zac Medico.



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

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxfce4ui-4.8.0.ebuild	21 Jan 2011 17:38:40 -0000	1.4
+++ libxfce4ui-4.8.0.ebuild	25 Jan 2011 20:23:29 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.4 2011/01/21 17:38:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.5 2011/01/25 20:23:29 jer Exp $
 
 EAPI=3
 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="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-02-05 18:15 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2011-02-05 18:15 UTC (permalink / raw
  To: gentoo-commits

maekke      11/02/05 18:15:35

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  arm stable, bug #349053
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.22                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 Jan 2011 20:23:29 -0000	1.21
+++ ChangeLog	5 Feb 2011 18:15:35 -0000	1.22
@@ -1,6 +1,9 @@
 # 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.21 2011/01/25 20:23:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.22 2011/02/05 18:15:35 maekke Exp $
+
+  05 Feb 2011; Markus Meier <maekke@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  arm stable, bug #349053
 
   25 Jan 2011; Jeroen Roovers <jer@gentoo.org> libxfce4ui-4.8.0.ebuild:
   Stable for HPPA (bug #349053).



1.6                  xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxfce4ui-4.8.0.ebuild	25 Jan 2011 20:23:29 -0000	1.5
+++ libxfce4ui-4.8.0.ebuild	5 Feb 2011 18:15:35 -0000	1.6
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.5 2011/01/25 20:23:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.6 2011/02/05 18:15:35 maekke Exp $
 
 EAPI=3
 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="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-02-14 19:15 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-14 19:15 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/14 19:15:54

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #349053
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 Feb 2011 18:15:35 -0000	1.22
+++ ChangeLog	14 Feb 2011 19:15:54 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2011/02/05 18:15:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.23 2011/02/14 19:15:54 ssuominen Exp $
+
+  14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  alpha/ia64/sh/sparc stable wrt #349053
 
   05 Feb 2011; Markus Meier <maekke@gentoo.org> libxfce4ui-4.8.0.ebuild:
   arm stable, bug #349053



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

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libxfce4ui-4.8.0.ebuild	5 Feb 2011 18:15:35 -0000	1.6
+++ libxfce4ui-4.8.0.ebuild	14 Feb 2011 19:15:54 -0000	1.7
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.6 2011/02/05 18:15:35 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.7 2011/02/14 19:15:54 ssuominen Exp $
 
 EAPI=3
 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="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2011-05-20 17:50 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2011-05-20 17:50 UTC (permalink / raw
  To: gentoo-commits

grobian     11/05/20 17:50:26

  Modified:             ChangeLog libxfce4ui-4.8.0.ebuild
  Log:
  Add --disable-visibility on Darwin, bug #366857
  
  (Portage version: 2.2.01.18252-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.24                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	14 Feb 2011 19:15:54 -0000	1.23
+++ ChangeLog	20 May 2011 17:50:26 -0000	1.24
@@ -1,6 +1,9 @@
 # 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.23 2011/02/14 19:15:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.24 2011/05/20 17:50:26 grobian Exp $
+
+  20 May 2011; Fabian Groffen <grobian@gentoo.org> libxfce4ui-4.8.0.ebuild:
+  Add --disable-visibility on Darwin, bug #366857
 
   14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> libxfce4ui-4.8.0.ebuild:
   alpha/ia64/sh/sparc stable wrt #349053



1.9                  xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild

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

Index: libxfce4ui-4.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libxfce4ui-4.8.0.ebuild	19 May 2011 22:04:18 -0000	1.8
+++ libxfce4ui-4.8.0.ebuild	20 May 2011 17:50:26 -0000	1.9
@@ -1,6 +1,6 @@
 # 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.0.ebuild,v 1.8 2011/05/19 22:04:18 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.0.ebuild,v 1.9 2011/05/20 17:50:26 grobian Exp $
 
 EAPI=4
 inherit xfconf
@@ -37,6 +37,7 @@
 		$(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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild
@ 2012-04-22 18:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-04-22 18:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/04/22 18:33:46

  Modified:             ChangeLog
  Removed:              libxfce4ui-4.8.0.ebuild
  Log:
  old
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 xfce-base/libxfce4ui/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	22 Apr 2012 18:20:29 -0000	1.39
+++ ChangeLog	22 Apr 2012 18:33:46 -0000	1.40
@@ -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.39 2012/04/22 18:20:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.40 2012/04/22 18:33:46 ssuominen Exp $
+
+  22 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -libxfce4ui-4.8.0.ebuild:
+  old
 
   22 Apr 2012; Raúl Porcel <armin76@gentoo.org> libxfce4ui-4.8.1.ebuild:
   alpha/ia64/sh/sparc stable wrt #401229






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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25 20:23 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfce4ui: ChangeLog libxfce4ui-4.8.0.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-22 18:33 Samuli Suominen (ssuominen)
2011-05-20 17:50 Fabian Groffen (grobian)
2011-02-14 19:15 Samuli Suominen (ssuominen)
2011-02-05 18:15 Markus Meier (maekke)
2011-01-21 17:38 Samuli Suominen (ssuominen)
2011-01-17 15:01 Kacper Kowalik (xarthisius)
2011-01-16 18:41 Samuli Suominen (ssuominen)
2011-01-16 16:31 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