Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/gnomad: ChangeLog gnomad-2.9.1.ebuild gnomad-2.9.0.ebuild gnomad-2.8.9.ebuild gnomad-2.8.12.ebuild
Date: Sun, 27 Apr 2008 02:35:47
Message-Id: E1Jpwjv-0006lc-IW@stork.gentoo.org
1 drac 08/04/27 02:35:43
2
3 Modified: ChangeLog
4 Added: gnomad-2.9.1.ebuild
5 Removed: gnomad-2.9.0.ebuild gnomad-2.8.9.ebuild
6 gnomad-2.8.12.ebuild
7 Log:
8 Version bump.
9 (Portage version: 2.1.5_rc6)
10
11 Revision Changes Path
12 1.31 media-sound/gnomad/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/ChangeLog?rev=1.31&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/ChangeLog?rev=1.31&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/ChangeLog?r1=1.30&r2=1.31
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/gnomad/ChangeLog,v
21 retrieving revision 1.30
22 retrieving revision 1.31
23 diff -u -r1.30 -r1.31
24 --- ChangeLog 30 Jan 2008 22:21:08 -0000 1.30
25 +++ ChangeLog 27 Apr 2008 02:35:43 -0000 1.31
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-sound/gnomad
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/ChangeLog,v 1.30 2008/01/30 22:21:08 ranger Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/ChangeLog,v 1.31 2008/04/27 02:35:43 drac Exp $
31 +
32 +*gnomad-2.9.1 (27 Apr 2008)
33 +
34 + 27 Apr 2008; Samuli Suominen <drac@g.o>
35 + +files/gnomad-2.9.1-desktop-entry.patch, -gnomad-2.8.9.ebuild,
36 + -gnomad-2.8.12.ebuild, -gnomad-2.9.0.ebuild, +gnomad-2.9.1.ebuild:
37 + Version bump.
38
39 30 Jan 2008; Brent Baude <ranger@g.o> gnomad-2.9.0.ebuild:
40 Marking gnomad-2.9.0 ~ppc64 for bug 208038
41
42
43
44 1.1 media-sound/gnomad/gnomad-2.9.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnomad-2.9.1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.1.ebuild,v 1.1 2008/04/27 02:35:43 drac Exp $
54
55 inherit eutils flag-o-matic gnome2
56
57 MY_PN=${PN}2
58 MY_P=${MY_PN}-${PV}
59
60 DESCRIPTION="A GNOME2 frontend for Creative Players (Zen, JukeBox, etc ...)"
61 HOMEPAGE="http://gnomad2.sourceforge.net"
62 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 #-sparc: 2.4.4: Application crashes on startup (Gnome crash detection)
67 KEYWORDS="~amd64 ~ppc ~ppc64 -sparc ~x86"
68 IUSE=""
69
70 RDEPEND="sys-apps/hal
71 dev-libs/dbus-glib
72 >=dev-libs/glib-2.6
73 >=x11-libs/gtk+-2.6
74 >=media-libs/libnjb-2.2.4
75 >=media-libs/libmtp-0.1.3
76 >=media-libs/taglib-1.4-r1
77 >=media-libs/libid3tag-0.15.1b"
78 DEPEND="${RDEPEND}
79 dev-util/pkgconfig
80 dev-util/intltool"
81
82 S=${WORKDIR}/${MY_P}
83
84 src_compile() {
85 strip-flags
86 replace-flags -O3 -O2
87 gnome2_src_compile
88 }
89
90 src_unpack() {
91 gnome2_src_unpack
92 epatch "${FILESDIR}"/${P}-desktop-entry.patch
93 }
94
95 src_install() {
96 emake DESTDIR="${D}" install || die "emake install failed."
97 dodoc AUTHORS ChangeLog NEWS README TODO
98 }
99
100
101
102 --
103 gentoo-commits@l.g.o mailing list