summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-29 03:27:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-29 03:27:48 +0000
commitf56e3e13f55b1af83ea3557182148af91f05772f (patch)
tree50e40f8ead3ae5d5aeea78788fe61b2182fd190c /app-office
parentremoved crusty (diff)
downloadgentoo-2-f56e3e13f55b1af83ea3557182148af91f05772f.tar.gz
gentoo-2-f56e3e13f55b1af83ea3557182148af91f05772f.tar.bz2
gentoo-2-f56e3e13f55b1af83ea3557182148af91f05772f.zip
removed crusties
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.6.61
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.6.6-r11
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.6.71
-rw-r--r--app-office/gnucash/gnucash-1.6.6-r1.ebuild63
-rw-r--r--app-office/gnucash/gnucash-1.6.6.ebuild60
-rw-r--r--app-office/gnucash/gnucash-1.6.7.ebuild64
6 files changed, 0 insertions, 190 deletions
diff --git a/app-office/gnucash/files/digest-gnucash-1.6.6 b/app-office/gnucash/files/digest-gnucash-1.6.6
deleted file mode 100644
index 58d55d3e6dd2..000000000000
--- a/app-office/gnucash/files/digest-gnucash-1.6.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f934bae9a81524502f8bbfa360c0b879 gnucash-1.6.6.tar.gz 14182135
diff --git a/app-office/gnucash/files/digest-gnucash-1.6.6-r1 b/app-office/gnucash/files/digest-gnucash-1.6.6-r1
deleted file mode 100644
index 58d55d3e6dd2..000000000000
--- a/app-office/gnucash/files/digest-gnucash-1.6.6-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f934bae9a81524502f8bbfa360c0b879 gnucash-1.6.6.tar.gz 14182135
diff --git a/app-office/gnucash/files/digest-gnucash-1.6.7 b/app-office/gnucash/files/digest-gnucash-1.6.7
deleted file mode 100644
index ab827dce5585..000000000000
--- a/app-office/gnucash/files/digest-gnucash-1.6.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6ae1502593e75248fee43d841edfb8a7 gnucash-1.6.7.tar.gz 16656960
diff --git a/app-office/gnucash/gnucash-1.6.6-r1.ebuild b/app-office/gnucash/gnucash-1.6.6-r1.ebuild
deleted file mode 100644
index 09338dc875c1..000000000000
--- a/app-office/gnucash/gnucash-1.6.6-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.6-r1.ebuild,v 1.7 2003/03/16 22:35:48 mholzer Exp $
-
-DESCRIPTION="A personal finance manager"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnucash.org/"
-
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="nls postgres"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libxml-1.8.3
- >=gnome-extra/gtkhtml-0.14.0-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-extra/guppi-0.35.5-r2
- >=gnome-base/gnome-print-0.21
- postgres? ( dev-db/postgresql )"
-
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- >=dev-libs/slib-2.3.8
- >=dev-lang/swig-1.3_alpha4
- >=dev-libs/g-wrap-1.1.5
- <gnome-base/libglade-2
- media-libs/gdk-pixbuf
- dev-util/guile
- gnome-base/libghttp
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/src/guile
- cp argv-list-converters.c argv-list-converters.c.old
- sed -e "s,printf,g_print,g" \
- argv-list-converters.c.old > argv-list-converters.c
- rm argv-list-converters.c.old
-}
-
-src_compile() {
- local myconf=""
-
- use nls || myconf="--disable-nls"
- use postgres && myconf="$myconf --enable-sql"
-
- # The configure script for this package implements gcc calls that are
- # incompatible with the flag `-fomit-frame-pointer'.
- CFLAGS=${CFLAGS/-fomit-frame-pointer/}
-
- econf --enable-profile \
- --enable-rpc \
- ${myconf}
-
- make || die "Compilation failed" # Doesn't work with make -j 4 (hallski)
-}
-
-src_install() {
- einstall
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README* TODO
-}
diff --git a/app-office/gnucash/gnucash-1.6.6.ebuild b/app-office/gnucash/gnucash-1.6.6.ebuild
deleted file mode 100644
index f5d20e270ad3..000000000000
--- a/app-office/gnucash/gnucash-1.6.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.6.ebuild,v 1.10 2003/03/16 22:35:48 mholzer Exp $
-
-IUSE="nls cups"
-
-S=${WORKDIR}/${P}
-DESCRIPTION="A personal finance manager"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://gnucash.sourceforge.net"
-KEYWORDS="x86"
-SLOT="0"
-LICENSE="GPL-2"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libxml-1.8.10
- gnome-base/control-center
- >=gnome-extra/gtkhtml-0.14.0-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-extra/guppi-0.35.5-r2
- cups? ( >=gnome-base/gnome-print-0.30 )"
-
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- >=dev-libs/slib-2.3.8
- >=dev-lang/swig-1.3_alpha4
- >=dev-libs/g-wrap-1.1.5
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/src/guile
- cp argv-list-converters.c argv-list-converters.c.old
- sed -e "s,printf,g_print,g" \
- argv-list-converters.c.old > argv-list-converters.c
- rm argv-list-converters.c.old
-}
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="--disable-nls"
- fi
-
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --sysconfdir=/etc \
- $myconf || die
-
- make || die # Doesn't work with make -j 4 (hallski)
-}
-
-src_install () {
- make DESTDIR=${D} install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-}
diff --git a/app-office/gnucash/gnucash-1.6.7.ebuild b/app-office/gnucash/gnucash-1.6.7.ebuild
deleted file mode 100644
index 73f5b0276452..000000000000
--- a/app-office/gnucash/gnucash-1.6.7.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.7.ebuild,v 1.7 2003/03/16 22:35:48 mholzer Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="A personal finance manager"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://www.gnucash.org/"
-
-KEYWORDS="x86 ppc"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE="nls postgres"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-libs/libxml-1.8.3
- >=gnome-extra/gtkhtml-0.14.0-r1
- >=gnome-extra/gal-0.13-r1
- >=gnome-extra/guppi-0.35.5-r2
- >=gnome-base/gnome-print-0.21
- postgres? ( dev-db/postgresql )"
-
-DEPEND="${RDEPEND}
- >=dev-lang/perl-5
- >=dev-libs/slib-2.3.8
- >=dev-lang/swig-1.3_alpha4
- >=dev-libs/g-wrap-1.1.5
- <gnome-base/libglade-2
- media-libs/gdk-pixbuf
- dev-util/guile
- gnome-base/libghttp
- nls? ( sys-devel/gettext )"
-
-# won't configure with this
-filter-flags -fomit-frame-pointer
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}/src/guile
- cp argv-list-converters.c argv-list-converters.c.old
- sed -e "s,printf,g_print,g" \
- argv-list-converters.c.old > argv-list-converters.c
- rm argv-list-converters.c.old
-}
-
-src_compile() {
- local myconf=""
-
- use nls || myconf="--disable-nls"
- use postgres && myconf="$myconf --enable-sql"
-
- econf --enable-profile \
- --enable-rpc \
- ${myconf}
-
- make || die # Doesn't work with make -j 4 (hallski)
-}
-
-src_install() {
- einstall
- dodoc ABOUT-NLS AUTHORS COPYING ChangeLog HACKING NEWS README* TODO
-}