summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-02-02 03:39:21 +0000
committerAron Griffis <agriffis@gentoo.org>2006-02-02 03:39:21 +0000
commit73c3c25933f5bef08402e71cd730bfaa73c966e0 (patch)
tree0650d2e8b12555639c449496b057eba9cbd3fd60 /app-office
parentMark 2.12.0 stable on alpha/ia64 #120726 (diff)
downloadgentoo-2-73c3c25933f5bef08402e71cd730bfaa73c966e0.tar.gz
gentoo-2-73c3c25933f5bef08402e71cd730bfaa73c966e0.tar.bz2
gentoo-2-73c3c25933f5bef08402e71cd730bfaa73c966e0.zip
Remove app-office/linuxtrade #116878
Diffstat (limited to 'app-office')
-rw-r--r--app-office/linuxtrade/ChangeLog20
-rw-r--r--app-office/linuxtrade/Manifest5
-rw-r--r--app-office/linuxtrade/files/digest-linuxtrade-3.652
-rw-r--r--app-office/linuxtrade/files/linuxtrade-3.65-bool.patch47
-rw-r--r--app-office/linuxtrade/linuxtrade-3.65.ebuild38
-rw-r--r--app-office/linuxtrade/metadata.xml18
6 files changed, 0 insertions, 130 deletions
diff --git a/app-office/linuxtrade/ChangeLog b/app-office/linuxtrade/ChangeLog
deleted file mode 100644
index c8ee6de0e0cf..000000000000
--- a/app-office/linuxtrade/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-# ChangeLog for app-office/linuxtrade
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/linuxtrade/ChangeLog,v 1.4 2005/01/01 14:57:07 weeve Exp $
-
- 01 Jan 2005; Jason Wever <weeve@gentoo.org> linuxtrade-3.65.ebuild:
- Added ~sparc keyword.
-
- 21 Jul 2004; David Holm <dholm@gentoo.org> linuxtrade-3.65.ebuild:
- Added to ~ppc.
-
- 19 Jul 2004; Aron Griffis <agriffis@gentoo.org> linuxtrade-3.65.ebuild:
- add ~alpha
-
-*linuxtrade-3.65 (19 Jul 2004)
-
- 19 Jul 2004; Aron Griffis <agriffis@gentoo.org>
- +files/linuxtrade-3.65-bool.patch, +linuxtrade-3.65.ebuild:
- New ebuild for linuxtrade, ncurses-based realtime quote tracker, submitted by
- me
-
diff --git a/app-office/linuxtrade/Manifest b/app-office/linuxtrade/Manifest
deleted file mode 100644
index 9959f5aa9878..000000000000
--- a/app-office/linuxtrade/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 d0e3bf4baa3d00184f4bf00d90a45bd0 metadata.xml 743
-MD5 efd3b16662f3438f6775eae91f96cd41 linuxtrade-3.65.ebuild 1110
-MD5 97419c9a335629854e9706274c610f1a ChangeLog 714
-MD5 94a86d8c8973fd2e07442f8bc93eae64 files/digest-linuxtrade-3.65 140
-MD5 746e0c767fd4bfb38b1137309c45d8b0 files/linuxtrade-3.65-bool.patch 1037
diff --git a/app-office/linuxtrade/files/digest-linuxtrade-3.65 b/app-office/linuxtrade/files/digest-linuxtrade-3.65
deleted file mode 100644
index 52fd3a22e248..000000000000
--- a/app-office/linuxtrade/files/digest-linuxtrade-3.65
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 376fc56f9caa457519616243d495e6c8 linuxtrade_3.65.orig.tar.gz 853297
-MD5 1e52db93fe9d7a0ef040ff40fa70e8b1 linuxtrade_3.65-5.diff.gz 8831
diff --git a/app-office/linuxtrade/files/linuxtrade-3.65-bool.patch b/app-office/linuxtrade/files/linuxtrade-3.65-bool.patch
deleted file mode 100644
index f67e11555749..000000000000
--- a/app-office/linuxtrade/files/linuxtrade-3.65-bool.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- linuxtrade-3.65/alert.c.bool 2002-12-27 01:03:32.000000000 -0500
-+++ linuxtrade-3.65/alert.c 2004-07-19 19:26:56.000000000 -0400
-@@ -679,7 +679,7 @@
- int i;
- ALERT *ap;
- float var;
-- int bool;
-+ int bule;
- time_t now;
- struct tm *tm;
- int dowrite = 0;
-@@ -707,9 +707,9 @@
-
- switch (ap->op)
- {
-- case '<': bool = var < ap->val; break;
-- case '>': bool = var > ap->val; break;
-- case '=': bool = var = ap->val; break;
-+ case '<': bule = var < ap->val; break;
-+ case '>': bule = var > ap->val; break;
-+ case '=': bule = var = ap->val; break;
- default: continue;
- case 'f':
- time(&now); tm = localtime(&now);
-@@ -723,7 +723,7 @@
- continue;
- }
- else
-- bool = var <= ap->val;
-+ bule = var <= ap->val;
- break;
- case 'F':
- time(&now); tm = localtime(&now);
-@@ -737,11 +737,11 @@
- continue;
- }
- else
-- bool = var >= ap->val;
-+ bule = var >= ap->val;
- break;
- }
-
-- if (!bool)
-+ if (!bule)
- continue;
-
- ap->alstate = ALERT_TRIG; // Alerts are one-shot
diff --git a/app-office/linuxtrade/linuxtrade-3.65.ebuild b/app-office/linuxtrade/linuxtrade-3.65.ebuild
deleted file mode 100644
index 9197a0a6d058..000000000000
--- a/app-office/linuxtrade/linuxtrade-3.65.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/linuxtrade/linuxtrade-3.65.ebuild,v 1.4 2005/01/01 14:57:07 weeve Exp $
-
-inherit eutils
-
-DESCRIPTION="real-time stock market tracker and news console"
-HOMEPAGE="http://linuxtrade.rkkda.com/"
-SRC_URI="mirror://debian/pool/main/l/${PN}/${P/-/_}.orig.tar.gz
- mirror://debian/pool/main/l/${PN}/${P/-/_}-5.diff.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~alpha ~ppc ~sparc"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-
-src_unpack() {
- unpack ${A}
- cd ${S} || die
-
- # This package is no longer open source so won't be releasing any
- # updated versions. Might as well use the Debian patches in that
- # case.
- epatch ${DISTDIR}/${P/-/_}-5.diff.gz
-
- # Don't use reserved word "bool" as a variable
- epatch ${FILESDIR}/${PN}-3.65-bool.patch
-}
-
-src_install() {
- einstall || die
-
- # This package gets a little overeager installing desktop files.
- # Just keep the one in /usr/share/applications and the icon in
- # /usr/share/pixmaps
- rm -r ${D}/usr/share/{gnome,applnk,icons}
-}
diff --git a/app-office/linuxtrade/metadata.xml b/app-office/linuxtrade/metadata.xml
deleted file mode 100644
index a25cea67094a..000000000000
--- a/app-office/linuxtrade/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>agriffis@gentoo.org</email>
-</maintainer>
-<longdescription>
-Linuxtrade is a lightweight curses-based program with all the cool
-features expected from a real-time stock market trading console:
-portfolios, real time quotes, charts with live updates, time and
-sales, fundamental and technical indicators, top ten and market
-movers, news articles, alerts, option chains, the Briefing.com In Play
-and Up/Downgrades lists, earnings, splits and quiet period calendars,
-and Level 2 market depth indications from the Archipelago and the
-Island ECN's.
-</longdescription>
-</pkgmetadata>