ChangeLog

# 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 $

07 Nov 2007; Ulrich Mueller
-files/50htmlfontify-gentoo.el, -htmlfontify-0.20.ebuild:
Remove old revision.

07 Nov 2007; Christian Faulhammer
htmlfontify-0.20-r1.ebuild:
stable amd64/x86

*htmlfontify-0.20-r1 (17 Apr 2007)

17 Apr 2007; Ulrich Mueller
+files/htmlfontify-0.20-emacs22.patch, +files/51htmlfontify-gentoo.el,
+htmlfontify-0.20-r1.ebuild:
Fixed compilation. Use "autoload" instead of "require". Don't install
LICENSE file.

10 Apr 2007; Christian Faulhammer
htmlfontify-0.20.ebuild:
added FDL license

06 Apr 2007; Christian Faulhammer
-htmlfontify-0.17.ebuild, htmlfontify-0.20.ebuild:
stable x86 and clean up

07 Mar 2007; Christian Faulhammer
files/50htmlfontify-gentoo.el:
add load path correctly, fixes bug 169588, reported by Ulrich Mueller


*htmlfontify-0.20 (09 Feb 2007)

09 Feb 2007; Christian Faulhammer
+htmlfontify-0.20.ebuild:
version bump: add some quotes, remove virtual/emacs from depend

06 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

24 Oct 2005; Joseph Jezak htmlfontify-0.17.ebuild:
Marked ~ppc.

01 Jul 2005; Matthew Kennedy
htmlfontify-0.17.ebuild:
Keywording ~amd64.

*htmlfontify-0.17 (31 Oct 2002)

25 Mar 2003; Seemant Kulleen htmlfontify-0.17.ebuild:
homepage syntax fix thanks to: Frantz Dhin in bug
#18145

31 Oct 2002; Matthew Kennedy ChangeLog,
htmlfontify-0.17.ebuild, files/50htmlfontify-gentoo.el,
files/digest-htmlfontify-0.17 :

Initial import.

Manifest

AUX 51htmlfontify-gentoo.el 358 RMD160 b2edc33e39ed0e44535fde24db9f1f0423d96002 SHA1 82b63f6196bf5fa3c48f06d9399e1351c0435bb9 SHA256 a38f675923ad6f5fab6252ec3860c33112bc0495326b77241c2489e5c8c55b8d
AUX htmlfontify-0.20-emacs22.patch 728 RMD160 83763824321a465b26e31bf82791438421e9cee8 SHA1 05ecf26e2e27f1ffe4dcc5527a9de9410893b94d SHA256 645eae1e2fe84af9e99fcf4e09eb8d037b325c0380a6e2328fe8c297cb955b18
DIST htmlfontify_0.20+texinfo.tar.gz 61526 RMD160 fff06bfc5a414a879c986c6f29930ff69f64b2d2 SHA1 149d89526390b0f7c77048aff9d55906f2bbc7bb SHA256 68a1980130a593441c6ffd78f7c607b9290811c1046abd1098d64a90a37a3b9f
EBUILD htmlfontify-0.20-r1.ebuild 911 RMD160 8ca3a45740994addcfb7e163a352aea0cc907578 SHA1 1d65ee324c9ca9d1c21028fe3f9d3b016f6f9d9c SHA256 0e3b5473b6c145569384a9ae262e1801ac039b5ab5d4950f3b437d098e644a7f
MISC ChangeLog 2002 RMD160 894678d8b99157bd03f9b30ce40e3d2b062f8149 SHA1 534948bf170f595ffabe1daf2909272de5139daa SHA256 4ebb1eca32b1937b989d3770633f08d427741e01a60b93043eda18ae242436ed
MISC metadata.xml 158 RMD160 415d172437ca754d24fc5ab186ba8e77934d96e4 SHA1 61f6eff9729cd87a725c2a70c81aca4270a17fc4 SHA256 1393bdef3a74343fdb40a112c7096a1af16f67e7a43413250de28dfe73810eab

files

htmlfontify-0.20-r1.ebuild

# 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.2 2007/11/07 07:29:07 opfer Exp $

inherit elisp eutils

MY_P=${PN}_${PV}+texinfo
DESCRIPTION="Turn an Emacs buffer into display-equivalent HTML"
HOMEPAGE="http://rtfm.etla.org/emacs/htmlfontify/"
SRC_URI="http://rtfm.etla.org/emacs/htmlfontify/${MY_P}.tar.gz"

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

S="${WORKDIR}/${MY_P/_/-}"

SITEFILE=51${PN}-gentoo.el

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-emacs22.patch
}

src_compile() {
elisp-compile *.el || die "elisp-compile failed"
makeinfo htmlfontify.texi || die "makeinfo failed"
}

src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo htmlfontify.info
}

metadata.xml




emacs