summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2006-07-01 14:00:34 +0000
committerAlec Warner <antarus@gentoo.org>2006-07-01 14:00:34 +0000
commit8c12c4734e7ff2c8d3084132e5f667e2bcc32b91 (patch)
tree83cceec319991fa251f8d3e17df542e3c9a29e5f /app-office
parentRemove cl-cls-sbcl for bug # 134623 (diff)
downloadgentoo-2-8c12c4734e7ff2c8d3084132e5f667e2bcc32b91.tar.gz
gentoo-2-8c12c4734e7ff2c8d3084132e5f667e2bcc32b91.tar.bz2
gentoo-2-8c12c4734e7ff2c8d3084132e5f667e2bcc32b91.zip
Removed app-office/gnofin for bug # 134624
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnofin/ChangeLog31
-rw-r--r--app-office/gnofin/Manifest4
-rw-r--r--app-office/gnofin/files/digest-gnofin-0.8.41
-rw-r--r--app-office/gnofin/gnofin-0.8.4.ebuild36
-rw-r--r--app-office/gnofin/metadata.xml5
5 files changed, 0 insertions, 77 deletions
diff --git a/app-office/gnofin/ChangeLog b/app-office/gnofin/ChangeLog
deleted file mode 100644
index 26b02f794273..000000000000
--- a/app-office/gnofin/ChangeLog
+++ /dev/null
@@ -1,31 +0,0 @@
-# ChangeLog for app-office/gnofin
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnofin/ChangeLog,v 1.9 2005/01/01 14:38:54 weeve Exp $
-
- 01 Jan 2005; Jason Wever <weeve@gentoo.org> gnofin-0.8.4.ebuild:
- Added ~sparc keyword.
-
- 23 Nov 2004; Jason Huebel,,, <jhuebel@gentoo.org> gnofin-0.8.4.ebuild:
- stable on amd64
-
- 18 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> gnofin-0.8.4.ebuild:
- add missing IUSE; die instead of assert; tidy
-
- 25 Mar 2004; Jason Huebel,,, <jhuebel@gentoo.org> gnofin-0.8.4.ebuild:
- updated ebuild to inherit gnuconfig and run gnuconfig_update
-
- 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> gnofin-0.8.4.ebuild:
- Don't assign default to S; header fix
-
-*gnofin-0.8.4 (1 Feb 2002)
-
- 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> gnofin-0.8.4.ebuild :
- Added LICENSE, KEYWORDS, SLOT.
-
- 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/app-office/gnofin/Manifest b/app-office/gnofin/Manifest
deleted file mode 100644
index df9fcb9d70d4..000000000000
--- a/app-office/gnofin/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 55df9be189cd461b0672395f18f61aaf ChangeLog 1333
-MD5 c7ecd0f11a7a12976e3fa838d3979ae1 files/digest-gnofin-0.8.4 64
-MD5 c9db82f60dfe868c86439ccef4e820cb gnofin-0.8.4.ebuild 954
-MD5 add4556f7fbed381a299100d2457069f metadata.xml 167
diff --git a/app-office/gnofin/files/digest-gnofin-0.8.4 b/app-office/gnofin/files/digest-gnofin-0.8.4
deleted file mode 100644
index f67c617a25a3..000000000000
--- a/app-office/gnofin/files/digest-gnofin-0.8.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 eb552f99fcf605b699519671ca4102f1 gnofin-0.8.4.tar.gz 413231
diff --git a/app-office/gnofin/gnofin-0.8.4.ebuild b/app-office/gnofin/gnofin-0.8.4.ebuild
deleted file mode 100644
index 737287ee3538..000000000000
--- a/app-office/gnofin/gnofin-0.8.4.ebuild
+++ /dev/null
@@ -1,36 +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/gnofin/gnofin-0.8.4.ebuild,v 1.16 2005/01/01 14:38:54 weeve Exp $
-
-inherit gnuconfig
-
-DESCRIPTION="a personal finance application for GNOME"
-HOMEPAGE="http://gnofin.sourceforge.net"
-SRC_URI="ftp://gnofin.sourceforge.net/pub/gnofin/stable/source/${P}.tar.gz
- http://download.sourceforge.net/gnofin/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 amd64 ~sparc"
-IUSE=""
-
-DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libxml-1.8.10"
-
-src_compile() {
- gnuconfig_update
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var/lib || die
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib install || die
-
- dodoc AUTHORS COPYING* ChangeLog NEWS README*
-}
diff --git a/app-office/gnofin/metadata.xml b/app-office/gnofin/metadata.xml
deleted file mode 100644
index 20d13ee7e217..000000000000
--- a/app-office/gnofin/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>gnome-office</herd>
-</pkgmetadata>