diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:44:00 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-07-01 18:44:00 +0000 |
commit | d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865 (patch) | |
tree | e3d1a39638d56d06d628ef88a518f0a445a9654d /app-emacs/htmlfontify | |
parent | . (diff) | |
download | gentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.tar.gz gentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.tar.bz2 gentoo-2-d9f2c7b8ea17ed7ee0a82e3aeb986faf2fab8865.zip |
.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emacs/htmlfontify')
-rw-r--r-- | app-emacs/htmlfontify/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/htmlfontify/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 15 |
3 files changed, 10 insertions, 15 deletions
diff --git a/app-emacs/htmlfontify/ChangeLog b/app-emacs/htmlfontify/ChangeLog index 0b0c2966c5bd..ddf9a0323d56 100644 --- a/app-emacs/htmlfontify/ChangeLog +++ b/app-emacs/htmlfontify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/htmlfontify # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.5 2005/01/01 13:48:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.6 2005/07/01 18:39:22 mkennedy Exp $ + + 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> + htmlfontify-0.17.ebuild: + Keywording ~amd64. *htmlfontify-0.17 (31 Oct 2002) diff --git a/app-emacs/htmlfontify/Manifest b/app-emacs/htmlfontify/Manifest index a1505de69315..229bbb0fb43c 100644 --- a/app-emacs/htmlfontify/Manifest +++ b/app-emacs/htmlfontify/Manifest @@ -1,5 +1,5 @@ -MD5 cb465dcb1a7d104fbe552885cef2897d ChangeLog 592 -MD5 46415eb60159f6293dd9b2d9ec2b2837 htmlfontify-0.17.ebuild 918 +MD5 08bd3a96f808b4fa580a44fce7807016 ChangeLog 694 +MD5 313e765224df19796dac38aee02f3be6 htmlfontify-0.17.ebuild 798 MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 MD5 4f2171cc57ec51f59c407f6bf8c1efc8 files/50htmlfontify-gentoo.el 112 MD5 29cb44272c00732b1bc6f13514277783 files/digest-htmlfontify-0.17 75 diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild index 7053352d7041..65732e18c0d3 100644 --- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild +++ b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.7 2005/01/01 13:48:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.8 2005/07/01 18:39:22 mkennedy Exp $ inherit elisp @@ -14,7 +14,7 @@ SRC_URI="http://rtfm.etla.org/emacs/htmlfontify/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~amd64" DEPEND="virtual/emacs" @@ -22,22 +22,13 @@ DEPEND="virtual/emacs" SITEFILE=50htmlfontify-gentoo.el src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el + elisp-compile *.el makeinfo htmlfontify.texi } src_install() { elisp-install ${PN} *.el *.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} - dodoc LICENSE doinfo htmlfontify.info } - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} |