summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/htmlfontify')
-rw-r--r--app-emacs/htmlfontify/ChangeLog6
-rw-r--r--app-emacs/htmlfontify/files/digest-htmlfontify-0.173
-rw-r--r--app-emacs/htmlfontify/htmlfontify-0.17.ebuild34
-rw-r--r--app-emacs/htmlfontify/htmlfontify-0.20.ebuild4
4 files changed, 7 insertions, 40 deletions
diff --git a/app-emacs/htmlfontify/ChangeLog b/app-emacs/htmlfontify/ChangeLog
index e27b0368052e..965d7a1490ac 100644
--- a/app-emacs/htmlfontify/ChangeLog
+++ b/app-emacs/htmlfontify/ChangeLog
@@ -1,6 +1,10 @@
# 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.10 2007/03/07 09:55:47 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.11 2007/04/06 20:27:05 opfer Exp $
+
+ 06 Apr 2007; Christian Faulhammer <opfer@gentoo.org>
+ -htmlfontify-0.17.ebuild, htmlfontify-0.20.ebuild:
+ stable x86 and clean up
07 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
files/50htmlfontify-gentoo.el:
diff --git a/app-emacs/htmlfontify/files/digest-htmlfontify-0.17 b/app-emacs/htmlfontify/files/digest-htmlfontify-0.17
deleted file mode 100644
index 6425a3663462..000000000000
--- a/app-emacs/htmlfontify/files/digest-htmlfontify-0.17
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 40122c2eed63c58afa2d646e17c19788 htmlfontify_0.17+texinfo.tar.gz 56228
-RMD160 7dde63c1645017984f93069aa15ad4f20e570d9a htmlfontify_0.17+texinfo.tar.gz 56228
-SHA256 4e1b1aab85a80ebbeb2dcbfa727b5cb367fdf7a5df49048f1e444e375b80971e htmlfontify_0.17+texinfo.tar.gz 56228
diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
deleted file mode 100644
index e6ce88cc3930..000000000000
--- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.9 2005/10/24 14:31:53 josejx Exp $
-
-inherit elisp
-
-IUSE=""
-
-MY_P=${PN}_${PV}+texinfo
-S=${WORKDIR}/${MY_P/_/-}
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc x86"
-
-DEPEND="virtual/emacs"
-
-
-SITEFILE=50htmlfontify-gentoo.el
-
-src_compile() {
- elisp-compile *.el
- makeinfo htmlfontify.texi
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/${SITEFILE}
- dodoc LICENSE
- doinfo htmlfontify.info
-}
diff --git a/app-emacs/htmlfontify/htmlfontify-0.20.ebuild b/app-emacs/htmlfontify/htmlfontify-0.20.ebuild
index 46c094a30b12..5cf729e677a9 100644
--- a/app-emacs/htmlfontify/htmlfontify-0.20.ebuild
+++ b/app-emacs/htmlfontify/htmlfontify-0.20.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.1 2007/02/09 09:39:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.20.ebuild,v 1.2 2007/04/06 20:27:05 opfer 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="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
DEPEND=""