Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/nted: ChangeLog nted-1.6.0-r2.ebuild nted-1.6.0.ebuild
Date: Thu, 02 Jul 2009 14:22:55
Message-Id: E1MMNBc-0000mL-Lx@stork.gentoo.org
1 hwoarang 09/07/02 14:22:52
2
3 Modified: ChangeLog
4 Added: nted-1.6.0-r2.ebuild
5 Removed: nted-1.6.0.ebuild
6 Log:
7 Revbump, include time signature patch thanks to Matthias Vill
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 media-sound/nted/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Jul 2009 21:30:19 -0000 1.2
24 +++ ChangeLog 2 Jul 2009 14:22:52 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/nted
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.2 2009/07/01 21:30:19 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.3 2009/07/02 14:22:52 hwoarang Exp $
30 +
31 +*nted-1.6.0-r2 (02 Jul 2009)
32 +
33 + 02 Jul 2009; Markos Chandras <hwoarang@g.o> -nted-1.6.0.ebuild,
34 + +nted-1.6.0-r2.ebuild, +files/nted-1.6.0-time-signature.patch:
35 + Revbump, include time signature patch thanks to Matthias Vill
36 + <matthias@××××.de>. Remove old ebuild
37
38 *nted-1.6.0-r1 (01 Jul 2009)
39
40
41
42
43 1.1 media-sound/nted/nted-1.6.0-r2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/nted-1.6.0-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/nted/nted-1.6.0-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: nted-1.6.0-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.6.0-r2.ebuild,v 1.1 2009/07/02 14:22:52 hwoarang Exp $
53
54 EAPI="2"
55
56 inherit eutils
57
58 DESCRIPTION="WYSIWYG score editor for GTK+2"
59 HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml"
60 SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="doc nls debug"
66 RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto )
67 x11-libs/cairo
68 x11-libs/gtk+:2
69 media-libs/alsa-lib"
70
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig"
73
74 src_prepare() {
75 epatch "${FILESDIR}/${PN}.desktop.patch"
76 epatch "${FILESDIR}/${P}-time-signature.patch"
77 }
78
79 src_configure() {
80 econf $(use_with doc) \
81 $(use_enable debug) \
82 $(use_enable nls) || die "econf failed"
83 }
84
85 src_install() {
86 emake DESTDIR="${D}" install || die "emake install failed"
87 dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed"
88 doman "man/${PN}.1" || die "doman failed"
89 }