public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog
@ 2010-05-18 13:35 Yuri Vasilevski (yvasilev)
  0 siblings, 0 replies; 5+ messages in thread
From: Yuri Vasilevski (yvasilev) @ 2010-05-18 13:35 UTC (permalink / raw
  To: gentoo-commits

yvasilev    10/05/18 13:35:48

  Modified:             ChangeLog
  Added:                matchbox-panel-0.9.3-r1.ebuild
  Log:
  Made building mb-applet-wireless deterministic, bug #320023
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.10                 x11-wm/matchbox-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	14 Mar 2009 03:52:35 -0000	1.9
+++ ChangeLog	18 May 2010 13:35:48 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/matchbox-panel
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.9 2009/03/14 03:52:35 solar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.10 2010/05/18 13:35:48 yvasilev Exp $
+
+*matchbox-panel-0.9.3-r1 (18 May 2010)
+
+  18 May 2010; Yuri Vasilevski <yvasilev@gentoo.org>
+  +matchbox-panel-0.9.3-r1.ebuild, +files/matchbox-panel-0.9.3-wifi.patch:
+  Made building mb-applet-wireless deterministic, bug #320023
 
   14 Mar 2009; <solar@gentoo.org> matchbox-panel-0.9.2.ebuild,
   matchbox-panel-0.9.3.ebuild:



1.1                  x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: matchbox-panel-0.9.3-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.1 2010/05/18 13:35:48 yvasilev Exp $

inherit eutils autotools versionator

DESCRIPTION="The Matchbox Panel"
HOMEPAGE="http://matchbox-project.org/"
SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
IUSE="acpi debug dnotify lowres nls startup-notification wifi"

DEPEND=">=x11-libs/libmatchbox-1.5
	startup-notification? ( x11-libs/startup-notification )
	nls? ( sys-devel/gettext )
	wifi? ( net-wireless/wireless-tools )"

RDEPEND="${DEPEND}
	x11-wm/matchbox-common"

src_unpack () {
	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}/"${P}-gcc4-no-nested-functions.patch
	epatch "${FILESDIR}/"${P}-wifi.patch

	eautoreconf
}

src_compile() {
	econf	$(use_enable debug) \
		$(use_enable nls) \
		$(use_enable startup-notification) \
		$(use_enable dnotify) \
		$(use_enable acpi acpi-linux) \
		$(use_enable lowres small-icons) \
		$(use_enable wifi wireless-tools) \
		|| die "Configuration failed"

	emake || die "Compilation failed"
}

src_install() {
	make DESTDIR="${D}" install || die "Installation failed"

	dodoc AUTHORS ChangeLog INSTALL NEWS README
}






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

