public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2010-08-18  7:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-18  7:55 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/18 07:55:10

  Modified:             ChangeLog
  Added:                zile-2.3.19.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.124                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	21 Jul 2010 07:13:52 -0000	1.123
+++ ChangeLog	18 Aug 2010 07:55:09 -0000	1.124
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.123 2010/07/21 07:13:52 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.124 2010/08/18 07:55:09 fauli Exp $
+
+*zile-2.3.19 (18 Aug 2010)
+
+  18 Aug 2010; Christian Faulhammer <fauli@gentoo.org> +zile-2.3.19.ebuild:
+  version bump
 
   21 Jul 2010; Christian Faulhammer <fauli@gentoo.org> -zile-2.3.16.ebuild:
   clean up



1.1                  app-editors/zile/zile-2.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.1&content-type=text/plain

Index: zile-2.3.19.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v 1.1 2010/08/18 07:55:09 fauli Exp $

EAPI=3

DESCRIPTION="Zile is a small Emacs clone"
HOMEPAGE="http://www.gnu.org/software/zile/"
SRC_URI="mirror://gnu/zile/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="livecd test valgrind"

RDEPEND="sys-libs/ncurses"
DEPEND="${RDEPEND}
	sys-apps/help2man
	test? ( valgrind? ( dev-util/valgrind ) )"

src_configure() {
	econf $(use test && use_with valgrind || echo "--without-valgrind")
}

src_install() {
	emake DESTDIR="${D}" install || die

	# FAQ is installed by the build system in /usr/share/zile
	dodoc AUTHORS BUGS NEWS README THANKS || die

	# Zile should never install charset.alias (even on non-glibc arches)
	rm -f "${ED}"/usr/lib/charset.alias
}

