Files
sablink-distro/x11-misc/pyroom/pyroom-0.4.1.ebuild
T

22 lines
527 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils versionator
DESCRIPTION="Pyroom is a text editor that stays out of your way and keeps
other things out of your way, too."
HOMEPAGE="http://www.pyroom.org/"
SRC_URI="http://launchpad.net/${PN}/$(get_version_component_range 1-2)/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="dev-python/pyxdg
dev-python/pygtk"
S=${WORKDIR}/${P}