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-libs/lastfmlib: lastfmlib-0.3.0.ebuild ChangeLog
Date: Mon, 26 Oct 2009 15:49:06
Message-Id: E1N2Rod-0000a9-2k@stork.gentoo.org
1 ssuominen 09/10/26 15:49:03
2
3 Modified: lastfmlib-0.3.0.ebuild ChangeLog
4 Log:
5 amd64 stable wrt #290483
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 media-libs/lastfmlib/lastfmlib-0.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild?r1=1.2&r2=1.3
14
15 Index: lastfmlib-0.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- lastfmlib-0.3.0.ebuild 13 Jul 2009 07:43:06 -0000 1.2
22 +++ lastfmlib-0.3.0.ebuild 26 Oct 2009 15:49:02 -0000 1.3
23 @@ -1,10 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v 1.2 2009/07/13 07:43:06 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.3.0.ebuild,v 1.3 2009/10/26 15:49:02 ssuominen Exp $
28
29 -EAPI="2"
30 -
31 -inherit eutils
32 +EAPI=2
33
34 DESCRIPTION="C++ library to scrobble tracks on Last.fm"
35 HOMEPAGE="http://code.google.com/p/lastfmlib"
36 @@ -12,20 +10,19 @@
37
38 LICENSE="GPL-2"
39 SLOT="0"
40 -KEYWORDS="~amd64 ~x86"
41 +KEYWORDS="amd64 ~x86"
42 IUSE="syslog debug"
43
44 -RDEPEND="net-misc/curl"
45 -DEPEND="${RDEPEND}"
46 +DEPEND="net-misc/curl"
47
48 src_configure() {
49 econf \
50 - $(use_enable syslog logging) \
51 - $(use_enable debug) \
52 - --disable-unittests || die
53 + $(use_enable syslog logging) \
54 + $(use_enable debug) \
55 + --disable-unittests
56 }
57
58 src_install() {
59 - emake DESTDIR="${D}" install || die "emake install failed."
60 - dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
61 + emake DESTDIR="${D}" install || die
62 + dodoc AUTHORS ChangeLog README TODO || die
63 }
64
65
66
67 1.3 media-libs/lastfmlib/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.3&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.3&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.2&r2=1.3
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
76 retrieving revision 1.2
77 retrieving revision 1.3
78 diff -u -r1.2 -r1.3
79 --- ChangeLog 13 Jul 2009 07:43:06 -0000 1.2
80 +++ ChangeLog 26 Oct 2009 15:49:02 -0000 1.3
81 @@ -1,6 +1,10 @@
82 # ChangeLog for media-libs/lastfmlib
83 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.2 2009/07/13 07:43:06 hwoarang Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.3 2009/10/26 15:49:02 ssuominen Exp $
86 +
87 + 26 Oct 2009; Samuli Suominen <ssuominen@g.o>
88 + lastfmlib-0.3.0.ebuild:
89 + amd64 stable wrt #290483
90
91 13 Jul 2009; Markos Chandras <hwoarang@g.o> lastfmlib-0.3.0.ebuild:
92 Remove test use flag since ebuild doesnt use it