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/gimmix: ChangeLog gimmix-0.4.2.ebuild
Date: Wed, 03 Oct 2007 18:28:52
Message-Id: E1Id8oj-0007p4-On@stork.gentoo.org
1 angelos 07/10/03 18:19:29
2
3 Modified: ChangeLog gimmix-0.4.2.ebuild
4 Log:
5 Cleanup
6 (Portage version: 2.1.3.11)
7
8 Revision Changes Path
9 1.5 media-sound/gimmix/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?r1=1.4&r2=1.5
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- ChangeLog 3 Oct 2007 11:57:20 -0000 1.4
22 +++ ChangeLog 3 Oct 2007 18:19:29 -0000 1.5
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-sound/gimmix
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.4 2007/10/03 11:57:20 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.5 2007/10/03 18:19:29 angelos Exp $
28 +
29 + 03 Oct 2007; Christoph Mende <angelos@g.o> gimmix-0.4.2.ebuild:
30 + Cleanup
31
32 *gimmix-0.4.2 (03 Oct 2007)
33
34
35
36
37 1.2 media-sound/gimmix/gimmix-0.4.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild?r1=1.1&r2=1.2
42
43 Index: gimmix-0.4.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gimmix-0.4.2.ebuild 3 Oct 2007 11:57:20 -0000 1.1
50 +++ gimmix-0.4.2.ebuild 3 Oct 2007 18:19:29 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild,v 1.1 2007/10/03 11:57:20 angelos Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.2.ebuild,v 1.2 2007/10/03 18:19:29 angelos Exp $
56
57 -DESCRIPTION="Gimmix is a graphical music player daemon (MPD) client written in C using GTK2."
58 +DESCRIPTION="a graphical music player daemon (MPD) client written in C using GTK2."
59 HOMEPAGE="http://gimmix.berlios.de/"
60 SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
61
62 @@ -19,12 +19,12 @@
63 >=dev-util/pkgconfig-0.9"
64
65 src_install() {
66 - make DESTDIR="${D}" install || die "make install failed"
67 - dodoc AUTHORS ChangeLog README TODO
68 + emake DESTDIR="${D}" install || die
69 + dodoc AUTHORS ChangeLog NEWS README TODO
70 }
71
72 pkg_postinst() {
73 - elog "gimmix-0.4.1 introduces a new config file format."
74 + elog "gimmix-0.4 introduces a new config file format."
75 elog "If you're upgrading from an older version please"
76 elog "delete your ~/.gimmixrc before running gimmix."
77 }
78
79
80
81 --
82 gentoo-commits@g.o mailing list