diff options
author | 2005-03-06 00:57:30 +0000 | |
---|---|---|
committer | 2005-03-06 00:57:30 +0000 | |
commit | df9be18053a5187ec4bf8edc2ea8db1a00f342cd (patch) | |
tree | 65c48a576fc321a851492ffc1a9f7b7ed97c23e9 /net-www | |
parent | fix qt dependency (#84201) (diff) | |
download | historical-df9be18053a5187ec4bf8edc2ea8db1a00f342cd.tar.gz historical-df9be18053a5187ec4bf8edc2ea8db1a00f342cd.tar.bz2 historical-df9be18053a5187ec4bf8edc2ea8db1a00f342cd.zip |
Marked ppc stable.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mplayerplug-in/Manifest | 4 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 042d7efbb6f8..463ccff763d8 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mplayerplug-in # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.31 2005/02/19 07:06:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.32 2005/03/06 00:57:30 josejx Exp $ + + 05 Mar 2005; Joseph Jezak <josejx@gentoo.org> mplayerplug-in-2.80.ebuild: + Marked ppc stable. *mplayerplug-in-2.80 (19 Feb 2005) diff --git a/net-www/mplayerplug-in/Manifest b/net-www/mplayerplug-in/Manifest index 067498a4ae18..9407a4a2ddb0 100644 --- a/net-www/mplayerplug-in/Manifest +++ b/net-www/mplayerplug-in/Manifest @@ -1,4 +1,4 @@ -MD5 bb469ea5fdf42518f138b41a975f01e0 ChangeLog 5487 +MD5 d33272dae11414acf539f8e3c0552907 ChangeLog 5585 MD5 91a6156d026ae3309da9b7692cb3b1e6 mplayerplug-in-1.0_pre2.ebuild 1411 MD5 bb6e75f84b9f67c563ca4992e92ad5cf mplayerplug-in-0.95.ebuild 1375 MD5 661ed46dea8a0b5187620a49358ef650 mplayerplug-in-2.70.ebuild 1257 @@ -9,7 +9,7 @@ MD5 30d6b0eb5b24b8e05e9c5d06b0695e33 mplayerplug-in-2.60.ebuild 1051 MD5 a7c3431646e7299894179ad0fb267764 mplayerplug-in-2.11.ebuild 1392 MD5 6f3083f866f32418825666026ed115bf mplayerplug-in-1.0.ebuild 1377 MD5 2bcc483cc46d5c5182b86817177e21e2 mplayerplug-in-2.66.ebuild 1403 -MD5 de79e8eff074ef3b2e05db9348339bff mplayerplug-in-2.80.ebuild 1257 +MD5 ed084cd8ec8fa214d15e2cc97677d1b6 mplayerplug-in-2.80.ebuild 1277 MD5 1a57a8e25644bf2d90f34fe961d4d559 files/digest-mplayerplug-in-1.2 125 MD5 52b27189056a3613480a3981b0c03b95 files/digest-mplayerplug-in-1.0_pre2 129 MD5 5aebc7ac8adac5ba297b3717ce1ac92c files/digest-mplayerplug-in-2.60 155 diff --git a/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild b/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild index 23fe6af41bce..c9f71ed640a0 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild,v 1.1 2005/02/19 07:06:04 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild,v 1.2 2005/03/06 00:57:30 josejx Exp $ inherit nsplugins toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" IUSE="gtk2" DEPEND=" @@ -49,5 +49,5 @@ src_install() { insinto /etc doins mplayerplug-in.conf - dodoc ChangeLog INSTALL README + dodoc ChangeLog INSTALL README TODO DOCS/tech/*.txt } |