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/paman: ChangeLog paman-0.9.4.ebuild
Date: Wed, 31 Oct 2007 15:28:20
Message-Id: E1InFUJ-0000Ok-9O@stork.gentoo.org
1 flameeyes 07/10/31 15:28:11
2
3 Modified: ChangeLog
4 Added: paman-0.9.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.7 media-sound/paman/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/paman/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/paman/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/paman/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/paman/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 13 Oct 2006 23:26:32 -0000 1.6
23 +++ ChangeLog 31 Oct 2007 15:28:10 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/paman
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/ChangeLog,v 1.6 2006/10/13 23:26:32 flameeyes Exp $
28 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/ChangeLog,v 1.7 2007/10/31 15:28:10 flameeyes Exp $
30 +
31 +*paman-0.9.4 (31 Oct 2007)
32 +
33 + 31 Oct 2007; Diego Pettenò <flameeyes@g.o> +paman-0.9.4.ebuild:
34 + Version bump.
35
36 13 Oct 2006; Diego Pettenò <flameeyes@g.o> -paman-0.9.2.ebuild,
37 paman-0.9.3.ebuild:
38
39
40
41 1.1 media-sound/paman/paman-0.9.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/paman/paman-0.9.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/paman/paman-0.9.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: paman-0.9.4.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/paman/paman-0.9.4.ebuild,v 1.1 2007/10/31 15:28:10 flameeyes Exp $
51
52 DESCRIPTION="Pulseaudio Manager, a simple GTK frontend for Pulseaudio"
53 HOMEPAGE="http://0pointer.de/lennart/projects/paman/"
54 SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
59
60 IUSE=""
61
62 DEPEND=">=dev-cpp/gtkmm-2.4
63 >=dev-cpp/libglademm-2.4
64 >=media-sound/pulseaudio-0.9.5"
65 RDEPEND="${DEPEND}
66 x11-themes/gnome-icon-theme"
67
68 src_compile() {
69 # Lynx is used during make dist basically
70 econf \
71 --disable-lynx || die "econf failed"
72 emake || die "emake failed"
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "make install failed"
77 dohtml -r doc
78 dodoc README doc/todo
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list