15 lines
493 B
Bash
15 lines
493 B
Bash
# Copyright 1999-2007 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/rfcview/rfcview-0.5.ebuild,v 1.10 2007/11/04 17:27:04 ulm Exp $
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="rfcview.el is a small Emacs add-on that reformats IETF RFCs for display"
|
|
HOMEPAGE="http://www.neilvandyke.org/rfcview/"
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="alpha amd64 x86"
|
|
IUSE=""
|
|
|
|
SITEFILE=50rfcview-gentoo.el
|