summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-03-22 18:57:49 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-03-22 18:57:49 +0000
commitfd457042d8069251ccdee00de8d5f8dc9ab53dd8 (patch)
treeb8db09ee6e0031ace57bf486838c33953781f1b4 /dev-python/pylast
parentRemove old. (diff)
downloadgentoo-2-fd457042d8069251ccdee00de8d5f8dc9ab53dd8.tar.gz
gentoo-2-fd457042d8069251ccdee00de8d5f8dc9ab53dd8.tar.bz2
gentoo-2-fd457042d8069251ccdee00de8d5f8dc9ab53dd8.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-python/pylast')
-rw-r--r--dev-python/pylast/ChangeLog7
-rw-r--r--dev-python/pylast/pylast-0.5.11.ebuild22
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/pylast/ChangeLog b/dev-python/pylast/ChangeLog
index 94e6fa622e3b..7133fd56199b 100644
--- a/dev-python/pylast/ChangeLog
+++ b/dev-python/pylast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylast
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.5 2013/10/20 19:18:14 sochotnicky Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylast/ChangeLog,v 1.6 2014/03/22 18:57:49 kensington Exp $
+
+ 22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -pylast-0.5.11.ebuild:
+ Remove old.
20 Oct 2013; Stanislav Ochotnicky <sochotnicky@gentoo.org> metadata.xml:
Move to maintainer-needed
diff --git a/dev-python/pylast/pylast-0.5.11.ebuild b/dev-python/pylast/pylast-0.5.11.ebuild
deleted file mode 100644
index 14c4f2d651f3..000000000000
--- a/dev-python/pylast/pylast-0.5.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 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.ebuild,v 1.2 2012/05/29 17:11:23 jdhore Exp $
-
-EAPI=4
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS=""
-
-inherit distutils
-
-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=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"