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/gnome-audio: ChangeLog gnome-audio-2.22.1.ebuild gnome-audio-2.22.0.ebuild
Date: Sat, 29 Mar 2008 18:35:54
Message-Id: E1JffuA-0006QS-Mn@stork.gentoo.org
1 eva 08/03/29 18:35:50
2
3 Modified: ChangeLog
4 Added: gnome-audio-2.22.1.ebuild
5 Removed: gnome-audio-2.22.0.ebuild
6 Log:
7 bump to 2.22.1
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.21 gnome-extra/gnome-audio/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-audio/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-audio/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-audio/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 28 Mar 2008 09:56:43 -0000 1.20
24 +++ ChangeLog 29 Mar 2008 18:35:50 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for gnome-extra/gnome-audio
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/ChangeLog,v 1.20 2008/03/28 09:56:43 leio Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/ChangeLog,v 1.21 2008/03/29 18:35:50 eva Exp $
30 +
31 +*gnome-audio-2.22.1 (29 Mar 2008)
32 +
33 + 29 Mar 2008; Gilles Dartiguelongue <eva@g.o>
34 + -gnome-audio-2.22.0.ebuild, +gnome-audio-2.22.1.ebuild:
35 + bump to 2.22.1
36
37 28 Mar 2008; Mart Raudsepp <leio@g.o> gnome-audio-2.22.0.ebuild:
38 Install ChangeLog file
39
40
41
42 1.1 gnome-extra/gnome-audio/gnome-audio-2.22.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-2.22.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-2.22.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnome-audio-2.22.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-audio/gnome-audio-2.22.1.ebuild,v 1.1 2008/03/29 18:35:50 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="Gnome Desktop Sound Effects Package"
56 HOMEPAGE="http://www.gnome.org/"
57
58 SLOT="0"
59 LICENSE="public-domain CCPL-Attribution-ShareAlike-2.0 CCPL-Attribution-3.0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND=""
65
66 src_compile() { :; }
67
68 src_install() {
69 make DESTDIR="${D}" install || die "installation failed"
70 dodoc ChangeLog README
71 }
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list