public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlfontify: htmlfontify-0.20-r1.ebuild ChangeLog
@ 2010-04-20 19:51 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-04-20 19:51 UTC (permalink / raw
  To: gentoo-commits

ulm         10/04/20 19:51:06

  Modified:             htmlfontify-0.20-r1.ebuild ChangeLog
  Log:
  Add blocker against Emacs 23, bug 313873.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild

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

Index: htmlfontify-0.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- htmlfontify-0.20-r1.ebuild	29 Mar 2009 21:35:22 -0000	1.3
+++ htmlfontify-0.20-r1.ebuild	20 Apr 2010 19:51:06 -0000	1.4
@@ -1,6 +1,6 @@
-# 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/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.3 2009/03/29 21:35:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.4 2010/04/20 19:51:06 ulm Exp $
 
 inherit elisp
 
@@ -14,6 +14,10 @@
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
+# Package cannot be compiled with Emacs 23 and will be included
+# with Emacs 23.2
+RDEPEND="!>=app-editors/emacs-23"
+
 S="${WORKDIR}/${MY_P/_/-}"
 ELISP_PATCHES="${P}-emacs22.patch"
 SITEFILE="51${PN}-gentoo.el"



1.17                 app-emacs/htmlfontify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	29 Mar 2009 21:35:22 -0000	1.16
+++ ChangeLog	20 Apr 2010 19:51:06 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlfontify
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.16 2009/03/29 21:35:22 ulm Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.17 2010/04/20 19:51:06 ulm Exp $
+
+  20 Apr 2010; Ulrich Mueller <ulm@gentoo.org> htmlfontify-0.20-r1.ebuild:
+  Add blocker against Emacs 23, bug 313873.
 
   29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> htmlfontify-0.20-r1.ebuild:
   Use autopatch feature of elisp.eclass.






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

ulm         09/03/29 21:35:22

  Modified:             htmlfontify-0.20-r1.ebuild ChangeLog
  Log:
  Use autopatch feature of elisp.eclass.
  (Portage version: 2.2_rc27/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild

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

Index: htmlfontify-0.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- htmlfontify-0.20-r1.ebuild	7 Nov 2007 07:29:07 -0000	1.2
+++ htmlfontify-0.20-r1.ebuild	29 Mar 2009 21:35:22 -0000	1.3
@@ -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/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.2 2007/11/07 07:29:07 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.3 2009/03/29 21:35:22 ulm Exp $
 
-inherit elisp eutils
+inherit elisp
 
 MY_P=${PN}_${PV}+texinfo
 DESCRIPTION="Turn an Emacs buffer into display-equivalent HTML"
@@ -15,14 +15,8 @@
 IUSE=""
 
 S="${WORKDIR}/${MY_P/_/-}"
-
-SITEFILE=51${PN}-gentoo.el
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}"/${P}-emacs22.patch
-}
+ELISP_PATCHES="${P}-emacs22.patch"
+SITEFILE="51${PN}-gentoo.el"
 
 src_compile() {
 	elisp-compile *.el || die "elisp-compile failed"



1.16                 app-emacs/htmlfontify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Nov 2007 11:48:26 -0000	1.15
+++ ChangeLog	29 Mar 2009 21:35:22 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-emacs/htmlfontify
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.15 2007/11/07 11:48:26 ulm Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.16 2009/03/29 21:35:22 ulm Exp $
+
+  29 Mar 2009; Ulrich Mueller <ulm@gentoo.org> htmlfontify-0.20-r1.ebuild:
+  Use autopatch feature of elisp.eclass.
 
   07 Nov 2007; Ulrich Mueller <ulm@gentoo.org>
   -files/50htmlfontify-gentoo.el, -htmlfontify-0.20.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emacs/htmlfontify: htmlfontify-0.20-r1.ebuild ChangeLog
@ 2007-11-07  7:29 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-07  7:29 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/07 07:29:07

  Modified:             htmlfontify-0.20-r1.ebuild ChangeLog
  Log:
  stable amd64/x86
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.2                  app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild

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

Index: htmlfontify-0.20-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- htmlfontify-0.20-r1.ebuild	17 Apr 2007 19:21:45 -0000	1.1
+++ htmlfontify-0.20-r1.ebuild	7 Nov 2007 07:29:07 -0000	1.2
@@ -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/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.1 2007/04/17 19:21:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20-r1.ebuild,v 1.2 2007/11/07 07:29:07 opfer Exp $
 
 inherit elisp eutils
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2 FDL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_P/_/-}"



1.14                 app-emacs/htmlfontify/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	17 Apr 2007 19:21:45 -0000	1.13
+++ ChangeLog	7 Nov 2007 07:29:07 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/htmlfontify
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.13 2007/04/17 19:21:45 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.14 2007/11/07 07:29:07 opfer Exp $
+
+  07 Nov 2007; Christian Faulhammer <opfer@gentoo.org>
+  htmlfontify-0.20-r1.ebuild:
+  stable amd64/x86
 
 *htmlfontify-0.20-r1 (17 Apr 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2010-04-20 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-20 19:51 [gentoo-commits] gentoo-x86 commit in app-emacs/htmlfontify: htmlfontify-0.20-r1.ebuild ChangeLog Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-29 21:35 Ulrich Mueller (ulm)
2007-11-07  7:29 Christian Faulhammer (opfer)

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