summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Jezak <josejx@gentoo.org>2005-03-06 00:57:30 +0000
committerJoseph Jezak <josejx@gentoo.org>2005-03-06 00:57:30 +0000
commita94224f6a8b2d119300ce1d21f41ef4a0f38b5b6 (patch)
tree9bed5375c5416ed07ce2df3f7fe62fd526fd2fd5 /net-www
parentfix qt dependency (#84201) (diff)
downloadgentoo-2-a94224f6a8b2d119300ce1d21f41ef4a0f38b5b6.tar.gz
gentoo-2-a94224f6a8b2d119300ce1d21f41ef4a0f38b5b6.tar.bz2
gentoo-2-a94224f6a8b2d119300ce1d21f41ef4a0f38b5b6.zip
Marked ppc stable.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mplayerplug-in/ChangeLog5
-rw-r--r--net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild6
2 files changed, 7 insertions, 4 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/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
}