X-Git-Url: https://git.sthu.org/?p=shuber-gentoo-overlay.git;a=blobdiff_plain;f=media-video%2Fgnome-mplayer%2Fgnome-mplayer-1.0.0-r99.ebuild;fp=media-video%2Fgnome-mplayer%2Fgnome-mplayer-1.0.0-r99.ebuild;h=0000000000000000000000000000000000000000;hp=d6e39dcac7fe1309fea74c096869fe77e04c76ad;hb=6a7b0964f348e908e41b8eac2098d869dcd0ed38;hpb=bfe440f7be0a5e664ade04256d17380957bc8b18 diff --git a/media-video/gnome-mplayer/gnome-mplayer-1.0.0-r99.ebuild b/media-video/gnome-mplayer/gnome-mplayer-1.0.0-r99.ebuild deleted file mode 100644 index d6e39dc..0000000 --- a/media-video/gnome-mplayer/gnome-mplayer-1.0.0-r99.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/gnome-mplayer/gnome-mplayer-1.0.0.ebuild,v 1.7 2011/03/22 19:49:06 ssuominen Exp $ - -EAPI=2 -GCONF_DEBUG=no -inherit eutils flag-o-matic gnome2 - -DESCRIPTION="A GTK+ interface to MPlayer" -HOMEPAGE="http://code.google.com/p/gnome-mplayer/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="alsa gnome ipod libnotify musicbrainz pulseaudio" - -RDEPEND=">=dev-libs/glib-2.14:2 - >=x11-libs/gtk+-2.18:2 - >=dev-libs/dbus-glib-0.70 - >=media-video/mplayer2-2.0[ass] - alsa? ( media-libs/alsa-lib ) - gnome? ( gnome-base/gconf:2 - gnome-base/gvfs - gnome-base/nautilus ) - ipod? ( >=media-libs/libgpod-0.7 ) - libnotify? ( x11-libs/libnotify ) - musicbrainz? ( net-misc/curl - >=media-libs/musicbrainz-3 ) - pulseaudio? ( >=media-sound/pulseaudio-0.9.14 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - has_version ">=x11-libs/libnotify-0.7" && append-cppflags -DNOTIFY0_7_ENABLED - - G2CONF="--disable-dependency-tracking - $(use_enable gnome schemas-install) - $(use_enable gnome nautilus) - --enable-panscan - --disable-gseal - --with-gio - $(use_with gnome gconf) - $(use_with alsa) - $(use_with libnotify) - $(use_with ipod libgpod) - $(use_with musicbrainz libmusicbrainz3) - $(use_with pulseaudio flat-volume) - --without-gpm-new-method - --without-gpm-old-method" - - DOCS="ChangeLog README DOCS/keyboard_shortcuts.txt" -} - -src_prepare() { - gnome2_src_prepare -} - -src_install() { - gnome2_src_install - rm -rf "${D}"/usr/share/doc/${PN} - rmdir -p "${D}"/var/lib -}