summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/nailer/nailer-0.4.3.ebuild')
-rw-r--r--media-video/nailer/nailer-0.4.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-video/nailer/nailer-0.4.3.ebuild b/media-video/nailer/nailer-0.4.3.ebuild
deleted file mode 100644
index 44804e0..0000000
--- a/media-video/nailer/nailer-0.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-GCONF_DEBUG=no
-
-inherit eutils gnome2
-
-DESCRIPTION="Video Thumbnailer that uses mplayer"
-HOMEPAGE="http://code.google.com/p/mplayer-video-thumbnailer/"
-SRC_URI="http://mplayer-video-thumbnailer.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="media-video/mplayer"
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/x-flv.patch
-}
-
-src_install() {
- addpredict /etc/gconf/gconf.xml.defaults/.testing.writeability
- emake DESTDIR="${D}" install || die "emake install failed"
-}