Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/taglib-sharp: ChangeLog taglib-sharp-1.9.75474.ebuild
Date: Mon, 10 Sep 2007 20:18:04
Message-Id: E1IUoqL-0001Qe-Sa@stork.gentoo.org
1 jurek 07/09/10 19:22:45
2
3 Modified: ChangeLog
4 Added: taglib-sharp-1.9.75474.ebuild
5 Log:
6 dev-dotnet/taglib-sharp: version bump (bug #191998)
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.3 dev-dotnet/taglib-sharp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Jul 2007 21:04:21 -0000 1.2
23 +++ ChangeLog 10 Sep 2007 19:22:45 -0000 1.3
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-dotnet/taglib-sharp
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.2 2007/07/04 21:04:21 jurek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.3 2007/09/10 19:22:45 jurek Exp $
29 +
30 +*taglib-sharp-1.9.75474 (10 Sep 2007)
31 +
32 + 10 Sep 2007; Jurek Bartuszek <jurek@g.o>
33 + +taglib-sharp-1.9.75474.ebuild:
34 + Version bump (bug #191998)
35
36 *taglib-sharp-1.1.73998-r1 (04 Jul 2007)
37
38
39
40
41 1.1 dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild?rev=1.1&content-type=text/plain
45
46 Index: taglib-sharp-1.9.75474.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-1.9.75474.ebuild,v 1.1 2007/09/10 19:22:45 jurek Exp $
51
52 inherit mono eutils
53
54 DESCRIPTION="Taglib C# binding"
55 HOMEPAGE="http://developer.novell.com/wiki/index.php/TagLib_Sharp"
56 SRC_URI="http://developer.novell.com/wiki/index.php/Special:File/${PN}/${P}/${P}.tar.gz"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="doc"
62
63 RDEPEND=">=dev-lang/mono-1.1"
64 DEPEND="${RDEPEND}
65 doc? ( >=dev-util/monodoc-1.1.9
66 app-arch/unzip )
67 media-libs/taglib"
68
69 src_compile() {
70 # taglib-sharp configure script is a bit messed up
71 if use doc; then
72 econf $(use_with doc docs) || die "configure failed"
73 else
74 econf $(use_enable doc docs) || die "configure failed"
75 fi
76
77 emake -j1 || die "make failed"
78 }
79
80 src_install() {
81 # cleaning up docdir mess (bug #184149)
82 sed -i -e 's#^docdir = ${datarootdir}/doc/${PACKAGE}$##' \
83 -e 's#^docdir = $(DESTDIR)$(DOCDIR)$#docdir = $(DOCDIR)#' \
84 docs/Makefile \
85 || die "sed failed"
86
87 emake DESTDIR="${D}" install || die "make install failed"
88 dodoc AUTHORS ChangeLog NEWS README
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list