diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-10-15 19:05:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-10-15 19:05:34 +0000 |
commit | 9dcd6294c006ee385bd104e82e26f1be5b949fc2 (patch) | |
tree | 7893ab8b3e56ba93a350395475069ac94c9f1889 /app-emacs | |
parent | Version bump. (diff) | |
download | gentoo-2-9dcd6294c006ee385bd104e82e26f1be5b949fc2.tar.gz gentoo-2-9dcd6294c006ee385bd104e82e26f1be5b949fc2.tar.bz2 gentoo-2-9dcd6294c006ee385bd104e82e26f1be5b949fc2.zip |
Version bump.
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/htmlize/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/htmlize/files/50htmlize-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/htmlize/htmlize-1.36.ebuild | 17 |
3 files changed, 24 insertions, 5 deletions
diff --git a/app-emacs/htmlize/ChangeLog b/app-emacs/htmlize/ChangeLog index 01396b6b5433..357a972c48fb 100644 --- a/app-emacs/htmlize/ChangeLog +++ b/app-emacs/htmlize/ChangeLog @@ -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 diff --git a/app-emacs/htmlize/files/50htmlize-gentoo.el b/app-emacs/htmlize/files/50htmlize-gentoo.el index 16921e3be63f..85dd15653999 100644 --- a/app-emacs/htmlize/files/50htmlize-gentoo.el +++ b/app-emacs/htmlize/files/50htmlize-gentoo.el @@ -1,6 +1,3 @@ - -;;; htmlize site-lisp configuration - (add-to-list 'load-path "@SITELISP@") (autoload 'htmlize-buffer "htmlize" "Convert BUFFER to HTML, preserving colors and decorations." t) diff --git a/app-emacs/htmlize/htmlize-1.36.ebuild b/app-emacs/htmlize/htmlize-1.36.ebuild new file mode 100644 index 000000000000..a096621757b7 --- /dev/null +++ b/app-emacs/htmlize/htmlize-1.36.ebuild @@ -0,0 +1,17 @@ +# 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" |