blob: c99077c4184fce0372285cddfe18624da665b4c5 [file] [log] [blame]
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit elisp
DESCRIPTION="An Emacs major mode for editing Python source"
HOMEPAGE="http://ed.loper.org/projects/doctestmode/"
SRC_URI="http://python-mode.svn.sourceforge.net/viewvc/*checkout*/python-mode/trunk/python-mode/doctest-mode.el?revision=460 -> ${PN}.el"
LICENSE="HPND"
SLOT="0"
KEYWORDS="amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh x86 ~x86-fbsd"
DEPEND="!<app-emacs/python-mode-5.1.0"
RDEPEND="${DEPEND}"
S="${WORKDIR}"
SITEFILE="60${PN}-gentoo.el"
src_unpack() {
cp "${DISTDIR}"/${PN}.el "${WORKDIR}"
}