Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
loki_val 09/01/27 14:46:47
Modified: ChangeLog taglib-sharp-2.0.3.1.ebuild
Log:
Fix bug 256504, taglib-sharp erroneously demanding monodoc even though we have sedded it out of makefiles. Thanks to Pacho Ramos <pacho@...> for reporting.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-dotnet/taglib-sharp/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 26 Jan 2009 15:35:37 -0000 1.18
+++ ChangeLog 27 Jan 2009 14:46:46 -0000 1.19
@@ -1,6 +1,12 @@
# ChangeLog for dev-dotnet/taglib-sharp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.18 2009/01/26 15:35:37 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/ChangeLog,v 1.19 2009/01/27 14:46:46 loki_val Exp $
+
+ 27 Jan 2009; Peter Alfredsen <loki_val@g.o>
+ taglib-sharp-2.0.3.1.ebuild:
+ Fix bug 256504, taglib-sharp erroneously demanding monodoc even though we
+ have sedded it out of makefiles. Thanks to Pacho Ramos
+ <pacho@...> for reporting.
26 Jan 2009; Peter Alfredsen <loki_val@g.o>
taglib-sharp-2.0.3.0.ebuild, taglib-sharp-2.0.3.1.ebuild:
1.3 dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild?r1=1.2&r2=1.3
Index: taglib-sharp-2.0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- taglib-sharp-2.0.3.1.ebuild 26 Jan 2009 15:35:37 -0000 1.2
+++ taglib-sharp-2.0.3.1.ebuild 27 Jan 2009 14:46:46 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild,v 1.2 2009/01/26 15:35:37 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/taglib-sharp/taglib-sharp-2.0.3.1.ebuild,v 1.3 2009/01/27 14:46:46 loki_val Exp $
EAPI=2
@@ -25,6 +25,10 @@
Makefile.in || die "sedding sense into makefiles failed"
}
+src_configure() {
+ econf --disable-docs
+}
+
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README
|
|