summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2011-08-03 21:35:25 +0000
committerSebastian Pipping <sping@gentoo.org>2011-08-03 21:35:25 +0000
commite0974c84e0828a2d2ae7c678f0979f977483e72d (patch)
tree11c78be4e15fae9d84f6c7053f57f47f8d36e973 /media-sound/mp3splt-gtk
parentDisabling tests, see bug 376911 (diff)
downloadgentoo-2-e0974c84e0828a2d2ae7c678f0979f977483e72d.tar.gz
gentoo-2-e0974c84e0828a2d2ae7c678f0979f977483e72d.tar.bz2
gentoo-2-e0974c84e0828a2d2ae7c678f0979f977483e72d.zip
media-sound/mp3splt-gtk: Disable generation of source documentation
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mp3splt-gtk')
-rw-r--r--media-sound/mp3splt-gtk/ChangeLog6
-rw-r--r--media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch40
-rw-r--r--media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild6
3 files changed, 49 insertions, 3 deletions
diff --git a/media-sound/mp3splt-gtk/ChangeLog b/media-sound/mp3splt-gtk/ChangeLog
index 073226a82d5d..b5d95cf1c09d 100644
--- a/media-sound/mp3splt-gtk/ChangeLog
+++ b/media-sound/mp3splt-gtk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mp3splt-gtk
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.19 2011/08/03 21:16:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.20 2011/08/03 21:35:24 sping Exp $
+
+ 03 Aug 2011; Sebastian Pipping <sping@gentoo.org> mp3splt-gtk-0.7.ebuild,
+ +files/mp3splt-gtk-0.7-disable-docs.patch:
+ Disable generation of source documentation
*mp3splt-gtk-0.7 (03 Aug 2011)
diff --git a/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch
new file mode 100644
index 000000000000..fa7b5f588553
--- /dev/null
+++ b/media-sound/mp3splt-gtk/files/mp3splt-gtk-0.7-disable-docs.patch
@@ -0,0 +1,40 @@
+From 12880888a2857f73cc87b9bdf5505fed0cbc6bbe Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Wed, 3 Aug 2011 20:53:22 +0200
+Subject: [PATCH 2/2] Disable documentation
+
+---
+ configure.ac | 17 +++--------------
+ 1 files changed, 3 insertions(+), 14 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 1c564c5..260602d 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -269,20 +269,9 @@ echo
+
+ # Check for doxygen, so we can decide if we add it to the "doc"
+ # make target.
+-AC_PATH_PROG([DOXYGEN],[doxygen])
+-AC_ARG_VAR(DOXYGEN,
+- [Location of the 'doxygen' program; if found we can generate documentation for the C code])
+-AM_CONDITIONAL(HAVE_DOXYGEN, [ test "x$DOXYGEN" != "x" ])
+-
+-# Check for dot, the tool that makes the nice little caller graphs for the
+-# doxygen documentation.
+-AC_PATH_PROG([GRAPHVIZ],[dot])
+-AC_ARG_VAR(GRAPHVIZ,
+- [Location of the 'dot' program from the graphviz suite; if found we can generate caller graphs for the documentation of the C code])
+-AM_CONDITIONAL(HAVE_GRAPHVIZ, [ test "x$GRAPHVIZ" != "x" ])
+-if test x$HAVE_DOT = "xfalse"; then
+- AC_MSG_WARN([*** dot from the graphviz package not found, inheritance diagrams will not be generated in code documentation])
+-fi
++AM_CONDITIONAL(HAVE_DOXYGEN, [ false ])
++
++AM_CONDITIONAL(HAVE_GRAPHVIZ, [ false ])
+
+ #################################################
+ # Generate Makefile
+--
+1.7.6
+
diff --git a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild
index 65bfa9db8a96..cf44ef677530 100644
--- a/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild
+++ b/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild,v 1.1 2011/08/03 21:16:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.ebuild,v 1.2 2011/08/03 21:35:24 sping Exp $
EAPI=2
inherit autotools multilib
@@ -29,8 +29,10 @@ src_prepare() {
sed -i \
-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
src/Makefile.am || die
- eautoreconf
fi
+
+ epatch "${FILESDIR}"/${P}-disable-docs.patch
+ eautoreconf
}
src_configure() {