Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/exaile: ChangeLog exaile-0.3.0.ebuild exaile-0.3.0_alpha3-r1.ebuild
Date: Mon, 07 Sep 2009 12:42:33
Message-Id: E1MkdYF-0004LB-CI@stork.gentoo.org
1 ssuominen 09/09/07 12:42:31
2
3 Modified: ChangeLog exaile-0.3.0.ebuild
4 Removed: exaile-0.3.0_alpha3-r1.ebuild
5 Log:
6 Remove USE doc wrt #283440.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.62 media-sound/exaile/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 27 Aug 2009 19:32:13 -0000 1.61
23 +++ ChangeLog 7 Sep 2009 12:42:31 -0000 1.62
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-sound/exaile
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.61 2009/08/27 19:32:13 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.62 2009/09/07 12:42:31 ssuominen Exp $
29 +
30 + 07 Sep 2009; Samuli Suominen <ssuominen@g.o>
31 + -exaile-0.3.0_alpha3-r1.ebuild, exaile-0.3.0.ebuild,
32 + -files/exaile-0.3.0_alpha3-Makefile.patch:
33 + Remove USE doc wrt #283440.
34
35 *exaile-0.3.0 (27 Aug 2009)
36
37
38
39
40 1.2 media-sound/exaile/exaile-0.3.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild?r1=1.1&r2=1.2
45
46 Index: exaile-0.3.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- exaile-0.3.0.ebuild 27 Aug 2009 19:32:13 -0000 1.1
53 +++ exaile-0.3.0.ebuild 7 Sep 2009 12:42:31 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild,v 1.1 2009/08/27 19:32:13 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.3.0.ebuild,v 1.2 2009/09/07 12:42:31 ssuominen Exp $
59
60 EAPI=2
61 inherit eutils fdo-mime multilib python
62 @@ -25,9 +25,8 @@
63 libsexy? ( dev-python/sexy-python )
64 hal? ( sys-apps/hal )
65 cddb? ( dev-python/cddb-py )"
66 -DEPEND="doc? ( dev-python/sphinx )
67 - nls? ( dev-util/intltool
68 - sys-devel/gettext )"
69 +DEPEND="nls? ( dev-util/intltool
70 + sys-devel/gettext )"
71
72 src_prepare() {
73 epatch "${FILESDIR}"/${P}-Makefile.patch \
74 @@ -36,27 +35,18 @@
75
76 src_compile() {
77 if use nls; then
78 - emake locale || die "emake translations failed"
79 - fi
80 - if use doc; then
81 - cd doc
82 - emake html || die "emake html failed"
83 + emake locale || die
84 fi
85 }
86
87 src_install() {
88 local _no_locale
89 -
90 use nls || _no_locale=_no_locale
91
92 emake PREFIX="/usr" LIBINSTALLDIR="/$(get_libdir)" DESTDIR="${D}" \
93 - install${_no_locale} || die "emake install failed"
94 + install${_no_locale} || die
95
96 - dodoc README || die "dodoc failed"
97 -
98 - if use doc; then
99 - dohtml -r doc/_build/html/* || die "dohtml failed"
100 - fi
101 + dodoc README
102
103 insinto /usr/share/exaile/data
104 doins -r data/migrations || die "doins failed"