* [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog
@ 2012-02-21 16:11 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-21 16:11 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/21 16:11:31

  Modified:             matchbox-panel-0.9.3-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #309407
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?r1=1.1&r2=1.2

Index: matchbox-panel-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- matchbox-panel-0.9.3-r1.ebuild	18 May 2010 13:35:48 -0000	1.1
+++ matchbox-panel-0.9.3-r1.ebuild	21 Feb 2012 16:11:31 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.1 2010/05/18 13:35:48 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.2 2012/02/21 16:11:31 ago Exp $
 
 inherit eutils autotools versionator
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
 IUSE="acpi debug dnotify lowres nls startup-notification wifi"
 
 DEPEND=">=x11-libs/libmatchbox-1.5



1.11                 x11-wm/matchbox-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 May 2010 13:35:48 -0000	1.10
+++ ChangeLog	21 Feb 2012 16:11:31 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/matchbox-panel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.10 2010/05/18 13:35:48 yvasilev Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.11 2012/02/21 16:11:31 ago Exp $
+
+  21 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  matchbox-panel-0.9.3-r1.ebuild:
+  Stable for amd64, wrt bug #309407
 
 *matchbox-panel-0.9.3-r1 (18 May 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog
@ 2012-03-05 11:12 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2012-03-05 11:12 UTC (permalink / raw
  To: gentoo-commits

tomka       12/03/05 11:12:23

  Modified:             matchbox-panel-0.9.3-r1.ebuild ChangeLog
  Log:
  marked x86 per bug 309407
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?r1=1.2&r2=1.3

Index: matchbox-panel-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- matchbox-panel-0.9.3-r1.ebuild	21 Feb 2012 16:11:31 -0000	1.2
+++ matchbox-panel-0.9.3-r1.ebuild	5 Mar 2012 11:12:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.2 2012/02/21 16:11:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.3 2012/03/05 11:12:23 tomka Exp $
 
 inherit eutils autotools versionator
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
 IUSE="acpi debug dnotify lowres nls startup-notification wifi"
 
 DEPEND=">=x11-libs/libmatchbox-1.5



1.13                 x11-wm/matchbox-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	4 Mar 2012 11:51:59 -0000	1.12
+++ ChangeLog	5 Mar 2012 11:12:23 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/matchbox-panel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.12 2012/03/04 11:51:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.13 2012/03/05 11:12:23 tomka Exp $
+
+  05 Mar 2012; Thomas Kahle <tomka@gentoo.org> matchbox-panel-0.9.3-r1.ebuild:
+  marked x86 per bug 309407
 
   04 Mar 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Drop maintainer due retirement, bug #112268






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

* [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog
@ 2012-06-04  0:27 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2012-06-04  0:27 UTC (permalink / raw
  To: gentoo-commits

xmw         12/06/04 00:27:54

  Modified:             matchbox-panel-0.9.3-r1.ebuild ChangeLog
  Log:
  ppc stable (bug 309407)
  
  (Portage version: 2.1.10.63/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?r1=1.3&r2=1.4

Index: matchbox-panel-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- matchbox-panel-0.9.3-r1.ebuild	5 Mar 2012 11:12:23 -0000	1.3
+++ matchbox-panel-0.9.3-r1.ebuild	4 Jun 2012 00:27:54 -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-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.3 2012/03/05 11:12:23 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.4 2012/06/04 00:27:54 xmw Exp $
 
 inherit eutils autotools versionator
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="amd64 ~arm ~hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~hppa ppc x86"
 IUSE="acpi debug dnotify lowres nls startup-notification wifi"
 
 DEPEND=">=x11-libs/libmatchbox-1.5



1.14                 x11-wm/matchbox-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	5 Mar 2012 11:12:23 -0000	1.13
+++ ChangeLog	4 Jun 2012 00:27:54 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for x11-wm/matchbox-panel
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.13 2012/03/05 11:12:23 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.14 2012/06/04 00:27:54 xmw Exp $
+
+  04 Jun 2012; Michael Weber <xmw@gentoo.org> matchbox-panel-0.9.3-r1.ebuild:
+  ppc stable (bug 309407)
 
   05 Mar 2012; Thomas Kahle <tomka@gentoo.org> matchbox-panel-0.9.3-r1.ebuild:
   marked x86 per bug 309407






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

* [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog
@ 2013-05-06  4:02 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2013-05-06  4:02 UTC (permalink / raw
  To: gentoo-commits

patrick     13/05/06 04:02:24

  Modified:             matchbox-panel-0.9.3-r1.ebuild ChangeLog
  Log:
  Automake 1.13 fix
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.5                  x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild?r1=1.4&r2=1.5

Index: matchbox-panel-0.9.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matchbox-panel-0.9.3-r1.ebuild	4 Jun 2012 00:27:54 -0000	1.4
+++ matchbox-panel-0.9.3-r1.ebuild	6 May 2013 04:02:24 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.4 2012/06/04 00:27:54 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/matchbox-panel-0.9.3-r1.ebuild,v 1.5 2013/05/06 04:02:24 patrick Exp $
 
 inherit eutils autotools versionator
 
@@ -27,6 +27,7 @@
 
 	epatch "${FILESDIR}/"${P}-gcc4-no-nested-functions.patch
 	epatch "${FILESDIR}/"${P}-wifi.patch
+	sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
 
 	eautoreconf
 }



1.15                 x11-wm/matchbox-panel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/matchbox-panel/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	4 Jun 2012 00:27:54 -0000	1.14
+++ ChangeLog	6 May 2013 04:02:24 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-wm/matchbox-panel
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.14 2012/06/04 00:27:54 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-panel/ChangeLog,v 1.15 2013/05/06 04:02:24 patrick Exp $
+
+  06 May 2013; Patrick Lauer <patrick@gentoo.org>
+  matchbox-panel-0.9.3-r1.ebuild:
+  Automake 1.13 fix
 
   04 Jun 2012; Michael Weber <xmw@gentoo.org> matchbox-panel-0.9.3-r1.ebuild:
   ppc stable (bug 309407)
@@ -58,4 +62,3 @@
   +matchbox-panel-0.9.2.ebuild:
   - Initial import. Original ebuild by Priit Laes, modifications by Björn
   Ruberg and Yuri Vasilevski.
-





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

end of thread, other threads:[~2013-05-06  4:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04  0:27 [gentoo-commits] gentoo-x86 commit in x11-wm/matchbox-panel: matchbox-panel-0.9.3-r1.ebuild ChangeLog Michael Weber (xmw)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-06  4:02 Patrick Lauer (patrick)
2012-03-05 11:12 Thomas Kahle (tomka)
2012-02-21 16:11 Agostino Sarubbo (ago)
2010-05-18 13:35 Yuri Vasilevski (yvasilev)

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