summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild')
-rw-r--r--www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild b/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild
deleted file mode 100644
index b0455d30902e..000000000000
--- a/www-plugins/gecko-mediaplayer/gecko-mediaplayer-1.0.9.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib nsplugins
-
-DESCRIPTION="A browser plugin that uses GNOME MPlayer"
-HOMEPAGE="https://code.google.com/p/gecko-mediaplayer/"
-SRC_URI="https://${PN}.googlecode.com/svn/packages/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="+curl"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
- >=dev-libs/glib-2.30
- dev-libs/nspr
- >=media-libs/gmtk-${PV}
- >=media-video/gnome-mplayer-${PV}[dbus]
- curl? ( net-misc/curl )"
-DEPEND="${RDEPEND}
- app-arch/xz-utils
- >=net-misc/npapi-sdk-0.27
- sys-devel/gettext
- virtual/pkgconfig"
-
-DOCS="ChangeLog DOCS/tech/*.txt"
-
-src_configure() {
- econf \
- --with-plugin-dir=/usr/$(get_libdir)/${PLUGINS_DIR} \
- $(use_with curl libcurl)
-}
-
-src_install() {
- default
- rm -rf "${ED}"/usr/share/doc/${PN}
-}