diff options
Diffstat (limited to 'media-libs/libfishsound')
-rw-r--r-- | media-libs/libfishsound/libfishsound-0.9.1.ebuild | 7 | ||||
-rw-r--r-- | media-libs/libfishsound/metadata.xml | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/media-libs/libfishsound/libfishsound-0.9.1.ebuild b/media-libs/libfishsound/libfishsound-0.9.1.ebuild index e6c878f06c41..7b317acdad49 100644 --- a/media-libs/libfishsound/libfishsound-0.9.1.ebuild +++ b/media-libs/libfishsound/libfishsound-0.9.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/libfishsound-0.9.1.ebuild,v 1.1 2008/04/07 06:35:42 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfishsound/libfishsound-0.9.1.ebuild,v 1.2 2009/09/12 11:19:28 ssuominen Exp $ -DESCRIPTION="Simple programming interface for decoding and encoding audio data using Xiph.Org codecs (Vorbis and Speex)" +DESCRIPTION="Simple programming interface for decoding and encoding audio data using vorbis or speex" HOMEPAGE="http://www.annodex.net/software/libfishsound/html/" SRC_URI="http://www.annodex.net/software/libfishsound/download/${P}.tar.gz" @@ -19,7 +19,6 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} cd "${S}" - use doc || sed -i -e "s/doxygen/doxygen-dummy/" configure rm -rf "${S}/doc/libfishsound" } diff --git a/media-libs/libfishsound/metadata.xml b/media-libs/libfishsound/metadata.xml index 78ec7f6984fe..3bf6bcfeb512 100644 --- a/media-libs/libfishsound/metadata.xml +++ b/media-libs/libfishsound/metadata.xml @@ -1,9 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sound</herd> -<maintainer> - <email>sound@gentoo.org</email> - <name>Gentoo Sound Team</name> -</maintainer> + <herd>sound</herd> </pkgmetadata> |