diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:49:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-05 15:49:59 +0000 |
commit | 2e0cf23de7f312888ca8bb08f1883499acaff414 (patch) | |
tree | 96c42d1682befba49a8521222034db3df094c5d1 /media-libs/libvorbis | |
parent | Added missing parentheses to *DEPEND. (diff) | |
download | historical-2e0cf23de7f312888ca8bb08f1883499acaff414.tar.gz historical-2e0cf23de7f312888ca8bb08f1883499acaff414.tar.bz2 historical-2e0cf23de7f312888ca8bb08f1883499acaff414.zip |
Added missing parentheses to SRC_URI.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'media-libs/libvorbis')
-rw-r--r-- | media-libs/libvorbis/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libvorbis/Manifest | 16 | ||||
-rw-r--r-- | media-libs/libvorbis/libvorbis-1.1.0.ebuild | 4 |
3 files changed, 19 insertions, 6 deletions
diff --git a/media-libs/libvorbis/ChangeLog b/media-libs/libvorbis/ChangeLog index c515ae5a9674..f54f09ef0d6d 100644 --- a/media-libs/libvorbis/ChangeLog +++ b/media-libs/libvorbis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libvorbis # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.50 2005/04/08 19:26:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.51 2005/05/05 15:49:59 swegener Exp $ + + 05 May 2005; Sven Wegener <swegener@gentoo.org> libvorbis-1.1.0.ebuild: + Added missing parentheses to SRC_URI. 08 Apr 2005; Markus Rothe <corsair@gentoo.org> libvorbis-1.1.0.ebuild: Stable on ppc64 diff --git a/media-libs/libvorbis/Manifest b/media-libs/libvorbis/Manifest index b28f04e433d5..02d702f24907 100644 --- a/media-libs/libvorbis/Manifest +++ b/media-libs/libvorbis/Manifest @@ -1,6 +1,16 @@ -MD5 7d91cda2891452c78341284d4e1face8 ChangeLog 7027 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 c40c9d650f541147b75f0429bdf2c051 libvorbis-1.0.1-r2.ebuild 2126 -MD5 50e48fc92006e299e55920870a72918e libvorbis-1.1.0.ebuild 2485 +MD5 5c42bc1a6feefbe6c4b8f0247e652576 libvorbis-1.1.0.ebuild 2490 +MD5 adc8ee640c7f727672193070fdd5f25c ChangeLog 7143 MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252 -MD5 fa4a831d30804a9840476e2e65c42241 files/digest-libvorbis-1.0.1-r2 68 MD5 55835dd2e7b0020ab52064c9f7dc4ff8 files/digest-libvorbis-1.1.0 136 +MD5 fa4a831d30804a9840476e2e65c42241 files/digest-libvorbis-1.0.1-r2 68 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCekC7I1lqEGTUzyQRAtRYAKCQIg4/N4Cr1sFSBeu9AALjbFgkygCgltPH +h3CFj2EA2w2uIVb8NmabfuI= +=6xh8 +-----END PGP SIGNATURE----- diff --git a/media-libs/libvorbis/libvorbis-1.1.0.ebuild b/media-libs/libvorbis/libvorbis-1.1.0.ebuild index d5a4f9983f54..d17c3a692d88 100644 --- a/media-libs/libvorbis/libvorbis-1.1.0.ebuild +++ b/media-libs/libvorbis/libvorbis-1.1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.13 2005/04/08 19:26:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.1.0.ebuild,v 1.14 2005/05/05 15:49:59 swegener Exp $ inherit libtool flag-o-matic eutils toolchain-funcs DESCRIPTION="the Ogg Vorbis sound file format library" HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz - aotuv? mirror://gentoo/libvorbis-aotuv-b3.patch" + aotuv? ( mirror://gentoo/libvorbis-aotuv-b3.patch )" LICENSE="BSD" SLOT="0" |