summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/xmltv-druid/xmltv-druid-0.3.0.ebuild')
-rw-r--r--media-tv/xmltv-druid/xmltv-druid-0.3.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-tv/xmltv-druid/xmltv-druid-0.3.0.ebuild b/media-tv/xmltv-druid/xmltv-druid-0.3.0.ebuild
deleted file mode 100644
index 2fb6d9e44..000000000
--- a/media-tv/xmltv-druid/xmltv-druid-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Very simple Gnome druid for selecting, configuring and scheduling s tv_grab task for XMLTV."
-HOMEPAGE="http://gshowtv.sourceforge.net/xmltv-druid.html"
-SRC_URI="mirror://sourceforge/gshowtv/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-tv/xmltv
- dev-perl/gtk2-perl
- dev-perl/gtk2-gladexml
- dev-perl/gnome2-perl
- gnome-base/libgnomeui"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake build || die "emake build failed."
-}
-
-src_install() {
- dodoc AUTHORS README
- dobin xmltv-druid
- doman xmltv-druid.1
- domenu xmltv-druid.desktop
-}