summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/videoteco/ChangeLog8
-rw-r--r--app-editors/videoteco/metadata.xml9
-rw-r--r--app-editors/videoteco/videoteco-4.69.ebuild8
3 files changed, 19 insertions, 6 deletions
diff --git a/app-editors/videoteco/ChangeLog b/app-editors/videoteco/ChangeLog
index f62edab34fe4..00b98488520b 100644
--- a/app-editors/videoteco/ChangeLog
+++ b/app-editors/videoteco/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/videoteco
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/ChangeLog,v 1.2 2003/10/01 19:51:40 taviso Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/ChangeLog,v 1.3 2004/06/07 04:19:25 dragonheart Exp $
+
+ 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
+ videoteco-4.69.ebuild:
+ QA fix - IUSE and SRC_URI nolonger exists
01 Oct 2003; Tavis Ormandy <taviso@gentoo.org> videoteco-4.69.ebuild:
Stable on alpha
diff --git a/app-editors/videoteco/metadata.xml b/app-editors/videoteco/metadata.xml
new file mode 100644
index 000000000000..d8b96be3c5cd
--- /dev/null
+++ b/app-editors/videoteco/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>bug-wranglers@gentoo.org</email>
+ <description>This package lacks a primary herd or maintainer.</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-editors/videoteco/videoteco-4.69.ebuild b/app-editors/videoteco/videoteco-4.69.ebuild
index 3d742e7e6699..63e82d9cd5d0 100644
--- a/app-editors/videoteco/videoteco-4.69.ebuild
+++ b/app-editors/videoteco/videoteco-4.69.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.6 2004/03/13 23:00:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/videoteco/videoteco-4.69.ebuild,v 1.7 2004/06/07 04:19:25 dragonheart Exp $
inherit eutils
DESCRIPTION="Enhanced Visual TECO clone"
HOMEPAGE="ftp://ftp.mindlink.net/pub/teco/cantrell-teco/"
-SRC_URI="ftp://ftp.mindlink.net/pub/teco/cantrell-teco/teco_4_69.tar.gz
- ftp://ftp.mindlink.net/pub/teco/cantrell-teco/unofficial_patches/4.69/patch1"
+SRC_URI="mirror://gentoo/teco_4_69.tar.gz
+ mirror://gentoo/patch1"
LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha x86"
-
+IUSE=""
DEPEND="virtual/glibc
sys-libs/libtermcap-compat"