diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-12 11:19:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-12 11:19:28 +0000 |
commit | 66cb91412e1bbdddcce103f8d27ec75d5e9cd776 (patch) | |
tree | d9aca9b45350a6c3229d1eced131b2237078a5d8 /media-libs/libfishsound | |
parent | stable x86, bug 282658 (diff) | |
download | gentoo-2-66cb91412e1bbdddcce103f8d27ec75d5e9cd776.tar.gz gentoo-2-66cb91412e1bbdddcce103f8d27ec75d5e9cd776.tar.bz2 gentoo-2-66cb91412e1bbdddcce103f8d27ec75d5e9cd776.zip |
repoman warning
(Portage version: 2.2_rc40/cvs/Linux x86_64)
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> |