public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/nxtvepg: ChangeLog nxtvepg-2.8.1.ebuild
@ 2009-08-17 15:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-17 15:38 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/17 15:38:22

  Modified:             ChangeLog
  Added:                nxtvepg-2.8.1.ebuild
  Log:
  version bump for bug 241700
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.22                 media-tv/nxtvepg/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nxtvepg/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	17 Aug 2009 15:34:49 -0000	1.21
+++ ChangeLog	17 Aug 2009 15:38:22 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/nxtvepg
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.21 2009/08/17 15:34:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.22 2009/08/17 15:38:22 fauli Exp $
+
+*nxtvepg-2.8.1 (17 Aug 2009)
+
+  17 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  +nxtvepg-2.8.1.ebuild:
+  version bump for bug 241700
 
   17 Aug 2009; Christian Faulhammer <fauli@gentoo.org> nxtvepg-2.8.0.ebuild:
   install man pages in the correct location, fixes bug 246660



1.1                  media-tv/nxtvepg/nxtvepg-2.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.1&content-type=text/plain

Index: nxtvepg-2.8.1.ebuild
===================================================================
# 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.8.1.ebuild,v 1.1 2009/08/17 15:38:22 fauli Exp $

inherit eutils toolchain-funcs

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="X unicode"

RDEPEND="X? ( >=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
	X? ( x11-proto/xproto )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/nxtvepg-db.patch" || die "db patch failed"
	epatch "${FILESDIR}/nxtvepg-daemon-install.patch" || die "daemon patch failed"
	epatch "${FILESDIR}/nxtvepg-tcl8.5.patch" || die "tcl-8.5 patch failed"
	use unicode && epatch "${FILESDIR}/nxtvepg-unicode.patch"
}

src_compile() {
	if use X; then
		emake -j1 CC=$(tc-getCC) prefix="/usr" mandir="/usr/share/man/man1"|| die "emake failed"
	else
		emake -j1 CC=$(tc-getCC) prefix="/usr" mandir="/usr/share/man/man1" daemon || die "emake failed"
	fi
}

src_install() {
	if use X; then
		emake ROOT="${D}" prefix="/usr" mandir="${D}/usr/share/man/man1" install || die "emake install failed"
	else
		emake ROOT="${D}" prefix="/usr" mandir="${D}/usr/share/man/man1" install-daemon || die "emake install failed"
	fi
	dodoc README CHANGES TODO
	dohtml manual*.html
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/nxtvepg: ChangeLog nxtvepg-2.8.1.ebuild
@ 2010-05-26 18:59 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-26 18:59 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/26 18:59:46

  Modified:             ChangeLog nxtvepg-2.8.1.ebuild
  Log:
  stable amd64, bug 316395
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 media-tv/nxtvepg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	27 Sep 2009 14:55:19 -0000	1.25
+++ ChangeLog	26 May 2010 18:59:46 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-tv/nxtvepg
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.25 2009/09/27 14:55:19 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.26 2010/05/26 18:59:46 pacho Exp $
+
+  26 May 2010; Pacho Ramos <pacho@gentoo.org> nxtvepg-2.8.1.ebuild:
+  stable amd64, bug 316395
 
   27 Sep 2009; nixnut <nixnut@gentoo.org> nxtvepg-2.8.0.ebuild:
   ppc stable #281414



1.2                  media-tv/nxtvepg/nxtvepg-2.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?r1=1.1&r2=1.2

Index: nxtvepg-2.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nxtvepg-2.8.1.ebuild	17 Aug 2009 15:38:22 -0000	1.1
+++ nxtvepg-2.8.1.ebuild	26 May 2010 18:59:46 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v 1.1 2009/08/17 15:38:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v 1.2 2010/05/26 18:59:46 pacho Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="X unicode"
 
 RDEPEND="X? ( >=dev-lang/tcl-8.5






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-tv/nxtvepg: ChangeLog nxtvepg-2.8.1.ebuild
@ 2010-06-24 18:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-24 18:54 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/24 18:54:54

  Modified:             ChangeLog nxtvepg-2.8.1.ebuild
  Log:
  stable x86, bug 316395
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.27                 media-tv/nxtvepg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	26 May 2010 18:59:46 -0000	1.26
+++ ChangeLog	24 Jun 2010 18:54:54 -0000	1.27
@@ -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.26 2010/05/26 18:59:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.27 2010/06/24 18:54:54 fauli Exp $
+
+  24 Jun 2010; Christian Faulhammer <fauli@gentoo.org> nxtvepg-2.8.1.ebuild:
+  stable x86, bug 316395
 
   26 May 2010; Pacho Ramos <pacho@gentoo.org> nxtvepg-2.8.1.ebuild:
   stable amd64, bug 316395



1.3                  media-tv/nxtvepg/nxtvepg-2.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild?r1=1.2&r2=1.3

Index: nxtvepg-2.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nxtvepg-2.8.1.ebuild	26 May 2010 18:59:46 -0000	1.2
+++ nxtvepg-2.8.1.ebuild	24 Jun 2010 18:54:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v 1.2 2010/05/26 18:59:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.8.1.ebuild,v 1.3 2010/06/24 18:54:54 fauli Exp $
 
 inherit eutils toolchain-funcs
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="X unicode"
 
 RDEPEND="X? ( >=dev-lang/tcl-8.5






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-24 18:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 18:54 [gentoo-commits] gentoo-x86 commit in media-tv/nxtvepg: ChangeLog nxtvepg-2.8.1.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-26 18:59 Pacho Ramos (pacho)
2009-08-17 15:38 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox