diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-06-08 15:45:46 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2013-06-08 15:45:46 +0000 |
commit | d59d3002889d2ada2115b885bceff2a788a962c1 (patch) | |
tree | 9e6b714e4026c984853a4214012353905e67b509 /dev-python/pylast | |
parent | Add missing python deps. (diff) | |
download | gentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.tar.gz gentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.tar.bz2 gentoo-2-d59d3002889d2ada2115b885bceff2a788a962c1.zip |
Update to EAPI5
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 7B087241)
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pylast/pylast-0.5.11-r1.ebuild | 18 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-python/pylast/ChangeLog b/dev-python/pylast/ChangeLog index 8ce0bfa7c3a7..e9956eb8667e 100644 --- a/dev-python/pylast/ChangeLog +++ b/dev-python/pylast/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pylast -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.2 2012/05/29 17:11:23 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.3 2013/06/08 15:45:46 sochotnicky Exp $ + +*pylast-0.5.11-r1 (08 Jun 2013) + + 08 Jun 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> + +pylast-0.5.11-r1.ebuild: + Update to EAPI5 29 May 2012; Jeff Horelick <jdhore@gentoo.org> pylast-0.5.11.ebuild: Keyword ~x86 diff --git a/dev-python/pylast/pylast-0.5.11-r1.ebuild b/dev-python/pylast/pylast-0.5.11-r1.ebuild new file mode 100644 index 000000000000..e30050b38dc5 --- /dev/null +++ b/dev-python/pylast/pylast-0.5.11-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-0.5.11-r1.ebuild,v 1.1 2013/06/08 15:45:46 sochotnicky Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) + +inherit distutils-r1 + +DESCRIPTION="Python interface to last.fm and other api-compatible websites" +HOMEPAGE="http://code.google.com/p/pylast/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |