summaryrefslogtreecommitdiff
blob: 6a4d88194c93ae2cc7224cc0801ff90dbc67fc82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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 x86"

S="${WORKDIR}"
SITEFILE="60${PN}-gentoo.el"

src_unpack() {
	cp "${DISTDIR}"/${PN}.el "${WORKDIR}"
}