public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild
@ 2009-11-15 22:16 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2009-11-15 22:16 UTC (permalink / raw
  To: gentoo-commits

angelos     09/11/15 22:16:55

  Modified:             ChangeLog
  Added:                thunar-vcs-plugin-0.1.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	20 Oct 2009 23:21:26 -0000	1.4
+++ ChangeLog	15 Nov 2009 22:16:55 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.4 2009/10/20 23:21:26 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.5 2009/11/15 22:16:55 angelos Exp $
+
+*thunar-vcs-plugin-0.1.2 (15 Nov 2009)
+
+  15 Nov 2009; Christoph Mende <angelos@gentoo.org>
+  +thunar-vcs-plugin-0.1.2.ebuild:
+  Version bump
 
   20 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
   thunar-vcs-plugin-0.1.0.ebuild:



1.1                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.1&content-type=text/plain

Index: thunar-vcs-plugin-0.1.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.1 2009/11/15 22:16:55 angelos Exp $

EAPI=2
inherit xfconf

DESCRIPTION="adds Subversion actions to the context menu of thunar"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug git subversion"

RDEPEND=">=xfce-base/thunar-0.4
	>=x11-libs/gtk+-2.6:2
	>=dev-libs/glib-2.6:2
	git? ( dev-util/git )
	subversion? ( >=dev-libs/apr-0.9.7
		>=dev-util/subversion-1.5 )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	DOCS="AUTHORS ChangeLog NEWS README"
	XFCONF="--disable-dependency-tracking
		$(use_enable subversion)
		$(use_enable git)
		$(use_enable debug)"
}






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild
@ 2010-02-19 20:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-02-19 20:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/02/19 20:07:36

  Modified:             ChangeLog thunar-vcs-plugin-0.1.2.ebuild
  Log:
  amd64 stable wrt #305657
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	15 Jan 2010 02:44:43 -0000	1.6
+++ ChangeLog	19 Feb 2010 20:07:36 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.6 2010/01/15 02:44:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.7 2010/02/19 20:07:36 ssuominen Exp $
+
+  19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
+  thunar-vcs-plugin-0.1.2.ebuild:
+  amd64 stable wrt #305657
 
   15 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.0.ebuild, thunar-vcs-plugin-0.1.2.ebuild:



1.4                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?r1=1.3&r2=1.4

Index: thunar-vcs-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- thunar-vcs-plugin-0.1.2.ebuild	15 Jan 2010 02:49:14 -0000	1.3
+++ thunar-vcs-plugin-0.1.2.ebuild	19 Feb 2010 20:07:36 -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-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.3 2010/01/15 02:49:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.4 2010/02/19 20:07:36 ssuominen Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug git subversion"
 
 RDEPEND="<xfce-base/thunar-1.1.0






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild
@ 2010-02-22 18:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-22 18:27 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/22 18:27:29

  Modified:             ChangeLog thunar-vcs-plugin-0.1.2.ebuild
  Log:
  stable x86, bug 305657
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.8                  xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Feb 2010 20:07:36 -0000	1.7
+++ ChangeLog	22 Feb 2010 18:27:28 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.7 2010/02/19 20:07:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.8 2010/02/22 18:27:28 fauli Exp $
+
+  22 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  thunar-vcs-plugin-0.1.2.ebuild:
+  stable x86, bug 305657
 
   19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org>
   thunar-vcs-plugin-0.1.2.ebuild:



1.5                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?r1=1.4&r2=1.5

Index: thunar-vcs-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- thunar-vcs-plugin-0.1.2.ebuild	19 Feb 2010 20:07:36 -0000	1.4
+++ thunar-vcs-plugin-0.1.2.ebuild	22 Feb 2010 18:27:28 -0000	1.5
@@ -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-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.4 2010/02/19 20:07:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.5 2010/02/22 18:27:28 fauli Exp $
 
 EAPI=2
 inherit xfconf
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug git subversion"
 
 RDEPEND="<xfce-base/thunar-1.1.0






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild
@ 2010-06-22 18:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-22 18:56 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/22 18:56:28

  Modified:             ChangeLog thunar-vcs-plugin-0.1.2.ebuild
  Log:
  dev-util/subversion renamed to dev-vcs/subversion.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	17 Mar 2010 16:51:15 -0000	1.9
+++ ChangeLog	22 Jun 2010 18:56:28 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.9 2010/03/17 16:51:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.10 2010/06/22 18:56:28 arfrever Exp $
+
+  22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  thunar-vcs-plugin-0.1.2.ebuild:
+  dev-util/subversion renamed to dev-vcs/subversion.
 
   17 Mar 2010; Sebastian Pipping <sping@gentoo.org>
   thunar-vcs-plugin-0.1.2.ebuild, metadata.xml:



1.7                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?r1=1.6&r2=1.7

Index: thunar-vcs-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- thunar-vcs-plugin-0.1.2.ebuild	17 Mar 2010 16:51:15 -0000	1.6
+++ thunar-vcs-plugin-0.1.2.ebuild	22 Jun 2010 18:56:28 -0000	1.7
@@ -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-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.6 2010/03/17 16:51:15 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.7 2010/06/22 18:56:28 arfrever Exp $
 
 EAPI=2
 inherit xfconf
@@ -19,7 +19,7 @@
 	>=dev-libs/glib-2.6:2
 	git? ( dev-vcs/git )
 	subversion? ( >=dev-libs/apr-0.9.7
-		>=dev-util/subversion-1.5 )"
+		>=dev-vcs/subversion-1.5 )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 






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

* [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild
@ 2010-08-20  0:56 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeremy Olexa (darkside) @ 2010-08-20  0:56 UTC (permalink / raw
  To: gentoo-commits

darkside    10/08/20 00:56:38

  Modified:             ChangeLog thunar-vcs-plugin-0.1.2.ebuild
  Log:
  update DESCRIPTION
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 xfce-extra/thunar-vcs-plugin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	22 Jun 2010 18:56:28 -0000	1.10
+++ ChangeLog	20 Aug 2010 00:56:38 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for xfce-extra/thunar-vcs-plugin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.10 2010/06/22 18:56:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/ChangeLog,v 1.11 2010/08/20 00:56:38 darkside Exp $
+
+  20 Aug 2010; Jeremy Olexa <darkside@gentoo.org>
+  thunar-vcs-plugin-0.1.2.ebuild:
+  update DESCRIPTION
 
   22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   thunar-vcs-plugin-0.1.2.ebuild:



1.8                  xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild?r1=1.7&r2=1.8

Index: thunar-vcs-plugin-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- thunar-vcs-plugin-0.1.2.ebuild	22 Jun 2010 18:56:28 -0000	1.7
+++ thunar-vcs-plugin-0.1.2.ebuild	20 Aug 2010 00:56:38 -0000	1.8
@@ -1,11 +1,11 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.7 2010/06/22 18:56:28 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.2.ebuild,v 1.8 2010/08/20 00:56:38 darkside Exp $
 
 EAPI=2
 inherit xfconf
 
-DESCRIPTION="adds Subversion actions to the context menu of thunar"
+DESCRIPTION="adds Subversion and GIT actions to the context menu of thunar"
 HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
 SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
 






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

end of thread, other threads:[~2010-08-20  0:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-22 18:56 [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-vcs-plugin: ChangeLog thunar-vcs-plugin-0.1.2.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-20  0:56 Jeremy Olexa (darkside)
2010-02-22 18:27 Christian Faulhammer (fauli)
2010-02-19 20:07 Samuli Suominen (ssuominen)
2009-11-15 22:16 Christoph Mende (angelos)

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