Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/music-applet: ChangeLog music-applet-2.4.1.ebuild
Date: Mon, 28 Jul 2008 22:39:00
Message-Id: E1KNbMn-00084p-Jo@stork.gentoo.org
1 eva 08/07/28 22:38:57
2
3 Modified: ChangeLog
4 Added: music-applet-2.4.1.ebuild
5 Log:
6 bump to 2.4.1 and fix changelog
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.15 gnome-extra/music-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/music-applet/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/music-applet/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/music-applet/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 29 May 2008 17:11:44 -0000 1.14
23 +++ ChangeLog 28 Jul 2008 22:38:57 -0000 1.15
24 @@ -1,11 +1,24 @@
25 # ChangeLog for gnome-extra/music-applet
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.14 2008/05/29 17:11:44 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/ChangeLog,v 1.15 2008/07/28 22:38:57 eva Exp $
29 +
30 +*music-applet-2.4.1 (28 Jul 2008)
31 +
32 + 28 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +music-applet-2.4.1.ebuild:
34 + bump to 2.4.1 and fix changelog
35
36 29 May 2008; Ali Polatel <hawking@g.o> music-applet-2.3.0.ebuild,
37 music-applet-2.3.0-r1.ebuild, music-applet-2.3.1.ebuild:
38 python_mod_optimize is ROOT aware. Fixed python_mod_cleanup.
39
40 +*music-applet-2.3.0-r1 (05 May 2008)
41 +
42 + 05 May 2008; Olivier Crete <tester@g.o>
43 + +music-applet-2.3.0-r1.ebuild:
44 + Add patch to install the .so files in the proper directly in
45 + multilib systems
46 +
47 *music-applet-2.3.1 (17 Apr 2008)
48
49 17 Apr 2008; Gilles Dartiguelongue <eva@g.o>
50
51
52
53 1.1 gnome-extra/music-applet/music-applet-2.4.1.ebuild
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.1.ebuild?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.1.ebuild?rev=1.1&content-type=text/plain
57
58 Index: music-applet-2.4.1.ebuild
59 ===================================================================
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/music-applet/music-applet-2.4.1.ebuild,v 1.1 2008/07/28 22:38:57 eva Exp $
63
64 inherit gnome2 python eutils
65
66 DESCRIPTION="GNOME applet to control various music players"
67 HOMEPAGE="http://www.kuliniewicz.org/music-applet"
68 SRC_URI="http://www.kuliniewicz.org/${PN}/downloads/${P}.tar.gz"
69
70 LICENSE="GPL-2"
71 SLOT="0"
72 KEYWORDS="~amd64 ~x86"
73 IUSE="libnotify"
74
75 # This ebuild is far from perfect, it does a lot of automagic detection
76
77 RDEPEND=">=x11-libs/gtk+-2.6
78 >=x11-libs/pango-1.6
79 >=gnome-base/libgnomeui-2
80 >=gnome-base/gnome-panel-2
81 >=dev-python/gnome-python-desktop-2.14
82 >=dev-python/numeric-24.2
83 >=dev-python/dbus-python-0.80
84 >=dev-libs/dbus-glib-0.71
85 >=dev-python/pygtk-2.6
86 libnotify? ( dev-python/notify-python )"
87 DEPEND="dev-util/pkgconfig
88 dev-util/intltool"
89
90 src_unpack() {
91 gnome2_src_unpack
92
93 # disable pyc compiling
94 mv py-compile py-compile.orig
95 ln -s $(type -P true) py-compile
96 }
97
98 pkg_postinst() {
99 gnome2_pkg_postinst
100 python_version
101 python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/musicapplet
102 }
103
104 pkg_postrm() {
105 gnome2_pkg_postrm
106 python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/musicapplet
107 }