diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:06:38 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 21:06:38 +0000 |
commit | ebd89fbeab4395f55d42e2dd25acf09a87f12d6f (patch) | |
tree | 63ac9e876f0b77492c03938e2d9f183399659dc8 /app-emacs/htmlfontify | |
parent | stable bumd (diff) | |
download | gentoo-2-ebd89fbeab4395f55d42e2dd25acf09a87f12d6f.tar.gz gentoo-2-ebd89fbeab4395f55d42e2dd25acf09a87f12d6f.tar.bz2 gentoo-2-ebd89fbeab4395f55d42e2dd25acf09a87f12d6f.zip |
homepage syntax fix
Diffstat (limited to 'app-emacs/htmlfontify')
-rw-r--r-- | app-emacs/htmlfontify/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 14 |
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 |