diff options
author | 2012-07-21 17:40:36 +0000 | |
---|---|---|
committer | 2012-07-21 17:40:36 +0000 | |
commit | b5ee00cb5d086494cc46259914d13dcf82f44155 (patch) | |
tree | 273a83d7f2c26350e30bf9dab317ffecd8ecc187 /dev-python/python-mpd/python-mpd-0.4.3.ebuild | |
parent | Version bump (diff) | |
download | historical-b5ee00cb5d086494cc46259914d13dcf82f44155.tar.gz historical-b5ee00cb5d086494cc46259914d13dcf82f44155.tar.bz2 historical-b5ee00cb5d086494cc46259914d13dcf82f44155.zip |
Version bump
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-mpd/python-mpd-0.4.3.ebuild')
-rw-r--r-- | dev-python/python-mpd/python-mpd-0.4.3.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/python-mpd/python-mpd-0.4.3.ebuild b/dev-python/python-mpd/python-mpd-0.4.3.ebuild new file mode 100644 index 000000000000..788b7b7bff24 --- /dev/null +++ b/dev-python/python-mpd/python-mpd-0.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/python-mpd-0.4.3.ebuild,v 1.1 2012/07/21 17:40:36 angelos Exp $ + +EAPI=4 +PYTHON_COMPAT="python2_6 python2_7 python3_1 python3_2" + +inherit python-distutils-ng vcs-snapshot + +DESCRIPTION="Python MPD client library" +HOMEPAGE="https://github.com/Mic92/python-mpd2" +SRC_URI="https://github.com/Mic92/${PN}2/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND="" + +DOCS="CHANGES.txt README.md doc/commands.txt" |