diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-17 12:32:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-10-17 12:32:27 +0000 |
commit | effc73b22f933458820ca9321280e95fa3d66263 (patch) | |
tree | 5830af81b2338a37c6ab1aa87029b8bb3cea3ea1 /media-tv | |
parent | Version bump, little changes. (diff) | |
download | gentoo-2-effc73b22f933458820ca9321280e95fa3d66263.tar.gz gentoo-2-effc73b22f933458820ca9321280e95fa3d66263.tar.bz2 gentoo-2-effc73b22f933458820ca9321280e95fa3d66263.zip |
Version bump, little changes.
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/nxtvepg/ChangeLog | 9 | ||||
-rw-r--r-- | media-tv/nxtvepg/Manifest | 4 | ||||
-rw-r--r-- | media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 | 1 | ||||
-rw-r--r-- | media-tv/nxtvepg/files/nxtvepg-2.6.0.patch | 13 | ||||
-rw-r--r-- | media-tv/nxtvepg/nxtvepg-2.6.0.ebuild | 36 |
5 files changed, 60 insertions, 3 deletions
diff --git a/media-tv/nxtvepg/ChangeLog b/media-tv/nxtvepg/ChangeLog index 952daf2be638..6d4a8174b939 100644 --- a/media-tv/nxtvepg/ChangeLog +++ b/media-tv/nxtvepg/ChangeLog @@ -1,6 +1,13 @@ # 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.3 2003/07/30 07:19:11 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/nxtvepg/ChangeLog,v 1.4 2003/10/17 12:32:23 phosphan Exp $ + +*nxtvepg-2.6.0 (17 Oct 2003) + + 17 Oct 2003; Patrick Kursawe <phosphan@gentoo.org> nxtvepg-2.6.0.ebuild, + files/nxtvepg-2.6.0.patch: + Version bump and some little modifications. Uses epatch now, does not use + einstall any more. Manpage is installed now. *nxtvepg-2.5.2 (30 Jul 2003) diff --git a/media-tv/nxtvepg/Manifest b/media-tv/nxtvepg/Manifest index 13e5a216e285..d0d38c8c589c 100644 --- a/media-tv/nxtvepg/Manifest +++ b/media-tv/nxtvepg/Manifest @@ -1,8 +1,8 @@ MD5 172f165df47b2a4e1c2df732141780a7 nxtvepg-2.5.1-r1.ebuild 823 MD5 990e2b5787996c6571891c914122e1fc nxtvepg-2.5.2.ebuild 820 -MD5 9999d3aa070408cc67ab2e5bde921b3e nxtvepg-2.6.0.ebuild 832 +MD5 a9486e17438819b5bab8840ce3a3e71d nxtvepg-2.6.0.ebuild 830 MD5 f9ab89ab9b36aa2405b23ebcfac9ce73 nxtvepg-2.5.1.ebuild 812 -MD5 9ad7d776a3bf0cb0b1f619f9138b9f2e ChangeLog 1057 +MD5 1bd78eb7e3ec7dcb340d2e4ff89688ab ChangeLog 1315 MD5 e51950cf1aa2f36ef5d3b9ac2558ca9e metadata.xml 225 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.6.0 b/media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 new file mode 100644 index 000000000000..e4fb2eeda310 --- /dev/null +++ b/media-tv/nxtvepg/files/digest-nxtvepg-2.6.0 @@ -0,0 +1 @@ +MD5 9d7efd6b19f95274c002f19b92bcd9da nxtvepg-2.6.0.tar.gz 1129008 diff --git a/media-tv/nxtvepg/files/nxtvepg-2.6.0.patch b/media-tv/nxtvepg/files/nxtvepg-2.6.0.patch new file mode 100644 index 000000000000..697926044dcd --- /dev/null +++ b/media-tv/nxtvepg/files/nxtvepg-2.6.0.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.6.0.ebuild b/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild new file mode 100644 index 000000000000..9273319eddac --- /dev/null +++ b/media-tv/nxtvepg/nxtvepg-2.6.0.ebuild @@ -0,0 +1,36 @@ +# 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.6.0.ebuild,v 1.1 2003/10/17 12:32:23 phosphan 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="~x86" + +RDEPEND=">=dev-lang/tcl-8.0 + >=dev-lang/tk-8.0" + +DEPEND="${RDEPEND} + sys-apps/sed" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${P}.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 +} + |