I've just released version 0.3.0 of python-mpd. Bumping the ebuild should be sufficient, however a few changes should really be made to it first: * python-mpd has NEVER supported Python 3, so the 3 should really be dropped from PYTHON_DEPEND. * python-mpd has a new homepage at http://jatreuman.indefero.net/p/python-mpd/ (SRC_URI should remain the same, as I still consider PyPI the official download location). * python-mpd 0.3.0 has been relicensed under LGPL-3. * I'm not really sure why pkgconfig is in DEPEND, as python-mpd is pure Python. * python-mpd 0.3.0 no longer ships a TODO.txt.
Created attachment 257189 [details] python-mpd 0.3.0 ebuild python-mpd 0.3.0 ebuild with the changes described in the bug description. Note that if the the 0.2.1 ebuild is going to stay in the tree, most of these changes (all but the changes to LICENSE and DOCS) should be backported to it too.
# ChangeLog for dev-python/python-mpd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-mpd/ChangeLog,v 1.14 2010/12/14 21:52:55 angelos Exp $ *python-mpd-0.3.0 (14 Dec 2010) 14 Dec 2010; Christoph Mende <angelos@gentoo.org> +python-mpd-0.3.0.ebuild: Version bump
+ 15 Dec 2010; Christoph Mende <angelos@gentoo.org> python-mpd-0.2.1.ebuild, + python-mpd-0.3.0.ebuild: + Dropped python3 from PYTHON_DEPEND, fixed homepage, fixed license for 0.3.0 + and dropped pkgconfig from DEPEND I've bumped the ebuild before this bug without most of those changes. Thanks for the hint.