public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog
@ 2010-06-26 12:31 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-06-26 12:31 UTC (permalink / raw
  To: gentoo-commits

ulm         10/06/26 12:31:39

  Modified:             calc-2.02f.ebuild ChangeLog
  Log:
  Don't inherit versionator.eclass.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-emacs/calc/calc-2.02f.ebuild

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

Index: calc-2.02f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- calc-2.02f.ebuild	29 Mar 2009 21:16:30 -0000	1.7
+++ calc-2.02f.ebuild	26 Jun 2010 12:31:38 -0000	1.8
@@ -1,8 +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/calc/calc-2.02f.ebuild,v 1.7 2009/03/29 21:16:30 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.8 2010/06/26 12:31:38 ulm Exp $
 
-inherit elisp versionator
+inherit elisp
 
 DESCRIPTION="Advanced calculator and mathematical tool within Emacs"
 HOMEPAGE="http://www.gnu.org/software/emacs/calc.html"
@@ -14,10 +14,11 @@
 IUSE=""
 
 ELISP_PATCHES="${P}-emacs-21.patch ${P}-info-dir.patch"
-SITEFILE="50calc-gentoo.el"
+SITEFILE="50${PN}-gentoo.el"
 
 pkg_setup() {
-	if version_is_at_least 22 "$(elisp-emacs-version)"; then
+	local have_emacs=$(elisp-emacs-version)
+	if [ "${have_emacs%%.*}" -ge 22 ]; then
 		echo
 		elog "Please note that \"${PN}\" is already included with Emacs 22 or"
 		elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."



1.8                  app-emacs/calc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	29 Mar 2009 21:16:30 -0000	1.7
+++ ChangeLog	26 Jun 2010 12:31:38 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/calc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.7 2009/03/29 21:16:30 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.8 2010/06/26 12:31:38 ulm Exp $
+
+  26 Jun 2010; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
+  Don't inherit versionator.eclass.
 
   29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
   Use autopatch feature of elisp.eclass.






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog
@ 2009-03-29 21:16 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-03-29 21:16 UTC (permalink / raw
  To: gentoo-commits

ulm         09/03/29 21:16:30

  Modified:             calc-2.02f.ebuild ChangeLog
  Log:
  Use autopatch feature of elisp.eclass.
  (Portage version: 2.2_rc27/cvs/Linux i686)

Revision  Changes    Path
1.7                  app-emacs/calc/calc-2.02f.ebuild

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

Index: calc-2.02f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- calc-2.02f.ebuild	1 Dec 2007 01:02:34 -0000	1.6
+++ calc-2.02f.ebuild	29 Mar 2009 21:16:30 -0000	1.7
@@ -1,8 +1,8 @@
-# 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/calc/calc-2.02f.ebuild,v 1.6 2007/12/01 01:02:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.7 2009/03/29 21:16:30 ulm Exp $
 
-inherit elisp eutils versionator
+inherit elisp versionator
 
 DESCRIPTION="Advanced calculator and mathematical tool within Emacs"
 HOMEPAGE="http://www.gnu.org/software/emacs/calc.html"
@@ -13,6 +13,7 @@
 KEYWORDS="amd64 x86"
 IUSE=""
 
+ELISP_PATCHES="${P}-emacs-21.patch ${P}-info-dir.patch"
 SITEFILE="50calc-gentoo.el"
 
 pkg_setup() {
@@ -24,13 +25,6 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${P}-emacs-21.patch"
-	epatch "${FILESDIR}/${P}-info-dir.patch"
-}
-
 src_compile() {
 	emake compile info || die "emake failed"
 }



1.7                  app-emacs/calc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Dec 2007 01:02:34 -0000	1.6
+++ ChangeLog	29 Mar 2009 21:16:30 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/calc
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.6 2007/12/01 01:02:34 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.7 2009/03/29 21:16:30 ulm Exp $
+
+  29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
+  Use autopatch feature of elisp.eclass.
 
   30 Nov 2007; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
   Move message to pkg_setup, so that it is also seen if build fails.






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog
@ 2007-12-01  1:02 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-12-01  1:02 UTC (permalink / raw
  To: gentoo-commits

ulm         07/12/01 01:02:34

  Modified:             calc-2.02f.ebuild ChangeLog
  Log:
  Move message to pkg_setup.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.6                  app-emacs/calc/calc-2.02f.ebuild

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

Index: calc-2.02f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- calc-2.02f.ebuild	27 Oct 2007 10:52:37 -0000	1.5
+++ calc-2.02f.ebuild	1 Dec 2007 01:02:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.5 2007/10/27 10:52:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.6 2007/12/01 01:02:34 ulm Exp $
 
 inherit elisp eutils versionator
 
@@ -15,6 +15,15 @@
 
 SITEFILE="50calc-gentoo.el"
 
+pkg_setup() {
+	if version_is_at_least 22 "$(elisp-emacs-version)"; then
+		echo
+		elog "Please note that \"${PN}\" is already included with Emacs 22 or"
+		elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
+		elog "You may select the active Emacs version with \"eselect emacs\"."
+	fi
+}
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
@@ -36,14 +45,3 @@
 	doinfo calc.info*
 	dodoc README README.prev
 }
-
-pkg_postinst() {
-	elisp-site-regen
-
-	if version_is_at_least 22 "$(elisp-emacs-version)"; then
-		echo
-		elog "Please note that \"${PN}\" is already included with Emacs 22 or"
-		elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
-		elog "You may select the active Emacs version with \"eselect emacs\"."
-	fi
-}



1.6                  app-emacs/calc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	27 Oct 2007 10:52:37 -0000	1.5
+++ ChangeLog	1 Dec 2007 01:02:34 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/calc
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.5 2007/10/27 10:52:37 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.6 2007/12/01 01:02:34 ulm Exp $
+
+  30 Nov 2007; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
+  Move message to pkg_setup, so that it is also seen if build fails.
 
   27 Oct 2007; Christian Faulhammer <opfer@gentoo.org> calc-2.02f.ebuild:
   stable x86, bug 197184



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog
@ 2007-10-27 10:52 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-10-27 10:52 UTC (permalink / raw
  To: gentoo-commits

opfer       07/10/27 10:52:37

  Modified:             calc-2.02f.ebuild ChangeLog
  Log:
  stable x86, bug 197184
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.5                  app-emacs/calc/calc-2.02f.ebuild

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

Index: calc-2.02f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- calc-2.02f.ebuild	27 Oct 2007 08:23:40 -0000	1.4
+++ calc-2.02f.ebuild	27 Oct 2007 10:52:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.4 2007/10/27 08:23:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.5 2007/10/27 10:52:37 opfer Exp $
 
 inherit elisp eutils versionator
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 SITEFILE="50calc-gentoo.el"



1.5                  app-emacs/calc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Oct 2007 08:23:40 -0000	1.4
+++ ChangeLog	27 Oct 2007 10:52:37 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/calc
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.4 2007/10/27 08:23:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.5 2007/10/27 10:52:37 opfer Exp $
+
+  27 Oct 2007; Christian Faulhammer <opfer@gentoo.org> calc-2.02f.ebuild:
+  stable x86, bug 197184
 
   27 Oct 2007; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
   amd64 stable, bug 197184



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog
@ 2007-10-27  8:23 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2007-10-27  8:23 UTC (permalink / raw
  To: gentoo-commits

ulm         07/10/27 08:23:41

  Modified:             calc-2.02f.ebuild ChangeLog
  Log:
  Deactivate calc for Emacs 22. amd64 stable, bug 197184.
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.4                  app-emacs/calc/calc-2.02f.ebuild

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

Index: calc-2.02f.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- calc-2.02f.ebuild	4 Jul 2007 22:42:11 -0000	1.3
+++ calc-2.02f.ebuild	27 Oct 2007 08:23:40 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.3 2007/07/04 22:42:11 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/calc-2.02f.ebuild,v 1.4 2007/10/27 08:23:40 ulm Exp $
 
-inherit elisp eutils
+inherit elisp eutils versionator
 
 DESCRIPTION="Advanced calculator and mathematical tool within Emacs"
 HOMEPAGE="http://www.gnu.org/software/emacs/calc.html"
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 SITEFILE="50calc-gentoo.el"
@@ -27,8 +27,23 @@
 }
 
 src_install() {
-	elisp-install ${PN} calc*.el calc*.elc
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+	elisp-install ${PN} calc*.el calc*.elc || die "elisp-install failed"
+	elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
+		|| die "elisp-site-file-install failed"
+	# prevent inclusion of package dir by subdirs.el
+	touch "${D}${SITELISP}/${PN}/.nosearch"
+
 	doinfo calc.info*
 	dodoc README README.prev
 }
+
+pkg_postinst() {
+	elisp-site-regen
+
+	if version_is_at_least 22 "$(elisp-emacs-version)"; then
+		echo
+		elog "Please note that \"${PN}\" is already included with Emacs 22 or"
+		elog "later, so ${CATEGORY}/${PN} is only needed for lower versions."
+		elog "You may select the active Emacs version with \"eselect emacs\"."
+	fi
+}



1.4                  app-emacs/calc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	4 Jul 2007 22:42:11 -0000	1.3
+++ ChangeLog	27 Oct 2007 08:23:40 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for app-emacs/calc
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.3 2007/07/04 22:42:11 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/calc/ChangeLog,v 1.4 2007/10/27 08:23:40 ulm Exp $
+
+  27 Oct 2007; Ulrich Mueller <ulm@gentoo.org> calc-2.02f.ebuild:
+  amd64 stable, bug 197184
+
+  27 Oct 2007; Ulrich Mueller <ulm@gentoo.org> files/50calc-gentoo.el,
+  calc-2.02f.ebuild:
+  Deactivate calc for Emacs 22 where it is already included. Output a
+  corresponding message in pkg_postinst. Add die commands in src_install.
 
   04 Jul 2007; Christian Faulhammer <opfer@gentoo.org> calc-2.02f.ebuild:
   added some quotes; added die comment



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2010-06-26 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26 12:31 [gentoo-commits] gentoo-x86 commit in app-emacs/calc: calc-2.02f.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-29 21:16 Ulrich Mueller (ulm)
2007-12-01  1:02 Ulrich Mueller (ulm)
2007-10-27 10:52 Christian Faulhammer (opfer)
2007-10-27  8:23 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