From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-890544-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 076C61382F7 for <garchives@archives.gentoo.org>; Wed, 6 Jul 2016 10:21:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB42614179; Wed, 6 Jul 2016 10:21:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5760314179 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Jul 2016 10:21:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5BD2340C57 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Jul 2016 10:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91EAA2440 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Jul 2016 10:20:55 +0000 (UTC) From: "Michael Palimaka" <kensington@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org> Message-ID: <1467800441.80dae2b15e48735a15c5e8e81737221a44a3fe75.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/freevo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/freevo/freevo-1.9.0.ebuild X-VCS-Directories: media-tv/freevo/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 80dae2b15e48735a15c5e8e81737221a44a3fe75 X-VCS-Branch: master Date: Wed, 6 Jul 2016 10:20:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 69d2b233-4852-4fc0-b1c4-42fdd9d5c353 X-Archives-Hash: 2525b3a55d655a27b148be5c172a72b9 commit: 80dae2b15e48735a15c5e8e81737221a44a3fe75 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Wed Jul 6 10:20:35 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jul 6 10:20:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80dae2b1 media-tv/freevo: remove old Package-Manager: portage-2.3.0 media-tv/freevo/freevo-1.9.0.ebuild | 187 ------------------------------------ 1 file changed, 187 deletions(-) diff --git a/media-tv/freevo/freevo-1.9.0.ebuild b/media-tv/freevo/freevo-1.9.0.ebuild deleted file mode 100644 index 2f86be8..0000000 --- a/media-tv/freevo/freevo-1.9.0.ebuild +++ /dev/null @@ -1,187 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2:2.5" -PYTHON_USE_WITH="xml" - -inherit distutils eutils - -DESCRIPTION="Digital video jukebox (PVR, DVR)" -HOMEPAGE="http://www.freevo.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="cdparanoia doc dvd encode fbcon flac gphoto2 jpeg lame lirc matrox mixer nls tv vorbis xine X" - -RDEPEND="dev-python/beautifulsoup:python-2 - dev-python/pillow - dev-python/pygame - >=dev-python/twisted-core-2.5 - >=dev-python/twisted-web-0.6 - dev-python/zope-interface - - >=dev-python/kaa-base-0.6.0 - >=dev-python/kaa-metadata-0.7.3 - >=dev-python/kaa-imlib2-0.2.3 - dev-python/kaa-display - - media-video/mplayer[fbcon?] - >=media-libs/libsdl-1.2.5[fbcon?] - media-libs/sdl-image[jpeg,png] - x11-apps/xset - - cdparanoia? ( media-sound/cdparanoia ) - dvd? ( - >=media-video/lsdvd-0.10 - fbcon? ( media-libs/xine-lib[fbcon] ) - encode? ( media-video/dvdbackup ) - ) - flac? ( media-libs/flac ) - gphoto2? ( media-libs/libgphoto2 ) - jpeg? ( virtual/jpeg ) - lame? ( media-sound/lame ) - lirc? ( app-misc/lirc >=dev-python/pylirc-0.0.3 ) - matrox? ( >=media-video/matroxset-0.3 ) - mixer? ( media-sound/aumix ) - tv? ( media-tv/xmltv ) - xine? ( media-video/xine-ui ) - vorbis? ( media-sound/vorbis-tools )" - -pkg_setup() { - if ! { use X || use fbcon || use matrox ; } ; then - echo - ewarn "WARNING - no video support specified in USE flags." - ewarn "Please be sure that media-libs/libsdl supports whatever video" - ewarn "support (X11, fbcon, etc.) you plan on using." - echo - fi - - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-PIL.patch - - distutils_src_prepare - python_convert_shebangs -r 2 . -} - -src_install() { - distutils_src_install - - insinto /etc/freevo - newins local_conf.py.example local_conf.py - - if [ "${PROFILE_ARCH}" == "xbox" ]; then - sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py - newins "${FILESDIR}"/xbox-lircrc lircrc - fi - - if use X; then - echo "#!/bin/bash" > freevo - echo "/usr/bin/freevoboot startx" >> freevo - exeinto /etc/X11/Sessions/ - doexe freevo - - #insinto /etc/X11/dm/Sessions - #doins "${FILESDIR}/freevo.desktop" - - insinto /usr/share/xsessions - doins "${FILESDIR}/freevo.desktop" - fi - - newbin "${FILESDIR}"/${PN}-1.8.2.boot freevoboot - newconfd "${FILESDIR}/freevo.conf" freevo - - rm -rf "${D}/usr/share/doc" - - dodoc ChangeLog FAQ RELEASE_NOTES README TODO \ - Docs/{CREDITS,NOTES,*.txt,plugins/*.txt} - use doc && - cp -r Docs/{installation,html,plugin_writing} "${D}/usr/share/doc/${PF}" - - use nls || rm -rf "${D}"/usr/share/locale - - # Create a default freevo setup - cd "${S}/src" - if [ "${PROFILE_ARCH}" == "xbox" ]; then - myconf="${myconf} --geometry=640x480 --display=x11" - elif use matrox ; then - myconf="${myconf} --geometry=768x576 --display=mga" - elif use X ; then - myconf="${myconf} --geometry=800x600 --display=x11" - else - myconf="${myconf} --geometry=800x600 --display=fbdev" - fi - sed -i "s:/etc/freevo/freevo.conf:${D}/etc/freevo/freevo.conf:g" setup_freevo.py || die "Could not fix setup_freevo.py" - "$(PYTHON)" setup_freevo.py ${myconf} || die "Could not create new freevo.conf" -} - -pkg_postinst() { - distutils_pkg_postinst - - echo - einfo "Please check /etc/freevo/freevo.conf and" - einfo "/etc/freevo/local_conf.py before starting Freevo." - einfo "To rebuild freevo.conf with different parameters," - einfo "please run:" - einfo " # freevo setup" - - ewarn "To update from existing installations, please run" - ewarn " # freevo convert_config /etc/freevo/local_conf.py -w" - ewarn "If you are using the recordserver, be sure to" - ewarn "read the RELEASE_NOTES in /usr/share/doc/${P}" - - echo - einfo "To build a freevo-only system, please use the freevoboot" - einfo "wrapper to be run it as a user. It can be configured in /etc/conf.d/freevo" - - if use X ; then - echo - ewarn "If you're using a Freevo-only system with X, you'll need" - ewarn "to setup the autologin (as user) and choose freevo as" - ewarn "default session. If you need to run recordserver/webserver" - ewarn "at boot, please use /etc/conf.d/freevo" - echo - ewarn "Should you decide to personalize your freevo.desktop" - ewarn "session, keep the definition for '/usr/bin/freevoboot startx'" - else - echo - ewarn "If you want Freevo to start automatically,you'll need" - ewarn "to follow instructions at :" - ewarn "http://doc.freevo.org/BootFreevo" - echo - ewarn "*NOTE: you can use mingetty or provide a login" - ewarn "program for getty to autologin as a user with limited privileges." - ewarn "A tutorial for getty is at:" - ewarn "http://ubuntuforums.org/showthread.php?t=152274" - fi - - if [ -e "${ROOT}/etc/init.d/freevo" ] ; then - echo - ewarn "Please remove /etc/init.d/freevo as it is a security" - ewarn "threat. To set autostart read above." - fi - - if [ -e "${ROOT}/opt/freevo" ] ; then - echo - ewarn "Please remove ${ROOT}/opt/freevo because it is no longer used." - fi - if [ -e "${ROOT}/etc/freevo/freevo_config.py" ] ; then - echo - ewarn "Please remove ${ROOT}/etc/freevo/freevo_config.py." - fi - if [ -e "${ROOT}/etc/init.d/freevo-record" ] ; then - echo - ewarn "Please remove ${ROOT}/etc/init.d/freevo-record" - fi - if [ -e "${ROOT}/etc/init.d/freevo-web" ] ; then - echo - ewarn "Please remove ${ROOT}/etc/init.d/freevo-web" - fi -}