* [gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/
@ 2016-04-26 22:27 Austin English
0 siblings, 0 replies; only message in thread
From: Austin English @ 2016-04-26 22:27 UTC (permalink / raw
To: gentoo-commits
commit: e6aed1f213e0970ed2d363562f4fa8b311120520
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 22:26:23 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 22:26:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6aed1f2
media-tv/nvtv: remove nvtv-0.4.7-r1
Package-Manager: portage-2.2.26
media-tv/nvtv/nvtv-0.4.7-r1.ebuild | 58 --------------------------------------
1 file changed, 58 deletions(-)
diff --git a/media-tv/nvtv/nvtv-0.4.7-r1.ebuild b/media-tv/nvtv/nvtv-0.4.7-r1.ebuild
deleted file mode 100644
index f162304..0000000
--- a/media-tv/nvtv/nvtv-0.4.7-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-IUSE="X gtk"
-
-DESCRIPTION="TV-Out for NVidia cards"
-HOMEPAGE="http://sourceforge.net/projects/nv-tv-out/"
-SRC_URI="mirror://sourceforge/nv-tv-out/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-
-RDEPEND="sys-apps/pciutils[-zlib]
- gtk? ( x11-libs/gtk+:2 )
- X? ( x11-libs/libXi
- x11-libs/libXmu
- x11-libs/libXxf86vm )"
-
-DEPEND="${RDEPEND}
- X? ( x11-proto/xf86vidmodeproto )"
-
-src_configure() {
- local myconf
-
- if use gtk
- then
- myconf="${myconf} --with-gtk"
- else
- myconf="${myconf} --without-gtk"
- fi
-
- use X \
- && myconf="${myconf} --with-x" \
- || myconf="${myconf} --without-x"
-
- econf ${myconf}
-}
-
-src_compile() {
- # The CFLAGS don't seem to make it into the Makefile.
- cd src
- emake CXFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- dobin src/nvtv || die
- dosbin src/nvtvd || die
-
- dodoc ANNOUNCE BUGS FAQ INSTALL README \
- doc/USAGE doc/chips.txt doc/overview.txt \
- doc/timing.txt xine/tvxine
-
- newinitd "${FILESDIR}"/nvtv.start nvtv
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-26 22:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 22:27 [gentoo-commits] repo/gentoo:master commit in: media-tv/nvtv/ Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox