blob: 0de46a3d9d50a7ecfbcfaf52e5c078550e701e9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit distutils
DESCRIPTION="Python subprocess interface"
HOMEPAGE="http://amoffat.github.com/sh/"
SRC_URI="https://github.com/downloads/amoffat/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
DOCS="AUTHORS.md README.md"
|