diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2004-10-27 20:44:42 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2004-10-27 20:44:42 +0000 |
commit | d1435a495d687a529107c609cba8fcc46a2eeaee (patch) | |
tree | 48f2bc64d7f196a4ff32df28f9dfb82330033ce0 /media-libs/libtheora | |
parent | added ~ppc-macos closes bug 58717 (diff) | |
download | historical-d1435a495d687a529107c609cba8fcc46a2eeaee.tar.gz historical-d1435a495d687a529107c609cba8fcc46a2eeaee.tar.bz2 historical-d1435a495d687a529107c609cba8fcc46a2eeaee.zip |
added ~ppc-macos. closes bug 67560
Diffstat (limited to 'media-libs/libtheora')
-rw-r--r-- | media-libs/libtheora/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libtheora/Manifest | 16 | ||||
-rw-r--r-- | media-libs/libtheora/libtheora-1.0_alpha3.ebuild | 4 |
3 files changed, 9 insertions, 16 deletions
diff --git a/media-libs/libtheora/ChangeLog b/media-libs/libtheora/ChangeLog index 27e9f03fdd65..3a9aa30a56e1 100644 --- a/media-libs/libtheora/ChangeLog +++ b/media-libs/libtheora/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libtheora # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.16 2004/08/23 08:32:32 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/ChangeLog,v 1.17 2004/10/27 20:44:42 kito Exp $ + + 27 Oct 2004; Kito <kito@gentoo.org> libtheora-1.0_alpha3.ebuild: + added ~ppc-macos. closes bug 67560 23 Aug 2004; Hardave Riar <hardave@gentoo.org> libtheora-1.0_alpha3.ebuild: Added ~mips keyword. diff --git a/media-libs/libtheora/Manifest b/media-libs/libtheora/Manifest index 1736db052615..73a1c25c536e 100644 --- a/media-libs/libtheora/Manifest +++ b/media-libs/libtheora/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a61bff25def89efc037d094a0f9cf5d3 ChangeLog 1938 +MD5 0c36fc2811742837f7422cd039cd267d ChangeLog 2040 +MD5 ac7c58e2610e53fbe396a49ee7004ae7 libtheora-1.0_alpha2-r1.ebuild 833 MD5 64ec3e3e33e074dcfc3470160bb23015 libtheora-1.0_alpha2.ebuild 742 +MD5 515ba3d39ba8e156dd093543f5598f14 libtheora-1.0_alpha3.ebuild 834 MD5 9ef4af14dad87b03fde8e43f19e08d26 metadata.xml 225 -MD5 ac7c58e2610e53fbe396a49ee7004ae7 libtheora-1.0_alpha2-r1.ebuild 833 -MD5 fb2608ab3026d8d2571ccb70681b70df libtheora-1.0_alpha3.ebuild 825 MD5 43363432588af784deac91552ac3a636 files/digest-libtheora-1.0_alpha2 71 MD5 43363432588af784deac91552ac3a636 files/digest-libtheora-1.0_alpha2-r1 71 MD5 a9f9ea68a0659a1bd63f423e5028d5bf files/digest-libtheora-1.0_alpha3 72 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBT4LCHTu7gpaalycRAk8vAJ4kftTO00gIVyRh5+JcZeoxoB5PfACfaDEv -9o01qyQI038y2mFTqnBOI8s= -=1iaR ------END PGP SIGNATURE----- diff --git a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild index 89059c7224d8..023f5403ef58 100644 --- a/media-libs/libtheora/libtheora-1.0_alpha3.ebuild +++ b/media-libs/libtheora/libtheora-1.0_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.15 2004/09/21 01:23:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libtheora/libtheora-1.0_alpha3.ebuild,v 1.16 2004/10/27 20:44:42 kito Exp $ DESCRIPTION="The Theora Video Compression Codec" HOMEPAGE="http://www.theora.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.theora.org/files/${P/_}.tar.bz2" LICENSE="xiph" SLOT="0" -KEYWORDS="x86 amd64 ppc sparc alpha hppa ppc64 ~mips ia64" +KEYWORDS="x86 amd64 ppc sparc alpha hppa ppc64 ~mips ia64 ~ppc-macos" IUSE="" DEPEND=">=media-libs/libogg-1.1.0 |