summaryrefslogtreecommitdiff
path: root/gnome-extra
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-18 13:20:46 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-18 13:36:49 +0200
commit01247d68a38f262532308a082575fb8cd0edd998 (patch)
tree808885bdfaf30c60935a8d0ee28bfde066e24c6e /gnome-extra
parent23a6d6afdc18930408a08d8be379e6cc5244e3b5 (diff)
downloadgentoo-01247d68a38f262532308a082575fb8cd0edd998.tar.gz
gentoo-01247d68a38f262532308a082575fb8cd0edd998.tar.xz
gnome-extra/gnome-dvb-daemon: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gnome-dvb-daemon/Manifest1
-rw-r--r--gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild74
2 files changed, 0 insertions, 75 deletions
diff --git a/gnome-extra/gnome-dvb-daemon/Manifest b/gnome-extra/gnome-dvb-daemon/Manifest
index 413ebc89fb7..68a50e08d96 100644
--- a/gnome-extra/gnome-dvb-daemon/Manifest
+++ b/gnome-extra/gnome-dvb-daemon/Manifest
@@ -1,2 +1 @@
-DIST gnome-dvb-daemon-0.2.10.tar.xz 696372 SHA256 c23fcd4744c91bda065036a1a9b4a77b4665d7ca237f489e89a4c2f3133adcfb SHA512 9bf99f3b9d3c6a96a0fd193e41d98017f60ffa6255ae5fea52d2360fed0a3f292fc28c59060f54eb58e321e32e06693f5443bd3a4aba41cbd579a07a3c9691fb WHIRLPOOL 18eaa5739788ae3d9c44ce596105b64fcf608a875d4aba224abe18c8e1eac14d388c22126a61c92abe5efbf54c1cfc37400eb6b70fb457f597b4cdc1cb3573d6
DIST gnome-dvb-daemon-0.2.90.tar.xz 700504 SHA256 8d1f3cc6cd8cdb5e032841ea136d27c432f2c8a9b9e46fc8e7d752e22c875a5f SHA512 73e18ed5b267f1ef1ceebfe4ff25ccac3222bca9d7da164dd16acf9367c6b9f9710e915c81ef851c54b6fcae9b08f36d0c78665f4af425afc41b4c08eba49c40 WHIRLPOOL 618584c1e25be5ef4ad4a6c551a61e9a8bab8f8d1b308e863193dbde97af44554b82116d6b1ec86d88367defdc76c8c50ea10e4bf19be54c8f5325f2169f12f6
diff --git a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild b/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
deleted file mode 100644
index 6a3fc9b26c9..00000000000
--- a/gnome-extra/gnome-dvb-daemon/gnome-dvb-daemon-0.2.10.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="2:2.5"
-VALA_MIN_API_VERSION="0.16"
-
-inherit eutils python gnome2 multilib vala
-
-DESCRIPTION="Setup your DVB devices, record and watch TV shows and browse EPG using GStreamer"
-HOMEPAGE="https://wiki.gnome.org/action/show/Projects/DVBDaemon"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="nls totem vala"
-
-RDEPEND=">=dev-libs/glib-2.32.0:2
- >=media-libs/gstreamer-0.10.29:0.10
- >=media-libs/gst-plugins-good-0.10.14:0.10
- >=media-libs/gst-plugins-bad-0.10.13:0.10
- >=dev-libs/libgee-0.5:0
- >=dev-db/sqlite-3.4
- >=media-libs/gst-rtsp-server-0.10.7:0.10
- media-plugins/gst-plugins-dvb:0.10
- dev-python/gst-python:0.10
- >=dev-python/pygobject-3.2.1:3
- >=dev-libs/gobject-introspection-0.10.8
- x11-libs/gtk+:3[introspection]
- virtual/libgudev
- vala? ( $(vala_depend) )
- totem? ( media-video/totem )"
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5.8.1
- >=dev-util/intltool-0.40.0
- virtual/pkgconfig
- nls? ( >=sys-devel/gettext-0.18.1 )
- >=sys-devel/libtool-2.2.6"
-
-pkg_setup() {
- G2CONF="${G2CONF} \
- $(use_enable nls)
- $(use_enable totem totem-plugin)"
- use totem && G2CONF="${G2CONF} \
- --with-totem-plugin-dir=/usr/$(get_libdir)/totem/plugins"
-
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_clean_py-compile_files
- python_convert_shebangs -r 2 .
- gnome2_src_prepare
- use vala && vala_src_prepare
-}
-
-pkg_postinst() {
- python_mod_optimize gnomedvb
- if use totem; then
- python_mod_optimize "/usr/$(get_libdir)/totem/plugins"
- fi
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- python_mod_cleanup gnomedvb
- if use totem; then
- python_mod_cleanup "/usr/$(get_libdir)/totem/plugins"
- fi
- gnome2_pkg_postrm
-}