diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-29 03:45:17 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-29 03:45:17 +0000 |
commit | 21be6398e9febe1b9b263ec3391b8a2eedbced03 (patch) | |
tree | 2cea6395dcbd42746f1e535d309cdebdb7fd19f3 /dev-python/pylast | |
parent | New package which will be needed for the Mroonga storage engine in dev-db/mar... (diff) | |
download | gentoo-2-21be6398e9febe1b9b263ec3391b8a2eedbced03.tar.gz gentoo-2-21be6398e9febe1b9b263ec3391b8a2eedbced03.tar.bz2 gentoo-2-21be6398e9febe1b9b263ec3391b8a2eedbced03.zip |
clean old python impl, take maintainer ownership
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pylast/metadata.xml | 3 | ||||
-rw-r--r-- | dev-python/pylast/pylast-1.0.0.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/pylast/ChangeLog b/dev-python/pylast/ChangeLog index 13fa021aa27d..07d92aa6481c 100644 --- a/dev-python/pylast/ChangeLog +++ b/dev-python/pylast/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pylast # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.8 2014/10/10 15:23:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.9 2014/11/29 03:45:17 idella4 Exp $ + + 29 Nov 2014; Ian Delaney <idella4@gentoo.org> metadata.xml, + pylast-1.0.0.ebuild: + clean old python impl, take maintainer ownership 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> pylast-0.5.11-r1.ebuild: Stable for amd64, wrt bug #521812 diff --git a/dev-python/pylast/metadata.xml b/dev-python/pylast/metadata.xml index 886f220fe63b..b009b1793a04 100644 --- a/dev-python/pylast/metadata.xml +++ b/dev-python/pylast/metadata.xml @@ -2,7 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>idella4gentoo.org</email> + <name>Ian Delaney</name> </maintainer> <longdescription lang="en"> Python interface to last.fm and other api-compatible websites diff --git a/dev-python/pylast/pylast-1.0.0.ebuild b/dev-python/pylast/pylast-1.0.0.ebuild index f2a15e8444c5..10b29d3d7546 100644 --- a/dev-python/pylast/pylast-1.0.0.ebuild +++ b/dev-python/pylast/pylast-1.0.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v 1.1 2014/09/23 14:55:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/pylast-1.0.0.ebuild,v 1.2 2014/11/29 03:45:17 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 |