From 53462f880218f8c985e880fca4be2d52374b0206 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 12 May 2010 11:47:57 +0200 Subject: office/Moneydance: Removed from 12.2 repository --- office/Moneydance/Moneydance.SlackBuild | 63 --------------------------------- office/Moneydance/Moneydance.desktop | 9 ----- office/Moneydance/Moneydance.info | 8 ----- office/Moneydance/README | 22 ------------ office/Moneydance/doinst.sh | 5 --- office/Moneydance/slack-desc | 19 ---------- 6 files changed, 126 deletions(-) delete mode 100644 office/Moneydance/Moneydance.SlackBuild delete mode 100644 office/Moneydance/Moneydance.desktop delete mode 100644 office/Moneydance/Moneydance.info delete mode 100644 office/Moneydance/README delete mode 100644 office/Moneydance/doinst.sh delete mode 100644 office/Moneydance/slack-desc (limited to 'office') diff --git a/office/Moneydance/Moneydance.SlackBuild b/office/Moneydance/Moneydance.SlackBuild deleted file mode 100644 index 6020bb008e..0000000000 --- a/office/Moneydance/Moneydance.SlackBuild +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/bash -# -# Slackware build script for Moneydance - -# Copyright 2008 Robby Workman, Northport, AL, USA -# All rights reserved. -# -# Redistribution and use of this script, with or without modification, is -# permitted provided that the following conditions are met: -# -# 1. Redistributions of this script must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED -# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO -# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; -# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, -# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR -# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -PRGNAM=Moneydance -VERSION=2008_b606 -ARCH=i686 # Leave this alone for Moneydance -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -set -e - -rm -rf $PKG -mkdir -p $PKG/opt $OUTPUT -cd $PKG/opt -tar xzf $CWD/Moneydance_linux_x86.tar.gz - -install -D -m 0644 $CWD/Moneydance.desktop \ - $PKG/usr/share/applications/$PRGNAM.desktop -mkdir $PKG/usr/share/pixmaps -( cd $PKG/usr/share/pixmaps - ln -s /opt/Moneydance/moneydance_icon32.png . -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -( cd $PKG/usr/doc/$PRGNAM-$VERSION - ln -s /opt/Moneydance/license.txt . - cat $CWD/Moneydance.SlackBuild > Moneydance.SlackBuild -) - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh - -cd $PKG -chown -R root:root . -chmod -R a-s,go+r-w,u+rw . -/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/office/Moneydance/Moneydance.desktop b/office/Moneydance/Moneydance.desktop deleted file mode 100644 index 0bf5eb6d90..0000000000 --- a/office/Moneydance/Moneydance.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Version=1.0 -Terminal=False -Type=Application -Categories=Office;Finance; -Name=Moneydance -Comment=Personal Finance Manager -Exec=/bin/sh "/opt/Moneydance/Moneydance" -Icon=/opt/Moneydance/moneydance_icon32.png diff --git a/office/Moneydance/Moneydance.info b/office/Moneydance/Moneydance.info deleted file mode 100644 index c0818bd193..0000000000 --- a/office/Moneydance/Moneydance.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="Moneydance" -VERSION="2008_b606" -HOMEPAGE="http://moneydance.com" -DOWNLOAD="http://moneydance.com/download/2008/installers/Moneydance_linux_x86.tar.gz" -MD5SUM="b62ed855648445fb46d60796382eedf6" -MAINTAINER="Robby Workman" -EMAIL="rw@rlworkman.net" -APPROVED="David Somero" diff --git a/office/Moneydance/README b/office/Moneydance/README deleted file mode 100644 index 15823a9bfd..0000000000 --- a/office/Moneydance/README +++ /dev/null @@ -1,22 +0,0 @@ -Moneydance is a java-based cross-platform personal finance manager - it offers -a consistent interface in Windows, Linux, and MacOSX, *BSD, and Solaris. - -Simplify your finances with Moneydance, the groundbreaking personal finance -manager! Whether you want to organize your finances, manage your budget, -track your portfolio, or just automatically balance your checkbook, Moneydance -is the solution for you. - -Moneydance's simple, intuitive interface makes taking care of your finances -a breeze. Save time and money with online banking and bill payment. -Moneydance makes it easy to set and trace budgets, and reminds you of upcoming -bills to keep you up-to-date. - -Moneydance's insightful reporting and graphing tools illuminate your finances -and show you where your money goes. You can track your portfolio and stay on -top of your investments. MoneyDance also offers encryption and password -protection to ensure your privacy. - -Note that Moneydance is NOT a free program. This script will build a fully -functional trial version of the program, and if you like it, then you will -have to pay for it in order to retain functionality after 100 transactions -are entered. diff --git a/office/Moneydance/doinst.sh b/office/Moneydance/doinst.sh deleted file mode 100644 index b310837870..0000000000 --- a/office/Moneydance/doinst.sh +++ /dev/null @@ -1,5 +0,0 @@ - -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications -fi - diff --git a/office/Moneydance/slack-desc b/office/Moneydance/slack-desc deleted file mode 100644 index e9d9c03194..0000000000 --- a/office/Moneydance/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -Moneydance: Moneydance (Cross-platform Personal Finance Manager) -Moneydance: -Moneydance: Simplify your finances with Moneydance, the groundbreaking -Moneydance: personal finance manager! Whether you want to organize your -Moneydance: finances, manage your budget, track your portfolio, or just -Moneydance: automatically balance your checkbook, Moneydance is the -Moneydance: solution for you. -Moneydance: -Moneydance: Homepage: http://moneydance.com -Moneydance: -Moneydance: -- cgit v1.2.3-80-g2a13