diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:33:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-24 08:33:13 +0000 |
commit | 2808fef002ca96d1fb3f7562c54b6bf3ec73ce43 (patch) | |
tree | 4e4198b4ec26937516c3505bba2cb8bea7918601 /media-libs/libfame | |
parent | repoman: whitespace cleanup; mips and ppc64 needs deps first (diff) | |
download | historical-2808fef002ca96d1fb3f7562c54b6bf3ec73ce43.tar.gz historical-2808fef002ca96d1fb3f7562c54b6bf3ec73ce43.tar.bz2 historical-2808fef002ca96d1fb3f7562c54b6bf3ec73ce43.zip |
repoman: Trim trailing whitespace; header fix
Diffstat (limited to 'media-libs/libfame')
-rw-r--r-- | media-libs/libfame/Manifest | 8 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.8.10.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libfame/libfame-0.9.0-r1.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/media-libs/libfame/Manifest b/media-libs/libfame/Manifest index a9b168ae579b..d0fc2eedca4b 100644 --- a/media-libs/libfame/Manifest +++ b/media-libs/libfame/Manifest @@ -1,7 +1,7 @@ MD5 3fd0996217bc7c0578818a5ef12ef9d4 ChangeLog 1786 -MD5 ffe20aca8f0b5ee5f39baa4fdc2ec5ad libfame-0.8.10.ebuild 794 +MD5 2f56643e4820449df4b9e39e8a410391 libfame-0.8.10.ebuild 795 MD5 1a02f927aa0a126161171c010d1b7bfb libfame-0.9.0.ebuild 1032 -MD5 3c83a0abd355429cdb7d4ddd009b8a99 libfame-0.9.0-r1.ebuild 1074 -MD5 0631609809520953d425ea1b77009300 files/digest-libfame-0.9.0-r1 65 -MD5 0631609809520953d425ea1b77009300 files/digest-libfame-0.9.0 65 +MD5 0400f181d652cf015475565ac3fa0781 libfame-0.9.0-r1.ebuild 1075 MD5 c3a2bb99aa1812617fb10c1738955aad files/digest-libfame-0.8.10 66 +MD5 0631609809520953d425ea1b77009300 files/digest-libfame-0.9.0 65 +MD5 0631609809520953d425ea1b77009300 files/digest-libfame-0.9.0-r1 65 diff --git a/media-libs/libfame/libfame-0.8.10.ebuild b/media-libs/libfame/libfame-0.8.10.ebuild index c5a77e69e985..1ae22af4bc99 100644 --- a/media-libs/libfame/libfame-0.8.10.ebuild +++ b/media-libs/libfame/libfame-0.8.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.10 2003/09/06 23:59:48 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.8.10.ebuild,v 1.11 2004/02/24 08:33:13 mr_bones_ Exp $ DESCRIPTION="MPEG-1 and MPEG-4 video encoding library" SRC_URI="mirror://sourceforge/fame/${P}.tar.gz" diff --git a/media-libs/libfame/libfame-0.9.0-r1.ebuild b/media-libs/libfame/libfame-0.9.0-r1.ebuild index db95c474905a..4305955aef28 100644 --- a/media-libs/libfame/libfame-0.9.0-r1.ebuild +++ b/media-libs/libfame/libfame-0.9.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0-r1.ebuild,v 1.1 2004/02/23 18:51:49 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.0-r1.ebuild,v 1.2 2004/02/24 08:33:13 mr_bones_ Exp $ inherit flag-o-matic gnuconfig @@ -17,11 +17,11 @@ DEPEND="virtual/glibc" src_unpack() { unpack ${A} - + cd ${S} # Do not add -march=i586, bug #41770. sed -i -e 's:-march=i[345]86 ::g' configure - + # This is needed for alpha and probably other newer arches (amd64) # (13 Jan 2004 agriffis) gnuconfig_update |