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.3.ebuild
Date: Sun, 03 Feb 2008 12:42:28
Message-Id: E1JLeAz-0003yf-0r@stork.gentoo.org
1 angelos 08/02/03 12:42:25
2
3 Modified: ChangeLog
4 Added: gimmix-0.4.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.8 media-sound/gimmix/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 21 Jan 2008 22:01:46 -0000 1.7
23 +++ ChangeLog 3 Feb 2008 12:42:24 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/gimmix
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.7 2008/01/21 22:01:46 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.8 2008/02/03 12:42:24 angelos Exp $
29 +
30 +*gimmix-0.4.3 (03 Feb 2008)
31 +
32 + 03 Feb 2008; Christoph Mende <angelos@g.o> +gimmix-0.4.3.ebuild:
33 + Version bump
34
35 21 Jan 2008; Markus Meier <maekke@g.o> gimmix-0.4.2.ebuild:
36 x86 stable, bug #206764
37
38
39
40 1.1 media-sound/gimmix/gimmix-0.4.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.4.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.4.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gimmix-0.4.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/gimmix-0.4.3.ebuild,v 1.1 2008/02/03 12:42:24 angelos Exp $
50
51 DESCRIPTION="a graphical music player daemon (MPD) client written in C using GTK2."
52 HOMEPAGE="http://gimmix.berlios.de/"
53 SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 RDEPEND=">=x11-libs/gtk+-2.6
61 >=gnome-base/libglade-2.6
62 >=media-libs/libmpd-0.12
63 >=media-libs/taglib-1.4"
64 DEPEND="${RDEPEND}
65 >=dev-util/pkgconfig-0.9
66 dev-util/intltool"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die
70 dodoc AUTHORS ChangeLog NEWS README TODO
71 }
72
73 pkg_postinst() {
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@l.g.o mailing list