| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.2.ebuild,v 1.1 2012/07/12 14:51:27 angelos Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
PYTHON_COMPAT="python2_6 python2_7 python3_1 python3_2"
|
| 7 |
|
| 8 |
inherit python-distutils-ng vcs-snapshot
|
| 9 |
|
| 10 |
DESCRIPTION="Python MPD client library"
|
| 11 |
HOMEPAGE="https://github.com/Mic92/python-mpd2"
|
| 12 |
SRC_URI="https://github.com/Mic92/${PN}2/tarball/v${PV} -> ${P}.tar.gz"
|
| 13 |
|
| 14 |
LICENSE="LGPL-3"
|
| 15 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
| 16 |
SLOT="0"
|
| 17 |
IUSE=""
|
| 18 |
|
| 19 |
RDEPEND=""
|
| 20 |
DEPEND=""
|
| 21 |
|
| 22 |
DOCS="CHANGES.txt README.md doc/commands.txt"
|