diff options
Diffstat (limited to 'app-emacs/htmlfontify/htmlfontify-0.17.ebuild')
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
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 |