public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
@ 2008-02-29 20:49 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 5+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-02-29 20:49 UTC (permalink / raw
  To: gentoo-commits

carlo       08/02/29 20:49:03

  Modified:             keytouch-editor-3.1.3.ebuild ChangeLog
  Log:
   Remove icon extension from desktop entry to match Icon Theme Specification.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.2                  x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.1&r2=1.2

Index: keytouch-editor-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keytouch-editor-3.1.3.ebuild	5 Sep 2007 19:38:27 -0000	1.1
+++ keytouch-editor-3.1.3.ebuild	29 Feb 2008 20:49:02 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.1 2007/09/05 19:38:27 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.2 2008/02/29 20:49:02 carlo Exp $
 
 inherit eutils linux-info
 
@@ -27,7 +27,7 @@
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 
-	make_desktop_entry ${PN} "keyTouch editor" ${PN}.png System
+	make_desktop_entry ${PN} "keyTouch editor" ${PN} System
 	newicon pixmaps/icon.png ${PN}.png
 
 	dodoc AUTHORS ChangeLog



1.6                  x11-misc/keytouch-editor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	5 Sep 2007 19:38:27 -0000	1.5
+++ ChangeLog	29 Feb 2008 20:49:02 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/keytouch-editor
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.5 2007/09/05 19:38:27 nyhm Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.6 2008/02/29 20:49:02 carlo Exp $
+
+  29 Feb 2008; Carsten Lohrke <carlo@gentoo.org>
+  keytouch-editor-3.1.3.ebuild:
+  Remove icon extension from desktop entry to match Icon Theme Specification.
 
 *keytouch-editor-3.1.3 (05 Sep 2007)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
@ 2008-07-21 20:25 Tristan Heaven (nyhm)
  0 siblings, 0 replies; 5+ messages in thread
From: Tristan Heaven (nyhm) @ 2008-07-21 20:25 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/07/21 20:25:07

  Modified:             keytouch-editor-3.1.3.ebuild ChangeLog
  Log:
  Fix building with glibc-2.8, bug #231122
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26 x86_64)

Revision  Changes    Path
1.3                  x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.2&r2=1.3

Index: keytouch-editor-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- keytouch-editor-3.1.3.ebuild	29 Feb 2008 20:49:02 -0000	1.2
+++ keytouch-editor-3.1.3.ebuild	21 Jul 2008 20:25:07 -0000	1.3
@@ -1,14 +1,13 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.2 2008/02/29 20:49:02 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.3 2008/07/21 20:25:07 nyhm Exp $
 
 inherit eutils linux-info
 
-DOC_V=3.0
 DESCRIPTION="Generates keyboard files for use by keyTouch"
 HOMEPAGE="http://keytouch.sourceforge.net/"
 SRC_URI="mirror://sourceforge/keytouch/${P}.tar.gz
-	doc? ( mirror://sourceforge/keytouch/keytouch_editor_${DOC_V}.pdf )"
+	doc? ( mirror://sourceforge/keytouch/keytouch_editor_3.0.pdf )"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -21,9 +20,16 @@
 RDEPEND="${RDEPEND}
 	kde? ( || (
 		kde-base/kdesu
-		kde-base/kdebase ) )
+		kde-base/kdebase
+	) )
 	!kde? ( x11-libs/gksu )"
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}"/${P}-glibc28.patch
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 



1.7                  x11-misc/keytouch-editor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	29 Feb 2008 20:49:02 -0000	1.6
+++ ChangeLog	21 Jul 2008 20:25:07 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/keytouch-editor
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.6 2008/02/29 20:49:02 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.7 2008/07/21 20:25:07 nyhm Exp $
+
+  21 Jul 2008; Tristan Heaven <nyhm@gentoo.org>
+  +files/keytouch-editor-3.1.3-glibc28.patch, keytouch-editor-3.1.3.ebuild:
+  Fix building with glibc-2.8, bug #231122
 
   29 Feb 2008; Carsten Lohrke <carlo@gentoo.org>
   keytouch-editor-3.1.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
@ 2010-01-10  8:18 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; 5+ messages in thread
From: Robin H. Johnson (robbat2) @ 2010-01-10  8:18 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/01/10 08:18:01

  Modified:             keytouch-editor-3.1.3.ebuild ChangeLog
  Log:
  Bug #283320 cleanup. This package is actually installing just a script and should bring in only linux-info for warnings, not linux-mod.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.3&r2=1.4

Index: keytouch-editor-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -p -w -b -B -u -u -r1.3 -r1.4
--- keytouch-editor-3.1.3.ebuild	21 Jul 2008 20:25:07 -0000	1.3
+++ keytouch-editor-3.1.3.ebuild	10 Jan 2010 08:18:01 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.3 2008/07/21 20:25:07 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.4 2010/01/10 08:18:01 robbat2 Exp $
 
 inherit eutils linux-info
 
