diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 12:21:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 12:21:54 +0000 |
commit | ea53a209c2512b2c2fc017eff05ada914a87a5ac (patch) | |
tree | 04e8b50f831fd534f0d8b97cf9336cdc38f5eabf /media-tv/nxtvepg/files | |
parent | moved to media-tv (diff) | |
download | gentoo-2-ea53a209c2512b2c2fc017eff05ada914a87a5ac.tar.gz gentoo-2-ea53a209c2512b2c2fc017eff05ada914a87a5ac.tar.bz2 gentoo-2-ea53a209c2512b2c2fc017eff05ada914a87a5ac.zip |
moved to media-tv
Diffstat (limited to 'media-tv/nxtvepg/files')
-rw-r--r-- | media-tv/nxtvepg/files/digest-nxtvepg-2.5.1 | 1 | ||||
-rw-r--r-- | media-tv/nxtvepg/files/digest-nxtvepg-2.5.1-r1 | 1 | ||||
-rw-r--r-- | media-tv/nxtvepg/files/nxtvepg-2.5.1.patch | 13 |
3 files changed, 15 insertions, 0 deletions
diff --git a/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1 b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1 new file mode 100644 index 000000000000..270ac0b4c858 --- /dev/null +++ b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1 @@ -0,0 +1 @@ +MD5 d945ca4bf5597edab635a322ec911181 nxtvepg-2.5.1.tar.gz 1006564 diff --git a/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1-r1 b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1-r1 new file mode 100644 index 000000000000..270ac0b4c858 --- /dev/null +++ b/media-tv/nxtvepg/files/digest-nxtvepg-2.5.1-r1 @@ -0,0 +1 @@ +MD5 d945ca4bf5597edab635a322ec911181 nxtvepg-2.5.1.tar.gz 1006564 diff --git a/media-tv/nxtvepg/files/nxtvepg-2.5.1.patch b/media-tv/nxtvepg/files/nxtvepg-2.5.1.patch new file mode 100644 index 000000000000..697926044dcd --- /dev/null +++ b/media-tv/nxtvepg/files/nxtvepg-2.5.1.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)\" |