diff options
author | 2005-07-11 22:03:14 +0000 | |
---|---|---|
committer | 2005-07-11 22:03:14 +0000 | |
commit | 44dedc92b35057650702f39b76384a4e160bebfe (patch) | |
tree | 29a65bf8936143070f9f330cc3b4df038117f741 /net-www/mplayerplug-in | |
parent | Updated gecko-sdk ebuild to install into correct lib directory. (diff) | |
download | gentoo-2-44dedc92b35057650702f39b76384a4e160bebfe.tar.gz gentoo-2-44dedc92b35057650702f39b76384a4e160bebfe.tar.bz2 gentoo-2-44dedc92b35057650702f39b76384a4e160bebfe.zip |
Removed obsolete ebuild and updated to reflect the new location of gecko-sdk.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-www/mplayerplug-in')
-rw-r--r-- | net-www/mplayerplug-in/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/files/digest-mplayerplug-in-2.66 | 2 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-2.66.ebuild | 53 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild | 6 | ||||
-rw-r--r-- | net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild | 8 |
5 files changed, 12 insertions, 63 deletions
diff --git a/net-www/mplayerplug-in/ChangeLog b/net-www/mplayerplug-in/ChangeLog index 22cffd751578..7d11a2d31bd0 100644 --- a/net-www/mplayerplug-in/ChangeLog +++ b/net-www/mplayerplug-in/ChangeLog @@ -1,6 +1,10 @@ # 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.41 2005/07/03 18:31:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/ChangeLog,v 1.42 2005/07/11 22:03:14 josejx Exp $ + + 11 Jul 2005; Joseph Jezak <josejx@gentoo.org> -mplayerplug-in-2.66.ebuild, + mplayerplug-in-2.80.ebuild, mplayerplug-in-2.85.ebuild: + Removed obsolete ebuild and updated to reflect the new location of gecko-sdk. 03 Jul 2005; Rene Nussbaumer <killerfox@gentoo.org> mplayerplug-in-2.80.ebuild, mplayerplug-in-2.85.ebuild: diff --git a/net-www/mplayerplug-in/files/digest-mplayerplug-in-2.66 b/net-www/mplayerplug-in/files/digest-mplayerplug-in-2.66 deleted file mode 100644 index b8e2c02a0bb2..000000000000 --- a/net-www/mplayerplug-in/files/digest-mplayerplug-in-2.66 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c47806370986a6adf7c8f5ef3e70eaa9 mplayerplug-in-2.66.tar.gz 164065 -MD5 1cfba005ad335c53e1712c83171d30f1 gecko-sdk-i686-pc-linux-gnu-1.6.tar.gz 6301221 diff --git a/net-www/mplayerplug-in/mplayerplug-in-2.66.ebuild b/net-www/mplayerplug-in/mplayerplug-in-2.66.ebuild deleted file mode 100644 index 919bb24f6581..000000000000 --- a/net-www/mplayerplug-in/mplayerplug-in-2.66.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# 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.66.ebuild,v 1.7 2005/04/16 20:11:24 geoman Exp $ - -inherit nsplugins toolchain-funcs - -S=${WORKDIR}/${PN} -GECKO_SDK="gecko-sdk-i686-pc-linux-gnu-1.6.tar.gz" - -DESCRIPTION="mplayer plug-in for Mozilla" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz - x86? ( ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.6/${GECKO_SDK} ) " -HOMEPAGE="http://mplayerplug-in.sourceforge.net/" - -KEYWORDS="x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa" -SLOT="0" -LICENSE="GPL-2" -IUSE="gtk2" - -DEPEND=">=media-video/mplayer-0.92 - gtk2? ( - >=x11-libs/gtk+-2.2.0 - dev-libs/atk - >=dev-libs/glib-2.2.0 - >=x11-libs/pango-1.2.1 ) - !gtk2? ( - =x11-libs/gtk+-1.2* - =dev-libs/glib-1.2* )" - -src_compile() { - local myconf - use x86 && myconf="${myconf} --with-gecko-sdk=${WORKDIR}/gecko-sdk" - if use gtk2; then - einfo Configuring to build using gtk2 - myconf="${myconf} --enable-gtk2" - else - einfo Configuring to build using gtk1 - myconf="${myconf} --disable-gtk2 --enable-gtk1" - fi - econf ${myconf} || die - emake || die -} - -src_install() { - exeinto /opt/netscape/plugins - doexe mplayerplug-in.so - inst_plugin /opt/netscape/plugins/mplayerplug-in.so - - insinto /etc - doins mplayerplug-in.conf - - dodoc ChangeLog INSTALL LICENSE README -} diff --git a/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild b/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild index e874eb6a7695..4babee72bf84 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild @@ -1,8 +1,8 @@ # 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.8 2005/07/03 18:31:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-2.80.ebuild,v 1.9 2005/07/11 22:03:14 josejx Exp $ -inherit nsplugins toolchain-funcs +inherit nsplugins toolchain-funcs multilib DESCRIPTION="mplayer plug-in for Mozilla" HOMEPAGE="http://mplayerplug-in.sourceforge.net/" @@ -29,7 +29,7 @@ S=${WORKDIR}/${PN} src_compile() { local myconf - myconf="${myconf} --with-gecko-sdk=/usr/share/gecko-sdk" + myconf="${myconf} --with-gecko-sdk=/usr/$(get_libdir)/gecko-sdk" if use gtk2; then einfo Configuring to build using gtk2 myconf="${myconf} --enable-gtk2" diff --git a/net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild b/net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild index ba4351b03863..ca022286be02 100644 --- a/net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild +++ b/net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild @@ -1,8 +1,8 @@ # 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.85.ebuild,v 1.2 2005/07/03 18:31:29 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mplayerplug-in/mplayerplug-in-2.85.ebuild,v 1.3 2005/07/11 22:03:14 josejx Exp $ -inherit nsplugins toolchain-funcs +inherit nsplugins toolchain-funcs multilib DESCRIPTION="mplayer plug-in for Mozilla" HOMEPAGE="http://mplayerplug-in.sourceforge.net/" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 -hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 -hppa ~ia64 ppc ~sparc ~x86" IUSE="gtk2" DEPEND=" @@ -29,7 +29,7 @@ S=${WORKDIR}/${PN} src_compile() { local myconf - myconf="${myconf} --with-gecko-sdk=/usr/share/gecko-sdk" + myconf="${myconf} --with-gecko-sdk=/usr/$(get_libdir)/gecko-sdk" if use gtk2; then einfo Configuring to build using gtk2 myconf="${myconf} --enable-gtk2" |