summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2003-09-28 04:24:43 +0000
committerCaleb Tennis <caleb@gentoo.org>2003-09-28 04:24:43 +0000
commit730724bd910746bcf551779ce8c76a7def7ada1f (patch)
tree6beb8cbd0a97d84d5431748d58b28da481416b35 /media-tv
parentremoving obsolete ebuild (diff)
downloadhistorical-730724bd910746bcf551779ce8c76a7def7ada1f.tar.gz
historical-730724bd910746bcf551779ce8c76a7def7ada1f.tar.bz2
historical-730724bd910746bcf551779ce8c76a7def7ada1f.zip
obsolete ebuild
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/kwintv/ChangeLog21
-rw-r--r--media-tv/kwintv/Manifest4
-rw-r--r--media-tv/kwintv/files/digest-kwintv-0.8.111
-rw-r--r--media-tv/kwintv/files/kwintv.patch20
-rw-r--r--media-tv/kwintv/kwintv-0.8.11.ebuild20
5 files changed, 0 insertions, 66 deletions
diff --git a/media-tv/kwintv/ChangeLog b/media-tv/kwintv/ChangeLog
deleted file mode 100644
index 76f8d8c1267d..000000000000
--- a/media-tv/kwintv/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for media-tv/kwintv
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kwintv/ChangeLog,v 1.2 2003/08/12 03:40:43 caleb Exp $
-
- 11 Aug 2003; Caleb Tennis <caleb@gentoo.rog> kwintv-0.8.11.ebuild:
- Adding a minor patch to make it compile..fixes bug #23817
-
-*kwintv-0.8.11 (18 Jun 2003)
-
- 18 Jun 2003; Seemant Kulleen <seemant@gentoo.org> kwintv-0.8.11.ebuild:
- moved to media-tv
-
-*kwintv-0.8.11 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/media-tv/kwintv/Manifest b/media-tv/kwintv/Manifest
deleted file mode 100644
index 118b2b3a222c..000000000000
--- a/media-tv/kwintv/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 06d28bd832cb9d46dbe6dbb1ebc01975 kwintv-0.8.11.ebuild 542
-MD5 9b10ccb510016b84b1b294a55aa0cab9 ChangeLog 927
-MD5 99aa6ca4129b410d151a88731a6339ab files/kwintv.patch 613
-MD5 542e96a3373aaf07c27fa8b5b74509a7 files/digest-kwintv-0.8.11 66
diff --git a/media-tv/kwintv/files/digest-kwintv-0.8.11 b/media-tv/kwintv/files/digest-kwintv-0.8.11
deleted file mode 100644
index a70dadb7f5b0..000000000000
--- a/media-tv/kwintv/files/digest-kwintv-0.8.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d9e4d098b05e54cc51488df860cd9218 kwintv-0.8.11.tar.bz2 697144
diff --git a/media-tv/kwintv/files/kwintv.patch b/media-tv/kwintv/files/kwintv.patch
deleted file mode 100644
index 9c0922d3ce07..000000000000
--- a/media-tv/kwintv/files/kwintv.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-===================================================================
-RCS file: /home2/webcvs/mirror/kdenonbeta/kwintv/kwintv/wintvstreamview.cpp,v
-retrieving revision 1.4
-retrieving revision 1.5
-diff -u -p -r1.4 -r1.5
---- kdenonbeta/kwintv/kwintv/wintvstreamview.cpp 2002/03/01 08:18:30 1.4
-+++ kdenonbeta/kwintv/kwintv/wintvstreamview.cpp 2002/04/12 12:12:22 1.5
-@@ -61,10 +61,10 @@ wintvstreamview::wintvstreamview
- (
- rcfile * _rc,
- QWidget* parent,
-- const char* name
-+ const char* _name
- )
- :
-- wintvstreamviewData( parent, name )
-+ wintvstreamviewData( parent, _name )
- {
- int i,p;
- int px,py;
diff --git a/media-tv/kwintv/kwintv-0.8.11.ebuild b/media-tv/kwintv/kwintv-0.8.11.ebuild
deleted file mode 100644
index 8628a8011e87..000000000000
--- a/media-tv/kwintv/kwintv-0.8.11.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kwintv/kwintv-0.8.11.ebuild,v 1.3 2003/08/12 03:40:43 caleb Exp $
-
-inherit kde-base
-
-need-kde 2.1
-
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-DESCRIPTION="a KDE application that allows you to watch television."
-SRC_URI="http://www.staikos.on.ca/~staikos/kwintv/latest/${P}.tar.bz2"
-HOMEPAGE="http://www.kwintv.org"
-
-src_unpack()
-{
- kde_src_unpack
- cd ${S} && epatch ${FILESDIR}/kwintv.patch
-}