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 | |
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')
-rw-r--r-- | app-emacs/htmlize/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/htmlize/files/digest-htmlize-1.34 | 3 | ||||
-rw-r--r-- | app-emacs/htmlize/htmlize-1.34.ebuild | 18 |
3 files changed, 27 insertions, 1 deletions
diff --git a/app-emacs/htmlize/ChangeLog b/app-emacs/htmlize/ChangeLog index f313a102ef9d..f86dfc7538f6 100644 --- a/app-emacs/htmlize/ChangeLog +++ b/app-emacs/htmlize/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/htmlize # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.11 2007/02/06 13:31:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.12 2007/02/09 09:26:01 opfer Exp $ + +*htmlize-1.34 (09 Feb 2007) + + 09 Feb 2007; Christian Faulhammer <opfer@gentoo.org> +htmlize-1.34.ebuild: + version bump: changed to tar.bz2 as compression 06 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-emacs/htmlize/files/digest-htmlize-1.34 b/app-emacs/htmlize/files/digest-htmlize-1.34 new file mode 100644 index 000000000000..d8b2ebf707d7 --- /dev/null +++ b/app-emacs/htmlize/files/digest-htmlize-1.34 @@ -0,0 +1,3 @@ +MD5 dc1a94f12ffc7853531028739a71dc24 htmlize-1.34.tar.bz2 20234 +RMD160 b7b7b8555731ca9f8fe322f24af9ad01b1227999 htmlize-1.34.tar.bz2 20234 +SHA256 da8300b254f2c87ce855bfaf6680a342c9077943331dd193b943b3c1ef59f1c6 htmlize-1.34.tar.bz2 20234 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 + |