public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog
@ 2007-10-07 16:42 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-10-07 16:42 UTC (permalink / raw
  To: gentoo-commits

ulm         07/10/07 16:42:46

  Modified:             yc-4.0.13.ebuild ChangeLog
  Log:
  Remove redundant virtual/emacs dependency. Quote FILESDIR variable.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.5                  app-emacs/yc/yc-4.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?r1=1.4&r2=1.5

Index: yc-4.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yc-4.0.13.ebuild	28 Jan 2007 04:40:30 -0000	1.4
+++ yc-4.0.13.ebuild	7 Oct 2007 16:42:45 -0000	1.5
@@ -1,22 +1,21 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.4 2007/01/28 04:40:30 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.5 2007/10/07 16:42:45 ulm Exp $
 
 inherit elisp
 
-IUSE=""
-
 DESCRIPTION="YC - Yet another Canna client on Emacsen."
 HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
 SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="alpha ppc x86"
+IUSE=""
 
-DEPEND="virtual/emacs
-	>=app-i18n/canna-3.6"
+DEPEND=">=app-i18n/canna-3.6"
 
-SITEFILE="50yc-gentoo.el"
+SITEFILE=50${PN}-gentoo.el
 
 src_compile() {
 	emake || die
@@ -24,10 +23,10 @@
 
 src_install() {
 	elisp-install ${PN} *.el *.elc || die
-	elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
 	dobin icanna || die
-	newdoc ${FILESDIR}/sample.dot.emacs-4 sample.dot.emacs || die
-	dodoc ${FILESDIR}/sample.hosts.canna || die
+	newdoc "${FILESDIR}"/sample.dot.emacs-4 sample.dot.emacs || die
+	dodoc "${FILESDIR}"/sample.hosts.canna || die
 }
 
 pkg_postinst() {



1.28                 app-emacs/yc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	28 Jan 2007 04:40:30 -0000	1.27
+++ ChangeLog	7 Oct 2007 16:42:45 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/yc
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.27 2007/01/28 04:40:30 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.28 2007/10/07 16:42:45 ulm Exp $
+
+  07 Oct 2007; Ulrich Mueller <ulm@gentoo.org> yc-4.0.13.ebuild:
+  Remove redundant virtual/emacs dependency. Quote FILESDIR variable.
 
   28 Jan 2007; Marius Mauch <genone@gentoo.org> yc-4.0.13.ebuild:
   Replacing einfo with elog



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog
@ 2009-05-05  8:13 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-05-05  8:13 UTC (permalink / raw
  To: gentoo-commits

fauli       09/05/05 08:13:59

  Modified:             yc-4.0.13.ebuild ChangeLog
  Log:
  set explicit RDEPEND
  (Portage version: 2.1.6.11/cvs/Linux i686)

Revision  Changes    Path
1.6                  app-emacs/yc/yc-4.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?r1=1.5&r2=1.6

Index: yc-4.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- yc-4.0.13.ebuild	7 Oct 2007 16:42:45 -0000	1.5
+++ yc-4.0.13.ebuild	5 May 2009 08:13:59 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.5 2007/10/07 16:42:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.6 2009/05/05 08:13:59 fauli Exp $
 
 inherit elisp
 
@@ -14,6 +14,7 @@
 IUSE=""
 
 DEPEND=">=app-i18n/canna-3.6"
+RDEPEND="${DEPEND}"
 
 SITEFILE=50${PN}-gentoo.el
 



1.30                 app-emacs/yc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	22 Oct 2007 13:47:54 -0000	1.29
+++ ChangeLog	5 May 2009 08:13:59 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/yc
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.29 2007/10/22 13:47:54 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.30 2009/05/05 08:13:59 fauli Exp $
+
+  05 May 2009; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild:
+  set explicit RDEPEND
 
   22 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -files/sample.dot.emacs,
   metadata.xml:






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog
@ 2009-06-06 15:44 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-06-06 15:44 UTC (permalink / raw
  To: gentoo-commits

ulm         09/06/06 15:44:02

  Modified:             yc-4.0.13.ebuild ChangeLog
  Log:
  Fix elog message, bug 272899.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.7                  app-emacs/yc/yc-4.0.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?r1=1.6&r2=1.7

Index: yc-4.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- yc-4.0.13.ebuild	5 May 2009 08:13:59 -0000	1.6
+++ yc-4.0.13.ebuild	6 Jun 2009 15:44:02 -0000	1.7
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.6 2009/05/05 08:13:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.7 2009/06/06 15:44:02 ulm Exp $
 
 inherit elisp
 
-DESCRIPTION="YC - Yet another Canna client on Emacsen."
+DESCRIPTION="Yet another Canna client on Emacsen"
 HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
 SRC_URI="http://www.ceres.dti.ne.jp/~knak/${P}.tar.gz"
 
@@ -16,7 +16,7 @@
 DEPEND=">=app-i18n/canna-3.6"
 RDEPEND="${DEPEND}"
 
-SITEFILE=50${PN}-gentoo.el
+SITEFILE="50${PN}-gentoo.el"
 
 src_compile() {
 	emake || die
@@ -32,7 +32,7 @@
 
 pkg_postinst() {
 	elisp-site-regen
-	elog "See /usr/share/doc/${P}/sample.dot.emacs.gz."
+	elog "See the sample.dot.emacs file in /usr/share/doc/${PF}/."
 	elog
 	elog "And If you use unix domain socket for connecting the canna server, "
 	elog "  please confirm that there's *no* following line in your .emacs ."
@@ -42,7 +42,7 @@
 	elog "  please modify as following in /etc/conf.d/canna."
 	elog "  CANNASERVER_OPTS=\"-inet\""
 	elog "  And create /etc/hosts.canna."
-	elog "  (sample is /usr/share/doc/${P}/sample.hosts.canna.gz)"
+	elog "  (see the sample.hosts.canna file in /usr/share/doc/${PF}/)"
 }
 
 pkg_postrm() {



1.31                 app-emacs/yc/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/yc/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	5 May 2009 08:13:59 -0000	1.30
+++ ChangeLog	6 Jun 2009 15:44:02 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/yc
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.30 2009/05/05 08:13:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.31 2009/06/06 15:44:02 ulm Exp $
+
+  06 Jun 2009; Ulrich Mueller <ulm@gentoo.org> yc-4.0.13.ebuild:
+  Fix elog message, bug 272899.
 
   05 May 2009; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild:
   set explicit RDEPEND






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog
@ 2010-09-09  8:46 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-09-09  8:46 UTC (permalink / raw
  To: gentoo-commits

fauli       10/09/09 08:46:05

  Modified:             yc-4.0.13.ebuild ChangeLog
  Log:
  Port to EAPI 3, correct runtime and build-time dependencies, make it respect system's LDFLAGS and CFLAGS as reported in bug 336540
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.8                  app-emacs/yc/yc-4.0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?r1=1.7&r2=1.8

Index: yc-4.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yc-4.0.13.ebuild	6 Jun 2009 15:44:02 -0000	1.7
+++ yc-4.0.13.ebuild	9 Sep 2010 08:46:05 -0000	1.8
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.7 2009/06/06 15:44:02 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.8 2010/09/09 08:46:05 fauli Exp $
+
+EAPI=3
 
 inherit elisp
 
@@ -13,11 +15,15 @@
 KEYWORDS="alpha ppc x86"
 IUSE=""
 
-DEPEND=">=app-i18n/canna-3.6"
-RDEPEND="${DEPEND}"
+DEPEND=""
+RDEPEND=">=app-i18n/canna-3.6"
 
 SITEFILE="50${PN}-gentoo.el"
 
+src_prepare() {
+	sed -e 's:$(CC) -o $(PROGRAM) $(OBJS):$(CC) ${CFLAGS} ${LDFLAGS} -o $(PROGRAM) $(OBJS):' -i Makefile || die
+}
+
 src_compile() {
 	emake || die
 }



1.32                 app-emacs/yc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	6 Jun 2009 15:44:02 -0000	1.31
+++ ChangeLog	9 Sep 2010 08:46:05 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/yc
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.31 2009/06/06 15:44:02 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.32 2010/09/09 08:46:05 fauli Exp $
+
+  09 Sep 2010; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild:
+  Port to EAPI 3, correct runtime and build-time dependencies, make it
+  respect system's LDFLAGS and CFLAGS as reported in bug 336540
 
   06 Jun 2009; Ulrich Mueller <ulm@gentoo.org> yc-4.0.13.ebuild:
   Fix elog message, bug 272899.






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog
@ 2012-10-20 10:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-20 10:02 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/20 10:02:21

  Modified:             yc-4.0.13.ebuild ChangeLog
  Log:
  Respect CC, add ~amd64 wrt to bug #439044
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-emacs/yc/yc-4.0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild?r1=1.8&r2=1.9

Index: yc-4.0.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yc-4.0.13.ebuild	9 Sep 2010 08:46:05 -0000	1.8
+++ yc-4.0.13.ebuild	20 Oct 2012 10:02:21 -0000	1.9
@@ -1,10 +1,10 @@
-# 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/app-emacs/yc/yc-4.0.13.ebuild,v 1.8 2010/09/09 08:46:05 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/yc-4.0.13.ebuild,v 1.9 2012/10/20 10:02:21 ago Exp $
 
 EAPI=3
 
-inherit elisp
+inherit elisp toolchain-funcs
 
 DESCRIPTION="Yet another Canna client on Emacsen"
 HOMEPAGE="http://www.ceres.dti.ne.jp/~knak/yc.html"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ppc x86"
+KEYWORDS="alpha ~amd64 ppc x86"
 IUSE=""
 
 DEPEND=""
@@ -25,7 +25,7 @@
 }
 
 src_compile() {
-	emake || die
+	emake CC="$(tc-getCC)" || die
 }
 
 src_install() {



1.33                 app-emacs/yc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/yc/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	9 Sep 2010 08:46:05 -0000	1.32
+++ ChangeLog	20 Oct 2012 10:02:21 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/yc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.32 2010/09/09 08:46:05 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/yc/ChangeLog,v 1.33 2012/10/20 10:02:21 ago Exp $
+
+  20 Oct 2012; Agostino Sarubbo <ago@gentoo.org> yc-4.0.13.ebuild:
+  Respect CC, add ~amd64 wrt to bug #439044
 
   09 Sep 2010; Christian Faulhammer <fauli@gentoo.org> yc-4.0.13.ebuild:
   Port to EAPI 3, correct runtime and build-time dependencies, make it
@@ -137,4 +140,3 @@
   files/sample.hosts.canna, files/digest-yc-3.5.0 :
 
   Initial import. Ebuild submitted by ni_naoto@ybb.ne.jp (Nishimura Naoto).
-





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

end of thread, other threads:[~2012-10-20 10:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-06 15:44 [gentoo-commits] gentoo-x86 commit in app-emacs/yc: yc-4.0.13.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-20 10:02 Agostino Sarubbo (ago)
2010-09-09  8:46 Christian Faulhammer (fauli)
2009-05-05  8:13 Christian Faulhammer (fauli)
2007-10-07 16:42 Ulrich Mueller (ulm)

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