Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/taglib-extras: ChangeLog taglib-extras-0.1.7.ebuild
Date: Fri, 11 Sep 2009 01:24:44
Message-Id: E1MlusU-0007jw-HM@stork.gentoo.org
1 jmbsvicetto 09/09/11 01:24:42
2
3 Modified: ChangeLog
4 Added: taglib-extras-0.1.7.ebuild
5 Log:
6 [taglib-extras] Bumped to version 0.1.7.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 media-libs/taglib-extras/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib-extras/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib-extras/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib-extras/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 10 Aug 2009 15:27:54 -0000 1.5
23 +++ ChangeLog 11 Sep 2009 01:24:42 -0000 1.6
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/taglib-extras
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.5 2009/08/10 15:27:54 jmbsvicetto Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/ChangeLog,v 1.6 2009/09/11 01:24:42 jmbsvicetto Exp $
29 +
30 +*taglib-extras-0.1.7 (11 Sep 2009)
31 +
32 + 11 Sep 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 + +taglib-extras-0.1.7.ebuild:
34 + [taglib-extras] Bumped to version 0.1.7.
35
36 *taglib-extras-0.1.6 (10 Aug 2009)
37
38
39
40
41 1.1 media-libs/taglib-extras/taglib-extras-0.1.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib-extras/taglib-extras-0.1.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib-extras/taglib-extras-0.1.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: taglib-extras-0.1.7.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/taglib-extras/taglib-extras-0.1.7.ebuild,v 1.1 2009/09/11 01:24:42 jmbsvicetto Exp $
51
52 EAPI="2"
53
54 KMNAME="kdesupport"
55 KDE_REQUIRED="optional"
56 inherit kde4-base
57
58 DESCRIPTION="Unofficial taglib plugins maintained by the Amarok team"
59 HOMEPAGE="http://developer.kde.org/~wheeler/taglib.html"
60 SRC_URI="http://www.kollide.net/~jefferai/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~x86"
64 SLOT="0"
65 IUSE="debug"
66
67 TAGLIB_VERSION="1.5"
68 RDEPEND="
69 >=media-libs/taglib-${TAGLIB_VERSION}
70 "
71 DEPEND="${RDEPEND}"
72
73 src_configure() {
74 mycmakeargs="${mycmakeargs}
75 $(cmake-utils_use_with kde)"
76
77 kde4-base_src_configure
78 }