public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog
@ 2009-10-15 19:05 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-10-15 19:05 UTC (permalink / raw
  To: gentoo-commits

ulm         09/10/15 19:05:34

  Modified:             ChangeLog
  Added:                htmlize-1.36.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc46/cvs/Linux i686)

Revision  Changes    Path
1.18                 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	1 Dec 2008 20:45:19 -0000	1.17
+++ ChangeLog	15 Oct 2009 19:05:33 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for app-emacs/htmlize
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.17 2008/12/01 20:45:19 tcunha Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.18 2009/10/15 19:05:33 ulm Exp $
+
+*htmlize-1.36 (15 Oct 2009)
+
+  15 Oct 2009; Ulrich Mueller <ulm@gentoo.org> +htmlize-1.36.ebuild:
+  Version bump.
 
   01 Dec 2008; Tiago Cunha <tcunha@gentoo.org> htmlize-1.34.ebuild:
   stable sparc



1.1                  app-emacs/htmlize/htmlize-1.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild?rev=1.1&content-type=text/plain

Index: htmlize-1.36.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.1 2009/10/15 19:05:33 ulm Exp $

inherit elisp

DESCRIPTION="HTML-ize font-lock buffers in Emacs"
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?SaveAsHtml
	http://fly.srk.fer.hr/~hniksic/emacs/"
SRC_URI="mirror://gentoo/${P}.el.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

SITEFILE="50${PN}-gentoo.el"






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog
@ 2009-11-18 19:10 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-18 19:10 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/18 19:10:13

  Modified:             htmlize-1.36.ebuild ChangeLog
  Log:
  stable x86, bug 293033
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-emacs/htmlize/htmlize-1.36.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild?r1=1.1&r2=1.2

Index: htmlize-1.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htmlize-1.36.ebuild	15 Oct 2009 19:05:33 -0000	1.1
+++ htmlize-1.36.ebuild	18 Nov 2009 19:10:13 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.1 2009/10/15 19:05:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.2 2009/11/18 19:10:13 fauli Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"



1.19                 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Oct 2009 19:05:33 -0000	1.18
+++ ChangeLog	18 Nov 2009 19:10:13 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.18 2009/10/15 19:05:33 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.19 2009/11/18 19:10:13 fauli Exp $
+
+  18 Nov 2009; Christian Faulhammer <fauli@gentoo.org> htmlize-1.36.ebuild:
+  stable x86, bug 293033
 
 *htmlize-1.36 (15 Oct 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog
@ 2009-11-21 19:09 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-21 19:09 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/21 19:09:55

  Modified:             htmlize-1.36.ebuild ChangeLog
  Log:
  ppc stable #293033
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.3                  app-emacs/htmlize/htmlize-1.36.ebuild

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

Index: htmlize-1.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htmlize-1.36.ebuild	18 Nov 2009 19:10:13 -0000	1.2
+++ htmlize-1.36.ebuild	21 Nov 2009 19:09:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.2 2009/11/18 19:10:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.3 2009/11/21 19:09:55 nixnut Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
 IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"



1.20                 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	18 Nov 2009 19:10:13 -0000	1.19
+++ ChangeLog	21 Nov 2009 19:09:55 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.19 2009/11/18 19:10:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.20 2009/11/21 19:09:55 nixnut Exp $
+
+  21 Nov 2009; nixnut <nixnut@gentoo.org> htmlize-1.36.ebuild:
+  ppc stable #293033
 
   18 Nov 2009; Christian Faulhammer <fauli@gentoo.org> htmlize-1.36.ebuild:
   stable x86, bug 293033






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog
@ 2009-12-01 10:42 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-12-01 10:42 UTC (permalink / raw
  To: gentoo-commits

maekke      09/12/01 10:42:19

  Modified:             htmlize-1.36.ebuild ChangeLog
  Log:
  amd64 stable, bug #293033
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-emacs/htmlize/htmlize-1.36.ebuild

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

Index: htmlize-1.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- htmlize-1.36.ebuild	21 Nov 2009 19:09:55 -0000	1.3
+++ htmlize-1.36.ebuild	1 Dec 2009 10:42:19 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.3 2009/11/21 19:09:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.4 2009/12/01 10:42:19 maekke Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"



1.21                 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Nov 2009 19:09:55 -0000	1.20
+++ ChangeLog	1 Dec 2009 10:42:19 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.20 2009/11/21 19:09:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.21 2009/12/01 10:42:19 maekke Exp $
+
+  01 Dec 2009; Markus Meier <maekke@gentoo.org> htmlize-1.36.ebuild:
+  amd64 stable, bug #293033
 
   21 Nov 2009; nixnut <nixnut@gentoo.org> htmlize-1.36.ebuild:
   ppc stable #293033






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

* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog
@ 2009-12-02 14:48 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 5+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-12-02 14:48 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/12/02 14:48:50

  Modified:             htmlize-1.36.ebuild ChangeLog
  Log:
  stable sparc, bug 293033
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-emacs/htmlize/htmlize-1.36.ebuild

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

Index: htmlize-1.36.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- htmlize-1.36.ebuild	1 Dec 2009 10:42:19 -0000	1.4
+++ htmlize-1.36.ebuild	2 Dec 2009 14:48:50 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.4 2009/12/01 10:42:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.5 2009/12/02 14:48:50 tcunha Exp $
 
 inherit elisp
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE=""
 
 SITEFILE="50${PN}-gentoo.el"



1.22                 app-emacs/htmlize/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Dec 2009 10:42:19 -0000	1.21
+++ ChangeLog	2 Dec 2009 14:48:50 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlize
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.21 2009/12/01 10:42:19 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.22 2009/12/02 14:48:50 tcunha Exp $
+
+  02 Dec 2009; Tiago Cunha <tcunha@gentoo.org> htmlize-1.36.ebuild:
+  stable sparc, bug 293033
 
   01 Dec 2009; Markus Meier <maekke@gentoo.org> htmlize-1.36.ebuild:
   amd64 stable, bug #293033






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

end of thread, other threads:[~2009-12-02 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-02 14:48 [gentoo-commits] gentoo-x86 commit in app-emacs/htmlize: htmlize-1.36.ebuild ChangeLog Tiago Cunha (tcunha)
  -- strict thread matches above, loose matches on Subject: below --
2009-12-01 10:42 Markus Meier (maekke)
2009-11-21 19:09 Gysbert Wassenaar (nixnut)
2009-11-18 19:10 Christian Faulhammer (fauli)
2009-10-15 19:05 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