Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/ario: ario-1.1.ebuild ChangeLog
Date: Tue, 14 Oct 2008 16:12:10
Message-Id: E1KpmVE-0003u6-Jm@stork.gentoo.org
1 flameeyes 08/10/14 16:12:08
2
3 Modified: ario-1.1.ebuild ChangeLog
4 Log:
5 Add intltool to dependencies (or it'll use the bundled one).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
7
8 Revision Changes Path
9 1.4 media-sound/ario/ario-1.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ario-1.1.ebuild?r1=1.3&r2=1.4
14
15 Index: ario-1.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ario-1.1.ebuild 4 Jul 2008 07:36:14 -0000 1.3
22 +++ ario-1.1.ebuild 14 Oct 2008 16:12:08 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.3 2008/07/04 07:36:14 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.1.ebuild,v 1.4 2008/10/14 16:12:08 flameeyes Exp $
28
29 EAPI=1
30 inherit gnome2-utils
31 @@ -22,6 +22,7 @@
32 avahi? ( net-dns/avahi )
33 dbus? ( dev-libs/dbus-glib )"
34 DEPEND="sys-devel/gettext
35 + dev-util/intltool
36 dev-util/pkgconfig"
37
38 S="${WORKDIR}"
39
40
41
42 1.4 media-sound/ario/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/ario/ChangeLog?r1=1.3&r2=1.4
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- ChangeLog 4 Jul 2008 07:36:14 -0000 1.3
55 +++ ChangeLog 14 Oct 2008 16:12:08 -0000 1.4
56 @@ -1,6 +1,9 @@
57 # ChangeLog for media-sound/ario
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.3 2008/07/04 07:36:14 opfer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.4 2008/10/14 16:12:08 flameeyes Exp $
61 +
62 + 14 Oct 2008; Diego Pettenò <flameeyes@g.o> ario-1.1.ebuild:
63 + Add intltool to dependencies (or it'll use the bundled one).
64
65 04 Jul 2008; Christian Faulhammer <opfer@g.o> ario-1.1.ebuild:
66 keyworded ~arch for x86, bug 230297