summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
committerAchim Gottinger <achim@gentoo.org>2001-06-09 00:48:47 +0000
commit6c43e6f260c0d703bc52a7889c714b5b4f9a5135 (patch)
tree81dcfc5770090104955045a4f839d8acd293d70a /app-office/gnofin
parentSome cleanup (diff)
downloadhistorical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.gz
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.tar.bz2
historical-6c43e6f260c0d703bc52a7889c714b5b4f9a5135.zip
Some cleanup
Diffstat (limited to 'app-office/gnofin')
-rw-r--r--app-office/gnofin/files/digest-gnofin-0.8.21
-rw-r--r--app-office/gnofin/gnofin-0.8.2.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/app-office/gnofin/files/digest-gnofin-0.8.2 b/app-office/gnofin/files/digest-gnofin-0.8.2
deleted file mode 100644
index acf688187034..000000000000
--- a/app-office/gnofin/files/digest-gnofin-0.8.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 834c720e0c9eff7952b1c3e217456332 gnofin-0.8.2.tar.gz
diff --git a/app-office/gnofin/gnofin-0.8.2.ebuild b/app-office/gnofin/gnofin-0.8.2.ebuild
deleted file mode 100644
index 8fad0e07c258..000000000000
--- a/app-office/gnofin/gnofin-0.8.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/gnofin-0.8.2.ebuild,v 1.2 2000/11/03 17:47:44 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="a personal finance application for GNOME"
-SRC_URI="ftp://gnofin.sourceforge.net/pub/gnofin/stable/source/${A}
- http://download.sourceforge.net/gnofin/${A}
- http://jagger.ME.Berkley.EDU/~dfisher/gnofin/stable/source/${A}"
-
-HOMEPAGE="http://gnofin.sourceforge.net"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.4
- >=gnome-base/libxml-1.8.10"
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- prepman /opt/gnome
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc README*
-}
-
-
-
-
-