public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild
@ 2010-01-05 17:12 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-01-05 17:12 UTC (permalink / raw
  To: gentoo-commits

darkside    10/01/05 17:12:56

  Modified:             ChangeLog
  Added:                libxfcegui4-4.6.2.ebuild
  Log:
  Version bump, minor bug fixes. http://releases.xfce.org/feeds/project/libxfcegui4
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.139                xfce-base/libxfcegui4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.138&r2=1.139

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	6 Oct 2009 21:35:49 -0000	1.138
+++ ChangeLog	5 Jan 2010 17:12:56 -0000	1.139
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-base/libxfcegui4
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.138 2009/10/06 21:35:49 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.139 2010/01/05 17:12:56 darkside Exp $
+
+*libxfcegui4-4.6.2 (05 Jan 2010)
+
+  05 Jan 2010; Jeremy Olexa <darkside@gentoo.org> +libxfcegui4-4.6.2.ebuild:
+  Version bump, minor bug fixes.
+  http://releases.xfce.org/feeds/project/libxfcegui4
 
   06 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   libxfcegui4-4.6.1-r1.ebuild:



1.1                  xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.1&content-type=text/plain

Index: libxfcegui4-4.6.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.1 2010/01/05 17:12:56 darkside Exp $

EAPI=2
inherit xfconf

DESCRIPTION="Unified widgets library for Xfce4"
HOMEPAGE="http://www.xfce.org/projects/libraries"
SRC_URI="mirror://xfce/src/xfce/${PN}/4.6/${P}.tar.bz2"

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

RDEPEND="gnome-base/libglade
	x11-libs/libSM
	x11-libs/libX11
	>=x11-libs/gtk+-2.10:2
	>=xfce-base/libxfce4util-4.6
	>=xfce-base/xfconf-4.6
	glade? ( dev-util/glade:3 )
	startup-notification? ( x11-libs/startup-notification )"
DEPEND="${RDEPEND}
	dev-util/intltool
	sys-devel/gettext
	dev-util/pkgconfig"

pkg_setup() {
	XFCONF="--disable-dependency-tracking
		--disable-static
		$(use_enable startup-notification)
		$(use_enable glade gladeui)
		$(use_enable debug)"
	DOCS="AUTHORS ChangeLog NEWS"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild
@ 2010-01-11 16:23 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-01-11 16:23 UTC (permalink / raw
  To: gentoo-commits

darkside    10/01/11 16:23:44

  Modified:             ChangeLog libxfcegui4-4.6.2.ebuild
  Log:
  Add prefix keywords, somehow I forgot to do this one a long time ago
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.140                xfce-base/libxfcegui4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.140&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.140&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.139&r2=1.140

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	5 Jan 2010 17:12:56 -0000	1.139
+++ ChangeLog	11 Jan 2010 16:23:44 -0000	1.140
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfcegui4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.139 2010/01/05 17:12:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.140 2010/01/11 16:23:44 darkside Exp $
+
+  11 Jan 2010; Jeremy Olexa <darkside@gentoo.org> libxfcegui4-4.6.2.ebuild:
+  Add prefix keywords, somehow I forgot to do this one a long time ago
 
 *libxfcegui4-4.6.2 (05 Jan 2010)
 



1.2                  xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?r1=1.1&r2=1.2

Index: libxfcegui4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxfcegui4-4.6.2.ebuild	5 Jan 2010 17:12:56 -0000	1.1
+++ libxfcegui4-4.6.2.ebuild	11 Jan 2010 16:23:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.1 2010/01/05 17:12:56 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.2 2010/01/11 16:23:44 darkside Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="debug glade startup-notification"
 
 RDEPEND="gnome-base/libglade






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild
@ 2010-02-09 20:48 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-02-09 20:48 UTC (permalink / raw
  To: gentoo-commits

grobian     10/02/09 20:48:51

  Modified:             ChangeLog libxfcegui4-4.6.2.ebuild
  Log:
  Marked ~x64-solaris
  (Portage version: 2.2.00.15320-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.141                xfce-base/libxfcegui4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	11 Jan 2010 16:23:44 -0000	1.140
+++ ChangeLog	9 Feb 2010 20:48:50 -0000	1.141
@@ -1,6 +1,9 @@
 # ChangeLog for xfce-base/libxfcegui4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.140 2010/01/11 16:23:44 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.141 2010/02/09 20:48:50 grobian Exp $
+
+  09 Feb 2010; Fabian Groffen <grobian@gentoo.org> libxfcegui4-4.6.2.ebuild:
+  Marked ~x64-solaris
 
   11 Jan 2010; Jeremy Olexa <darkside@gentoo.org> libxfcegui4-4.6.2.ebuild:
   Add prefix keywords, somehow I forgot to do this one a long time ago



1.4                  xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?r1=1.3&r2=1.4

Index: libxfcegui4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libxfcegui4-4.6.2.ebuild	4 Feb 2010 07:35:28 -0000	1.3
+++ libxfcegui4-4.6.2.ebuild	9 Feb 2010 20:48:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.3 2010/02/04 07:35:28 mduft Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.4 2010/02/09 20:48:50 grobian Exp $
 
 EAPI=2
 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 ~ia64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND="gnome-base/libglade






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild
@ 2010-03-31 12:17 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-31 12:17 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/31 12:17:24

  Modified:             ChangeLog libxfcegui4-4.6.2.ebuild
  Log:
  Fix HTML documentation directory.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.142                xfce-base/libxfcegui4/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	9 Feb 2010 20:48:50 -0000	1.141
+++ ChangeLog	31 Mar 2010 12:17:23 -0000	1.142
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-base/libxfcegui4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.141 2010/02/09 20:48:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.142 2010/03/31 12:17:23 ssuominen Exp $
+
+  31 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libxfcegui4-4.6.2.ebuild:
+  Fix HTML documentation directory.
 
   09 Feb 2010; Fabian Groffen <grobian@gentoo.org> libxfcegui4-4.6.2.ebuild:
   Marked ~x64-solaris



1.5                  xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild?r1=1.4&r2=1.5

Index: libxfcegui4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libxfcegui4-4.6.2.ebuild	9 Feb 2010 20:48:50 -0000	1.4
+++ libxfcegui4-4.6.2.ebuild	31 Mar 2010 12:17:23 -0000	1.5
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.4 2010/02/09 20:48:50 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.5 2010/03/31 12:17:23 ssuominen Exp $
 
-EAPI=2
+EAPI=3
 inherit xfconf
 
 DESCRIPTION="Unified widgets library for Xfce4"
@@ -32,6 +32,7 @@
 		--disable-static
 		$(use_enable startup-notification)
 		$(use_enable glade gladeui)
-		$(use_enable debug)"
+		$(xfconf_use_debug)
+		--with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
 	DOCS="AUTHORS ChangeLog NEWS"
 }






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

* [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild
@ 2010-08-01 18:46 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-01 18:46 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/01 18:46:02

  Modified:             ChangeLog libxfcegui4-4.6.2.ebuild
  Log:
  sh stable
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.150                xfce-base/libxfcegui4/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	1 Aug 2010 18:39:42 -0000	1.149
+++ ChangeLog	1 Aug 2010 18:46:02 -0000	1.150
@@ -1,9 +1,9 @@
 # ChangeLog for xfce-base/libxfcegui4
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.149 2010/08/01 18:39:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.150 2010/08/01 18:46:02 armin76 Exp $
 
   01 Aug 2010; Raúl Porcel <armin76@gentoo.org> libxfcegui4-4.6.4.ebuild:
-  alpha/ia64/sparc stable wrt #323729
+  alpha/ia64/sh/sparc stable wrt #323729
 
   23 Jul 2010; Markus Meier <maekke@gentoo.org> libxfcegui4-4.6.4.ebuild:
   arm stable, bug #323729



1.6                  xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild

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

Index: libxfcegui4-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libxfcegui4-4.6.2.ebuild	31 Mar 2010 12:17:23 -0000	1.5
+++ libxfcegui4-4.6.2.ebuild	1 Aug 2010 18:46:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.5 2010/03/31 12:17:23 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.2.ebuild,v 1.6 2010/08/01 18:46:02 armin76 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 ~ia64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
 IUSE="debug glade startup-notification"
 
 RDEPEND="gnome-base/libglade






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

end of thread, other threads:[~2010-08-01 19:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-11 16:23 [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.2.ebuild Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01 18:46 Raul Porcel (armin76)
2010-03-31 12:17 Samuli Suominen (ssuominen)
2010-02-09 20:48 Fabian Groffen (grobian)
2010-01-05 17:12 Jeremy Olexa (darkside)

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