diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-11-29 21:05:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-11-29 21:05:09 +0000 |
commit | 9df92aae3170c8613c0362fd1f94710a607cff05 (patch) | |
tree | 7361bf32ce93c4eab0501bc44e9c07b1509cd475 /media-tv | |
parent | sci-libs/shapelib: Respect AR, #444548 (diff) | |
download | gentoo-2-9df92aae3170c8613c0362fd1f94710a607cff05.tar.gz gentoo-2-9df92aae3170c8613c0362fd1f94710a607cff05.tar.bz2 gentoo-2-9df92aae3170c8613c0362fd1f94710a607cff05.zip |
media-tv/nxtvepg: Broken dep on <tk-8.4
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/nxtvepg/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/nxtvepg/nxtvepg-2.7.5.ebuild | 40 |
2 files changed, 5 insertions, 42 deletions
diff --git a/media-tv/nxtvepg/ChangeLog b/media-tv/nxtvepg/ChangeLog index c2f28ffa9a8f..19f33da0b1c3 100644 --- a/media-tv/nxtvepg/ChangeLog +++ b/media-tv/nxtvepg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/nxtvepg -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.27 2010/06/24 18:54:54 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.28 2012/11/29 21:05:09 jlec Exp $ + + 29 Nov 2012; Justin Lecher <jlec@gentoo.org> -nxtvepg-2.7.5.ebuild: + Broken dep on <tk-8.4 24 Jun 2010; Christian Faulhammer <fauli@gentoo.org> nxtvepg-2.8.1.ebuild: stable x86, bug 316395 diff --git a/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild b/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild deleted file mode 100644 index 79d3467737a9..000000000000 --- a/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.7.5.ebuild,v 1.5 2009/08/08 15:14:40 ssuominen Exp $ - -inherit eutils - -DESCRIPTION="receive and browse free TV programme listings via bttv for tv networks in Europe" -HOMEPAGE="http://nxtvepg.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND="<dev-lang/tcl-8.5 - <dev-lang/tk-8.5 - x11-libs/libX11 - x11-libs/libXmu" - -DEPEND="${RDEPEND} - sys-apps/sed - sys-kernel/linux-headers - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/nxtvepg-db.patch -} - -src_compile() { - make prefix="/usr" || die "make failed" -} - -src_install() { - make install ROOT="${D}" prefix="/usr" || die "install failed" - dodoc README COPYRIGHT CHANGES TODO - dohtml manual.html -} |