22 lines
612 B
Bash
22 lines
612 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/app-emacs/cperl-mode/cperl-mode-6.2.ebuild,v 1.3 2009/07/16 17:55:57 tcunha Exp $
|
|
|
|
inherit elisp
|
|
|
|
DESCRIPTION="An advanced mode for programming Perl"
|
|
HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/CPerlMode"
|
|
SRC_URI="http://math.berkeley.edu/~ilya/software/emacs/cperl-mode.el.${PV}.bz2"
|
|
LICENSE="GPL-2"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~ppc x86"
|
|
IUSE=""
|
|
|
|
SITEFILE="50cperl-mode-gentoo.el"
|
|
|
|
S=${WORKDIR}
|
|
|
|
src_unpack() {
|
|
unpack ${A}
|
|
cp "${S}/${PN}.el.${PV}" "${S}/${PN}.el"
|
|
}
|