Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-2.0.3.6.ebuild
Date: Thu, 25 Feb 2010 06:12:51
Message-Id: E1NkWxs-0003FR-Fd@stork.gentoo.org
1 ford_prefect 10/02/25 06:12:48
2
3 Modified: ChangeLog
4 Added: taglib-sharp-2.0.3.6.ebuild
5 Log:
6 Bump to 2.0.3.6. Assorted fixes.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.24 dev-dotnet/taglib-sharp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 22 May 2009 01:01:50 -0000 1.23
23 +++ ChangeLog 25 Feb 2010 06:12:47 -0000 1.24
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-dotnet/taglib-sharp
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.23 2009/05/22 01:01:50 loki_val Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.24 2010/02/25 06:12:47 ford_prefect Exp $
30 +
31 +*taglib-sharp-2.0.3.6 (25 Feb 2010)
32 +
33 + 25 Feb 2010; Arun Raghavan <ford_prefect@g.o>
34 + +taglib-sharp-2.0.3.6.ebuild:
35 + Bump to 2.0.3.6. Assorted fixes.
36
37 22 May 2009; Peter Alfredsen <loki_val@g.o>
38 -taglib-sharp-2.0.3.0.ebuild, -taglib-sharp-2.0.3.1.ebuild:
39
40
41
42 1.1 dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: taglib-sharp-2.0.3.6.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.6.ebuild,v 1.1 2010/02/25 06:12:47 ford_prefect Exp $
52
53 EAPI=2
54
55 inherit mono
56
57 DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer"
58 HOMEPAGE="http://www.taglib-sharp.com"
59 SRC_URI="http://download.banshee-project.org/${PN}/${PV}/${P}.tar.bz2"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND="dev-lang/mono"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_prepare() {
71 sed -i -e "s: docs::" \
72 -e "s: examples::" \
73 Makefile.in || die "sedding sense into makefiles failed"
74 }
75
76 src_configure() {
77 econf --disable-docs
78 }
79
80 src_install() {
81 emake DESTDIR="${D}" install || die "emake install failed."
82 dodoc AUTHORS ChangeLog NEWS README
83 }