Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pymad/
Date: Fri, 14 Oct 2016 11:31:01
Message-Id: 1476444622.02f21a37620a101def98ebabc19fb741fe3c14e0.monsieurp@gentoo
1 commit: 02f21a37620a101def98ebabc19fb741fe3c14e0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 14 11:30:22 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 14 11:30:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f21a37
7
8 dev-python/pymad: clean up old.
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/pymad/pymad-0.6.ebuild | 29 -----------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/pymad/pymad-0.6.ebuild b/dev-python/pymad/pymad-0.6.ebuild
16 deleted file mode 100644
17 index dd384de..00000000
18 --- a/dev-python/pymad/pymad-0.6.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="3"
26 -PYTHON_DEPEND="2"
27 -SUPPORT_PYTHON_ABIS="1"
28 -RESTRICT_PYTHON_ABIS="3.* *-jython"
29 -
30 -inherit distutils
31 -
32 -DESCRIPTION="Python wrapper for libmad MP3 decoding in python"
33 -HOMEPAGE="http://www.spacepants.org/src/pymad/"
34 -SRC_URI="http://www.spacepants.org/src/pymad/download/${P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="amd64 ppc x86"
39 -IUSE=""
40 -
41 -DEPEND="media-libs/libmad"
42 -RDEPEND="${DEPEND}"
43 -
44 -DOCS="AUTHORS THANKS"
45 -
46 -src_configure() {
47 - echo "$(PYTHON -f)" config_unix.py --prefix "${EPREFIX}/usr"
48 - "$(PYTHON -f)" config_unix.py --prefix "${EPREFIX}/usr" || die "Configuration failed"
49 -}