pkg_postinst() {
	if use livecd; then
		[ -e "${EROOT}"/usr/bin/emacs ] || ln -s zile "${EROOT}"/usr/bin/emacs
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2010-09-27 16:38 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-27 16:38 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/27 16:38:49

  Modified:             ChangeLog zile-2.3.19.ebuild
  Log:
  Stable on amd64 wrt bug #338725
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.126                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.125&r2=1.126

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog	18 Aug 2010 08:08:00 -0000	1.125
+++ ChangeLog	27 Sep 2010 16:38:49 -0000	1.126
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.125 2010/08/18 08:08:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.126 2010/09/27 16:38:49 hwoarang Exp $
+
+  27 Sep 2010; Markos Chandras <hwoarang@gentoo.org> zile-2.3.19.ebuild:
+  Stable on amd64 wrt bug #338725
 
   18 Aug 2010; Christian Faulhammer <fauli@gentoo.org> -zile-2.3.17.ebuild:
   clean up



1.2                  app-editors/zile/zile-2.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?r1=1.1&r2=1.2

Index: zile-2.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zile-2.3.19.ebuild	18 Aug 2010 07:55:09 -0000	1.1
+++ zile-2.3.19.ebuild	27 Sep 2010 16:38:49 -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/app-editors/zile/zile-2.3.19.ebuild,v 1.1 2010/08/18 07:55:09 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v 1.2 2010/09/27 16:38:49 hwoarang Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="livecd test valgrind"
 
 RDEPEND="sys-libs/ncurses"






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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2010-09-30 20:11 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-09-30 20:11 UTC (permalink / raw
  To: gentoo-commits

maekke      10/09/30 20:11:16

  Modified:             ChangeLog zile-2.3.19.ebuild
  Log:
  x86 stable, bug #338725
  
  (Portage version: 2.2_rc86/cvs/Linux x86_64)

Revision  Changes    Path
1.127                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.126&r2=1.127

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog	27 Sep 2010 16:38:49 -0000	1.126
+++ ChangeLog	30 Sep 2010 20:11:16 -0000	1.127
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.126 2010/09/27 16:38:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.127 2010/09/30 20:11:16 maekke Exp $
+
+  30 Sep 2010; Markus Meier <maekke@gentoo.org> zile-2.3.19.ebuild:
+  x86 stable, bug #338725
 
   27 Sep 2010; Markos Chandras <hwoarang@gentoo.org> zile-2.3.19.ebuild:
   Stable on amd64 wrt bug #338725



1.3                  app-editors/zile/zile-2.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?r1=1.2&r2=1.3

Index: zile-2.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zile-2.3.19.ebuild	27 Sep 2010 16:38:49 -0000	1.2
+++ zile-2.3.19.ebuild	30 Sep 2010 20:11:16 -0000	1.3
@@ -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/app-editors/zile/zile-2.3.19.ebuild,v 1.2 2010/09/27 16:38:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v 1.3 2010/09/30 20:11:16 maekke Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="livecd test valgrind"
 
 RDEPEND="sys-libs/ncurses"






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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2010-10-12 15:36 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-12 15:36 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/12 15:36:47

  Modified:             ChangeLog zile-2.3.19.ebuild
  Log:
  alpha/sparc stable wrt #338725
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.129                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	9 Oct 2010 16:06:46 -0000	1.128
+++ ChangeLog	12 Oct 2010 15:36:47 -0000	1.129
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.128 2010/10/09 16:06:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.129 2010/10/12 15:36:47 armin76 Exp $
+
+  12 Oct 2010; Raúl Porcel <armin76@gentoo.org> zile-2.3.19.ebuild:
+  alpha/sparc stable wrt #338725
 
 *zile-2.3.20 (09 Oct 2010)
 



1.4                  app-editors/zile/zile-2.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?r1=1.3&r2=1.4

Index: zile-2.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- zile-2.3.19.ebuild	30 Sep 2010 20:11:16 -0000	1.3
+++ zile-2.3.19.ebuild	12 Oct 2010 15:36:47 -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/app-editors/zile/zile-2.3.19.ebuild,v 1.3 2010/09/30 20:11:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v 1.4 2010/10/12 15:36:47 armin76 Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ~ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="livecd test valgrind"
 
 RDEPEND="sys-libs/ncurses"






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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2010-10-14 16:55 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2010-10-14 16:55 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/14 16:55:32

  Modified:             ChangeLog zile-2.3.19.ebuild
  Log:
  stable ppc, bug 338725
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.130                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	12 Oct 2010 15:36:47 -0000	1.129
+++ ChangeLog	14 Oct 2010 16:55:32 -0000	1.130
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.129 2010/10/12 15:36:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.130 2010/10/14 16:55:32 ranger Exp $
+
+  14 Oct 2010; Brent Baude <ranger@gentoo.org> zile-2.3.19.ebuild:
+  stable ppc, bug 338725
 
   12 Oct 2010; Raúl Porcel <armin76@gentoo.org> zile-2.3.19.ebuild:
   alpha/sparc stable wrt #338725



1.5                  app-editors/zile/zile-2.3.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild?r1=1.4&r2=1.5

Index: zile-2.3.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- zile-2.3.19.ebuild	12 Oct 2010 15:36:47 -0000	1.4
+++ zile-2.3.19.ebuild	14 Oct 2010 16:55:32 -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/app-editors/zile/zile-2.3.19.ebuild,v 1.4 2010/10/12 15:36:47 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.19.ebuild,v 1.5 2010/10/14 16:55:32 ranger Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+KEYWORDS="alpha amd64 ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
 IUSE="livecd test valgrind"
 
 RDEPEND="sys-libs/ncurses"






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

* [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild
@ 2011-01-08 10:33 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-08 10:33 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/08 10:33:49

  Modified:             ChangeLog
  Removed:              zile-2.3.19.ebuild
  Log:
  clean up
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.137                app-editors/zile/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.137&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.137&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.136&r2=1.137

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	8 Jan 2011 00:50:51 -0000	1.136
+++ ChangeLog	8 Jan 2011 10:33:49 -0000	1.137
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/zile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.136 2011/01/08 00:50:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.137 2011/01/08 10:33:49 fauli Exp $
+
+  08 Jan 2011; Christian Faulhammer <fauli@gentoo.org> -zile-2.3.19.ebuild:
+  clean up
 
   08 Jan 2011; Brent Baude <ranger@gentoo.org> zile-2.3.20.ebuild:
   Marking zile-2.3.20 ppc for bug 344541






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

end of thread, other threads:[~2011-01-08 10:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-30 20:11 [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.19.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-08 10:33 Christian Faulhammer (fauli)
2010-10-14 16:55 Brent Baude (ranger)
2010-10-12 15:36 Raul Porcel (armin76)
2010-09-27 16:38 Markos Chandras (hwoarang)
2010-08-18  7:55 Christian Faulhammer (fauli)

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