Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/moosic: moosic-1.5.4.ebuild ChangeLog
Date: Fri, 28 May 2010 21:27:34
Message-Id: 20100528212728.B7EE02CF37@corvid.gentoo.org
1 arfrever 10/05/28 21:27:28
2
3 Modified: moosic-1.5.4.ebuild ChangeLog
4 Log:
5 Delete call to deprecated python_version().
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 media-sound/moosic/moosic-1.5.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild?r1=1.6&r2=1.7
14
15 Index: moosic-1.5.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- moosic-1.5.4.ebuild 17 Jul 2009 23:26:28 -0000 1.6
22 +++ moosic-1.5.4.ebuild 28 May 2010 21:27:28 -0000 1.7
23 @@ -1,8 +1,10 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v 1.6 2009/07/17 23:26:28 tcunha Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/moosic-1.5.4.ebuild,v 1.7 2010/05/28 21:27:28 arfrever Exp $
29
30 -inherit bash-completion distutils python multilib
31 +EAPI="3"
32 +
33 +inherit bash-completion distutils
34
35 DESCRIPTION="Moosic is a music player that focuses on easy playlist management"
36 HOMEPAGE="http://www.nanoo.org/~daniel/moosic"
37 @@ -13,13 +15,11 @@
38 KEYWORDS="amd64 ~ppc sparc x86"
39 IUSE="doc"
40
41 -RDEPEND="dev-lang/python"
42 -DEPEND="${RDEPEND}
43 - dev-python/setuptools"
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - cd "${S}"
48 +RDEPEND=""
49 +DEPEND="dev-python/setuptools"
50 +
51 +src_prepare() {
52 + distutils_src_prepare
53 sed -i -e 's:distutils.core:setuptools:' setup.py || die "sed failed"
54 }
55
56 @@ -33,11 +33,6 @@
57 }
58
59 pkg_postinst() {
60 - python_version
61 - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
62 bash-completion_pkg_postinst
63 -}
64 -
65 -pkg_postrm() {
66 - python_mod_cleanup
67 + distutils_pkg_postinst
68 }
69
70
71
72 1.21 media-sound/moosic/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/ChangeLog?rev=1.21&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/ChangeLog?rev=1.21&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/moosic/ChangeLog?r1=1.20&r2=1.21
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-sound/moosic/ChangeLog,v
81 retrieving revision 1.20
82 retrieving revision 1.21
83 diff -u -r1.20 -r1.21
84 --- ChangeLog 17 Jul 2009 23:26:28 -0000 1.20
85 +++ ChangeLog 28 May 2010 21:27:28 -0000 1.21
86 @@ -1,6 +1,10 @@
87 # ChangeLog for media-sound/moosic
88 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/ChangeLog,v 1.20 2009/07/17 23:26:28 tcunha Exp $
90 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
91 +# $Header: /var/cvsroot/gentoo-x86/media-sound/moosic/ChangeLog,v 1.21 2010/05/28 21:27:28 arfrever Exp $
92 +
93 + 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
94 + moosic-1.5.4.ebuild:
95 + Delete call to deprecated python_version().
96
97 17 Jul 2009; Tiago Cunha <tcunha@g.o> moosic-1.5.4.ebuild:
98 stable sparc, bug 274738