summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-25 21:04:32 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-25 21:04:32 +0000
commit742af0a551eac3f0e0f69e705f159a206dab5027 (patch)
treea616cc4a0bdb32652a039f96b604e3020181b70f /app-emacs
parentstable bumd (diff)
downloadhistorical-742af0a551eac3f0e0f69e705f159a206dab5027.tar.gz
historical-742af0a551eac3f0e0f69e705f159a206dab5027.tar.bz2
historical-742af0a551eac3f0e0f69e705f159a206dab5027.zip
homepage syntax fix
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/htmlfontify/ChangeLog6
-rw-r--r--app-emacs/htmlfontify/htmlfontify-0.17.ebuild14
2 files changed, 12 insertions, 8 deletions
diff --git a/app-emacs/htmlfontify/ChangeLog b/app-emacs/htmlfontify/ChangeLog
index 6440c3ff9cef..e4b0a58af943 100644
--- a/app-emacs/htmlfontify/ChangeLog
+++ b/app-emacs/htmlfontify/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for app-emacs/htmlfontify
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.2 2003/02/12 03:53:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/ChangeLog,v 1.3 2003/03/25 21:04:32 seemant Exp $
*htmlfontify-0.17 (31 Oct 2002)
+ 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> htmlfontify-0.17.ebuild:
+ homepage syntax fix thanks to: Frantz Dhin <tragedy_rm@hotmail.com> in bug
+ #18145
+
31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
htmlfontify-0.17.ebuild, files/50htmlfontify-gentoo.el,
files/digest-htmlfontify-0.17 :
diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
index bbdeade049db..9c2eab16e120 100644
--- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
+++ b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.2 2003/02/13 07:06:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.3 2003/03/25 21:04:32 seemant Exp $
inherit elisp
IUSE=""
-FUNKY_P=${PN}_${PV}+texinfo
-
+MY_P=${PN}_${PV}+texinfo
+S=${WORKDIR}/${MY_P/_/-}
DESCRIPTION="Turn an Emacs buffer into display-equivalent HTML"
-HOMEPAGE="mirror://gentoo/${P}.tar.gz"
-SRC_URI="http://rtfm.etla.org/emacs/htmlfontify/${FUNKY_P}.tar.gz"
-LICENSE="GPL-2"
+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="x86"
DEPEND="virtual/emacs"
-S="${WORKDIR}/${FUNKY_P/_/-}"
SITEFILE=50htmlfontify-gentoo.el