Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ario: ario-1.2.1.ebuild ChangeLog
Date: Wed, 28 Jan 2009 19:31:00
Message-Id: E1LSG7m-0005dn-Is@stork.gentoo.org
1 angelos 09/01/28 19:30:58
2
3 Modified: ChangeLog
4 Added: ario-1.2.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.9 media-sound/ario/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 3 Jan 2009 00:17:29 -0000 1.8
23 +++ ChangeLog 28 Jan 2009 19:30:58 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/ario
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.8 2009/01/03 00:17:29 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.9 2009/01/28 19:30:58 angelos Exp $
29 +
30 +*ario-1.2.1 (28 Jan 2009)
31 +
32 + 28 Jan 2009; Christoph Mende <angelos@g.o> +ario-1.2.1.ebuild:
33 + Version bump
34
35 *ario-1.2 (03 Jan 2009)
36
37
38
39
40 1.1 media-sound/ario/ario-1.2.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.2.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.2.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: ario-1.2.1.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.2.1.ebuild,v 1.1 2009/01/28 19:30:58 angelos Exp $
50
51 EAPI=1
52 inherit gnome2-utils
53
54 DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox"
55 HOMEPAGE="http://ario-player.sourceforge.net"
56 SRC_URI="mirror://sourceforge/${PN}-player/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="audioscrobbler dbus debug idle libnotify nls python zeroconf"
62
63 RDEPEND=">=dev-libs/glib-2.14:2
64 gnome-base/libglade:2.0
65 net-misc/curl
66 net-libs/gnutls
67 >=x11-libs/gtk+-2.12:2
68 audioscrobbler? ( net-libs/libsoup:2.4 )
69 dbus? ( dev-libs/dbus-glib )
70 libnotify? ( x11-libs/libnotify )
71 python? ( dev-python/pygtk
72 dev-python/pygobject )
73 zeroconf? ( net-dns/avahi )"
74 DEPEND="sys-devel/gettext
75 dev-util/intltool
76 dev-util/pkgconfig"
77
78 src_compile() {
79 econf \
80 $(use_enable audioscrobbler) \
81 $(use_enable dbus) \
82 $(use_enable debug) \
83 $(use_enable idle mpdidle) \
84 $(use_enable libnotify notify) \
85 $(use_enable nls) \
86 $(use_enable python) \
87 $(use_enable zeroconf avahi)
88
89 emake || die "emake failed"
90 }
91
92 src_install() {
93 emake DESTDIR="${D}" install || die "emake install failed"
94 dodoc AUTHORS ChangeLog NEWS README TODO
95 }
96
97 pkg_preinst() {
98 gnome2_icon_savelist
99 }
100
101 pkg_postinst() {
102 gnome2_icon_cache_update
103 }
104
105 pkg_postrm() {
106 gnome2_icon_cache_update
107 }