diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-09 09:26:01 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-09 09:26:01 +0000 |
commit | 4a890bed43572c78d37b555cdd575d26f0fd8945 (patch) | |
tree | 7c9db2be1b3035150e3d3793fdb6d51d62c40331 /app-emacs/htmlize/htmlize-1.34.ebuild | |
parent | stable x86; bug #166029 (diff) | |
download | gentoo-2-4a890bed43572c78d37b555cdd575d26f0fd8945.tar.gz gentoo-2-4a890bed43572c78d37b555cdd575d26f0fd8945.tar.bz2 gentoo-2-4a890bed43572c78d37b555cdd575d26f0fd8945.zip |
version bump: changed to tar.bz2 as compression
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/htmlize/htmlize-1.34.ebuild')
-rw-r--r-- | app-emacs/htmlize/htmlize-1.34.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/htmlize/htmlize-1.34.ebuild b/app-emacs/htmlize/htmlize-1.34.ebuild new file mode 100644 index 000000000000..5ff2a76afa0e --- /dev/null +++ b/app-emacs/htmlize/htmlize-1.34.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.34.ebuild,v 1.1 2007/02/09 09:26:01 opfer Exp $ + +inherit elisp + +IUSE="" + +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}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc ~x86" + +SITEFILE=50htmlize-gentoo.el + |