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.5.2.ebuild gimmix-0.5.3.ebuild
Date: Tue, 14 Oct 2008 23:39:58
Message-Id: E1KptUZ-0007tD-4l@stork.gentoo.org
1 angelos 08/10/14 23:39:55
2
3 Modified: ChangeLog
4 Added: gimmix-0.5.2.ebuild
5 Removed: gimmix-0.5.3.ebuild
6 Log:
7 Wrong ebuild version
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc6 x86_64)
9
10 Revision Changes Path
11 1.17 media-sound/gimmix/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 14 Oct 2008 23:25:51 -0000 1.16
24 +++ ChangeLog 14 Oct 2008 23:39:55 -0000 1.17
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/gimmix
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.16 2008/10/14 23:25:51 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gimmix/ChangeLog,v 1.17 2008/10/14 23:39:55 angelos Exp $
30 +
31 +*gimmix-0.5.2 (14 Oct 2008)
32 +
33 + 14 Oct 2008; Christoph Mende <angelos@g.o> +gimmix-0.5.2.ebuild,
34 + -gimmix-0.5.3.ebuild:
35 + Wrong ebuild version
36
37 *gimmix-0.5.3 (14 Oct 2008)
38
39
40
41
42 1.1 media-sound/gimmix/gimmix-0.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.5.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gimmix/gimmix-0.5.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gimmix-0.5.2.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/media-sound/gimmix/gimmix-0.5.2.ebuild,v 1.1 2008/10/14 23:39:55 angelos Exp $
52
53 DESCRIPTION="a graphical music player daemon (MPD) client written in C using GTK2."
54 HOMEPAGE="http://gimmix.berlios.de/"
55 SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~sparc ~x86"
60 IUSE="cover lyrics"
61
62 RDEPEND=">=x11-libs/gtk+-2.6
63 >=gnome-base/libglade-2.6
64 >=media-libs/libmpd-0.12
65 >=media-libs/taglib-1.4
66 cover? ( net-libs/libnxml net-misc/curl )
67 lyrics? ( net-libs/libnxml net-misc/curl )"
68 DEPEND="${RDEPEND}
69 >=dev-util/pkgconfig-0.9
70 dev-util/intltool"
71
72 src_compile() {
73 econf $(use_enable cover) $(use_enable lyrics) || die
74 emake DESTDIR="${D}" install || die
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die
79 dodoc AUTHORS ChangeLog NEWS README TODO
80 }
81
82 pkg_postinst() {
83 elog "gimmix-0.4 introduces a new config file format."
84 elog "If you're upgrading from an older version please"
85 elog "delete your ~/.gimmixrc before running gimmix."
86 }