diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-09 12:53:28 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-05-09 12:53:28 +0000 |
commit | 205358aaa4f3e33f5286ee9d7e7d18749a2f2b15 (patch) | |
tree | 4b54bf290f6824ba47d15d572c89eb1b37c1a78f /x11-misc | |
parent | Initial import, closing bug 20683 (diff) | |
download | gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.tar.gz gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.tar.bz2 gentoo-2-205358aaa4f3e33f5286ee9d7e7d18749a2f2b15.zip |
Initial import, closing bug 20683
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/nxtvepg/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/nxtvepg/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/nxtvepg/files/digest-nxtvepg-2.5.1 | 1 | ||||
-rw-r--r-- | x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch | 13 | ||||
-rw-r--r-- | x11-misc/nxtvepg/nxtvepg-2.5.1.ebuild | 34 |
5 files changed, 60 insertions, 2 deletions
diff --git a/x11-misc/nxtvepg/ChangeLog b/x11-misc/nxtvepg/ChangeLog new file mode 100644 index 000000000000..6e05d35d96e8 --- /dev/null +++ b/x11-misc/nxtvepg/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/nxtvepg +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/nxtvepg/ChangeLog,v 1.1 2003/05/09 12:53:20 phosphan Exp $ + +*nxtvepg-2.5.1 (09 May 2003) + + 09 May 2003; Patrick Kursawe <phosphan@gentoo.org> nxtvepg-2.5.1.ebuild, + files/nxtvepg-2.5.1.patch : + Initial import, ebuild provided by Torsten <t_veller@gmx.de> in bug 20683. + diff --git a/x11-misc/nxtvepg/Manifest b/x11-misc/nxtvepg/Manifest index 5a5fbe5f3197..ac05533d50cd 100644 --- a/x11-misc/nxtvepg/Manifest +++ b/x11-misc/nxtvepg/Manifest @@ -1,4 +1,4 @@ -MD5 32703e1cc66fa560ef97dcbb1f2cafa2 nxtvepg-2.5.1.ebuild 724 -MD5 47ca9904081ce1bfdd18507b3cdad5df ChangeLog 308 +MD5 bf27db6ae9f6c5f4da584ba358553a7e nxtvepg-2.5.1.ebuild 826 +MD5 b98afd08d77354ddde80be8039cf2955 ChangeLog 429 MD5 1f0171b21eac5e3c18f48e1e5ee20954 files/digest-nxtvepg-2.5.1 66 MD5 1e4f8db2f6cc3e3a59befb1a6e3e0b2f files/nxtvepg-2.5.1.patch 638 diff --git a/x11-misc/nxtvepg/files/digest-nxtvepg-2.5.1 b/x11-misc/nxtvepg/files/digest-nxtvepg-2.5.1 new file mode 100644 index 000000000000..270ac0b4c858 --- /dev/null +++ b/x11-misc/nxtvepg/files/digest-nxtvepg-2.5.1 @@ -0,0 +1 @@ +MD5 d945ca4bf5597edab635a322ec911181 nxtvepg-2.5.1.tar.gz 1006564 diff --git a/x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch b/x11-misc/nxtvepg/files/nxtvepg-2.5.1.patch new file mode 100644 index 000000000000..697926044dcd --- /dev/null +++ b/x11-misc/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)\" diff --git a/x11-misc/nxtvepg/nxtvepg-2.5.1.ebuild b/x11-misc/nxtvepg/nxtvepg-2.5.1.ebuild new file mode 100644 index 000000000000..126904160199 --- /dev/null +++ b/x11-misc/nxtvepg/nxtvepg-2.5.1.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/x11-misc/nxtvepg/nxtvepg-2.5.1.ebuild,v 1.1 2003/05/09 12:53:20 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 ROOT="${D}" prefix="/usr" || die "make failed" +} + +src_install() { + einstall ROOT="${D}" || die "install failed" + dodoc README COPYRIGHT CHANGES TODO + dohtml manual.html +} + |