summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-07-30 07:19:20 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-07-30 07:19:20 +0000
commitf32eabf51e3e7561a1099d5f84f30e9bb9550e2f (patch)
treeaaa487bd43feb1882f2f8699745d507a50c53a69 /media-tv
parentVersion bump (diff)
downloadgentoo-2-f32eabf51e3e7561a1099d5f84f30e9bb9550e2f.tar.gz
gentoo-2-f32eabf51e3e7561a1099d5f84f30e9bb9550e2f.tar.bz2
gentoo-2-f32eabf51e3e7561a1099d5f84f30e9bb9550e2f.zip
Version bump
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/nxtvepg/ChangeLog8
-rw-r--r--media-tv/nxtvepg/Manifest4
-rw-r--r--media-tv/nxtvepg/files/digest-nxtvepg-2.5.21
-rw-r--r--media-tv/nxtvepg/files/nxtvepg-2.5.2.patch13
-rw-r--r--media-tv/nxtvepg/nxtvepg-2.5.2.ebuild34
5 files changed, 57 insertions, 3 deletions
diff --git a/media-tv/nxtvepg/ChangeLog b/media-tv/nxtvepg/ChangeLog
index e34a269a695e..952daf2be638 100644
--- a/media-tv/nxtvepg/ChangeLog
+++ b/media-tv/nxtvepg/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-tv/nxtvepg
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.2 2003/06/20 04:22:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.3 2003/07/30 07:19:11 phosphan Exp $
+
+*nxtvepg-2.5.2 (30 Jul 2003)
+
+ 30 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> nxtvepg-2.5.2.ebuild,
+ files/nxtvepg-2.5.2.patch:
+ Version bump as requested in bug 25391
*nxtvepg-2.5.1-r1 (18 Jun 2003)
diff --git a/media-tv/nxtvepg/Manifest b/media-tv/nxtvepg/Manifest
index a0661b5c1867..33bb83acf84c 100644
--- a/media-tv/nxtvepg/Manifest
+++ b/media-tv/nxtvepg/Manifest
@@ -1,7 +1,7 @@
MD5 a03cfa9efb669ed93804b43419b6c1ad nxtvepg-2.5.1-r1.ebuild 835
-MD5 473d7e509bee9630b5638c4ac4a475bd nxtvepg-2.5.2.ebuild 836
+MD5 b4e1c158d348642cc30f65a688f078cb nxtvepg-2.5.2.ebuild 834
MD5 d690c0d9e85c37647fb11f54a3187512 nxtvepg-2.5.1.ebuild 824
-MD5 78abba2f3c50d2770e74952cd2a99597 ChangeLog 879
+MD5 9ad7d776a3bf0cb0b1f619f9138b9f2e ChangeLog 1057
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 1f0171b21eac5e3c18f48e1e5ee20954 files/digest-nxtvepg-2.5.1 66
MD5 7c0b2d6a957373cc13dbca7a5c6c9bb0 files/digest-nxtvepg-2.5.2 66
diff --git a/media-tv/nxtvepg/files/digest-nxtvepg-2.5.2 b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.2
new file mode 100644
index 000000000000..6040d147b1c9
--- /dev/null
+++ b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.2
@@ -0,0 +1 @@
+MD5 cb81f15e8e8bcb2fd1185946902b72e0 nxtvepg-2.5.2.tar.gz 1007291
diff --git a/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch b/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch
new file mode 100644
index 000000000000..697926044dcd
--- /dev/null
+++ b/media-tv/nxtvepg/files/nxtvepg-2.5.2.patch
@@ -0,0 +1,13 @@
+--- Makefile 2003-04-21 00:14:50.000000000 +0200
++++ Makefile.new 2003-05-09 14:39:11.000000000 +0200
+@@ -92,8 +92,8 @@
+ # The database directory can be either in the user's $HOME (or relative to any
+ # other env variable) or at a global place like /var/spool (world-writable)
+ # -> uncomment 2 lines below to put the databases in the user's home
+-#USER_DBDIR = .nxtvdb
+-#DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\"
++USER_DBDIR = .nxtvdb
++DEFS += -DEPG_DB_ENV=\"HOME\" -DEPG_DB_DIR=\"$(USER_DBDIR)\"
+ ifndef USER_DBDIR
+ SYS_DBDIR = /usr/tmp/nxtvdb
+ DEFS += -DEPG_DB_DIR=\"$(SYS_DBDIR)\"
diff --git a/media-tv/nxtvepg/nxtvepg-2.5.2.ebuild b/media-tv/nxtvepg/nxtvepg-2.5.2.ebuild
new file mode 100644
index 000000000000..7a791c733d8c
--- /dev/null
+++ b/media-tv/nxtvepg/nxtvepg-2.5.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/nxtvepg-2.5.2.ebuild,v 1.1 2003/07/30 07:19:11 phosphan Exp $
+
+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="~x86"
+
+RDEPEND=">=dev-lang/tcl-8.0
+ >=dev-lang/tk-8.0"
+
+DEPEND="${RDEPEND}
+ sys-apps/sed"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ patch -p0 < ${FILESDIR}/${P}.patch
+}
+
+src_compile() {
+ make prefix="/usr" || die "make failed"
+}
+
+src_install() {
+ einstall resdir="${D}/usr/X11R6/lib/X11" || die "install failed"
+ dodoc README COPYRIGHT CHANGES TODO
+ dohtml manual.html
+}
+