@@ -41,7 +41,7 @@ src_install() {
 }
 
 pkg_postinst() {
-	if ! linux_chkconfig_present INPUT_EVDEV ; then
+	if ! linux_config_exists || ! linux_chkconfig_present INPUT_EVDEV; then
 		ewarn "To use ${PN}, CONFIG_INPUT_EVDEV must"
 		ewarn "be enabled in your kernel config."
 		ewarn



1.8                  x11-misc/keytouch-editor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -p -w -b -B -u -u -r1.7 -r1.8
--- ChangeLog	21 Jul 2008 20:25:07 -0000	1.7
+++ ChangeLog	10 Jan 2010 08:18:01 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/keytouch-editor
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.7 2008/07/21 20:25:07 nyhm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.8 2010/01/10 08:18:01 robbat2 Exp $
+
+  10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org>
+  keytouch-editor-3.1.3.ebuild:
+  Bug #283320 cleanup: linux_config_exists before linux_chkconfig*.
 
   21 Jul 2008; Tristan Heaven <nyhm@gentoo.org>
   +files/keytouch-editor-3.1.3-glibc28.patch, keytouch-editor-3.1.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
@ 2011-03-29 13:03 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-29 13:03 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/29 13:03:24

  Modified:             keytouch-editor-3.1.3.ebuild ChangeLog
  Log:
  Fix gtk+ slot deps
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.4&r2=1.5

Index: keytouch-editor-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- keytouch-editor-3.1.3.ebuild	10 Jan 2010 08:18:01 -0000	1.4
+++ keytouch-editor-3.1.3.ebuild	29 Mar 2011 13:03:24 -0000	1.5
@@ -1,7 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.4 2010/01/10 08:18:01 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.5 2011/03/29 13:03:24 angelos Exp $
 
+EAPI=1
 inherit eutils linux-info
 
 DESCRIPTION="Generates keyboard files for use by keyTouch"
@@ -14,7 +15,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="doc kde"
 
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 RDEPEND="${RDEPEND}



1.9                  x11-misc/keytouch-editor/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	10 Jan 2010 08:18:01 -0000	1.8
+++ ChangeLog	29 Mar 2011 13:03:24 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/keytouch-editor
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.8 2010/01/10 08:18:01 robbat2 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.9 2011/03/29 13:03:24 angelos Exp $
+
+  29 Mar 2011; Christoph Mende <angelos@gentoo.org>
+  keytouch-editor-3.1.3.ebuild:
+  Fix gtk+ slot deps
 
   10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org>
   keytouch-editor-3.1.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog
@ 2012-05-05  4:53 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05  4:53 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/05 04:53:52

  Modified:             keytouch-editor-3.1.3.ebuild ChangeLog
  Log:
  dev-util/pkgconifg -> virtual/pkgconfig
  
  (Portage version: 2.2.0_alpha101/cvs/Linux i686)

Revision  Changes    Path
1.6                  x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild?r1=1.5&r2=1.6

Index: keytouch-editor-3.1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- keytouch-editor-3.1.3.ebuild	29 Mar 2011 13:03:24 -0000	1.5
+++ keytouch-editor-3.1.3.ebuild	5 May 2012 04:53:52 -0000	1.6
@@ -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/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.5 2011/03/29 13:03:24 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.6 2012/05/05 04:53:52 jdhore Exp $
 
 EAPI=1
 inherit eutils linux-info
@@ -17,7 +17,7 @@
 
 RDEPEND="x11-libs/gtk+:2"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	virtual/pkgconfig"
 RDEPEND="${RDEPEND}
 	kde? ( || (
 		kde-base/kdesu



1.11                 x11-misc/keytouch-editor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	17 Nov 2011 19:04:53 -0000	1.10
+++ ChangeLog	5 May 2012 04:53:52 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/keytouch-editor
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.10 2011/11/17 19:04:53 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.11 2012/05/05 04:53:52 jdhore Exp $
+
+  05 May 2012; Jeff Horelick <jdhore@gentoo.org> keytouch-editor-3.1.3.ebuild:
+  dev-util/pkgconfig -> virtual/pkgconfig
 
   17 Nov 2011; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
   Change developer's email






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

end of thread, other threads:[~2012-05-05  4:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-10  8:18 [gentoo-commits] gentoo-x86 commit in x11-misc/keytouch-editor: keytouch-editor-3.1.3.ebuild ChangeLog Robin H. Johnson (robbat2)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  4:53 Jeff Horelick (jdhore)
2011-03-29 13:03 Christoph Mende (angelos)
2008-07-21 20:25 Tristan Heaven (nyhm)
2008-02-29 20:49 Carsten Lohrke (carlo)

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