diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 10:48:59 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 10:48:59 +0000 |
commit | 234900db75c60825b7d65e9a40c668879869e522 (patch) | |
tree | 4f56ea88adf60d6a6df9074ab30f74a9f1bac631 /app-office | |
parent | fixor DEPEND (diff) | |
download | gentoo-2-234900db75c60825b7d65e9a40c668879869e522.tar.gz gentoo-2-234900db75c60825b7d65e9a40c668879869e522.tar.bz2 gentoo-2-234900db75c60825b7d65e9a40c668879869e522.zip |
updated to new location
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.4.12 | 1 | ||||
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.6.1 | 1 | ||||
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.6.4 | 1 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.4.12.ebuild | 42 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.1.ebuild | 47 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.4.ebuild | 46 |
6 files changed, 47 insertions, 91 deletions
diff --git a/app-office/gnucash/files/digest-gnucash-1.4.12 b/app-office/gnucash/files/digest-gnucash-1.4.12 deleted file mode 100644 index 366f4ed3f321..000000000000 --- a/app-office/gnucash/files/digest-gnucash-1.4.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 2df3562244b2b7a29d79544139c7a11b gnucash-1.4.12.tar.gz diff --git a/app-office/gnucash/files/digest-gnucash-1.6.1 b/app-office/gnucash/files/digest-gnucash-1.6.1 deleted file mode 100644 index ba019105fb8e..000000000000 --- a/app-office/gnucash/files/digest-gnucash-1.6.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 3c0f6f709b60cb8d3074d4954eefb8be gnucash-1.6.1.tar.gz diff --git a/app-office/gnucash/files/digest-gnucash-1.6.4 b/app-office/gnucash/files/digest-gnucash-1.6.4 new file mode 100644 index 000000000000..fa2bdda37887 --- /dev/null +++ b/app-office/gnucash/files/digest-gnucash-1.6.4 @@ -0,0 +1 @@ +MD5 7972990e0b6056d3cce7c95a17153dac gnucash-1.6.4.tar.gz diff --git a/app-office/gnucash/gnucash-1.4.12.ebuild b/app-office/gnucash/gnucash-1.4.12.ebuild deleted file mode 100644 index 7f93ec5c8c73..000000000000 --- a/app-office/gnucash/gnucash-1.4.12.ebuild +++ /dev/null @@ -1,42 +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/gnucash/gnucash-1.4.12.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A personal finance manager" -SRC_URI="http://download.sourceforge.net/gnucash/${A}" -HOMEPAGE="http://gnucash.sourceforge.net" - -DEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libxml-1.8.10 - >=sys-devel/perl-4 - >=dev-lang/swig-1.3_alpha4 - >=dev-libs/slib-2.3.8 - nls? ( sys-devel/gettext )" - -RDEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libxml-1.8.10 - >=dev-libs/slib-2.3.8" - -src_compile() { - - local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man --host=${CHOST} $myconf - try make # Doesn't work with make -j 4 (hallski) - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - - -} - - diff --git a/app-office/gnucash/gnucash-1.6.1.ebuild b/app-office/gnucash/gnucash-1.6.1.ebuild deleted file mode 100644 index 66271fbfde13..000000000000 --- a/app-office/gnucash/gnucash-1.6.1.ebuild +++ /dev/null @@ -1,47 +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/gnucash/gnucash-1.6.1.ebuild,v 1.2 2001/07/27 21:30:50 hallski Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A personal finance manager" -SRC_URI="http://download.sourceforge.net/gnucash/${A}" -HOMEPAGE="http://gnucash.sourceforge.net" - -DEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libxml-1.8.10 - >=gnome-base/gtkhtml-0.9.2 - >=gnome-base/gnome-print-0.25 - >=sys-devel/perl-5 - >=dev-lang/swig-1.3_alpha4 - >=dev-libs/slib-2.3.8 - >=dev-libs/g-wrap-1.1.5 - >=gnome-office/guppi-0.35.5 - >=gnome-base/gal-0.8 - nls? ( sys-devel/gettext )" - -RDEPEND=">=gnome-base/gnome-libs-1.2.4 - >=gnome-base/libxml-1.8.10 - >=dev-libs/slib-2.3.8" - -src_compile() { - - local myconf - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - try ./configure --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/man --host=${CHOST} $myconf - try make # Doesn't work with make -j 4 (hallski) - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - - -} - - diff --git a/app-office/gnucash/gnucash-1.6.4.ebuild b/app-office/gnucash/gnucash-1.6.4.ebuild new file mode 100644 index 000000000000..f8a0bf8ab0b9 --- /dev/null +++ b/app-office/gnucash/gnucash-1.6.4.ebuild @@ -0,0 +1,46 @@ +# 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/gnucash/gnucash-1.6.4.ebuild,v 1.1 2001/10/07 10:48:59 hallski Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A personal finance manager" +SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz" +HOMEPAGE="http://gnucash.sourceforge.net" + + +RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 + >=dev-libs/libxml-1.8.10 + >=gnome-extra/gtkhtml-0.14.0-r1 + >=gnome-base/gnome-print-0.30 + >=gnome-extra/gal-0.13-r1 + >=gnome-extra/guppi-0.35.5-r2" + +DEPEND="${RDEPEND} + >=sys-devel/perl-5 + >=dev-libs/slib-2.3.8 + >=dev-lang/swig-1.3_alpha4 + >=dev-libs/slib-2.3.8 + >=dev-libs/g-wrap-1.1.5 + nls? ( sys-devel/gettext )" + +src_compile() { + local myconf + + if [ -z "`use nls`" ] ; then + myconf="--disable-nls" + fi + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --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 +} |