summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-09 16:37:48 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-09 16:37:48 +0000
commit3f98198e7210de2247ba4ad7351fd287de3a4d86 (patch)
tree422f17fed3582e010243a885b60c9a93d772bf3d /app-office/gnucash
parentdep cleanup (diff)
downloadhistorical-3f98198e7210de2247ba4ad7351fd287de3a4d86.tar.gz
historical-3f98198e7210de2247ba4ad7351fd287de3a4d86.tar.bz2
historical-3f98198e7210de2247ba4ad7351fd287de3a4d86.zip
dep cleanup
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/Manifest6
-rw-r--r--app-office/gnucash/gnucash-1.8.2.ebuild15
-rw-r--r--app-office/gnucash/gnucash-1.8.4.ebuild13
4 files changed, 23 insertions, 17 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index e34ee81ecfc1..943e1ca8920f 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.28 2003/06/12 22:25:30 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.29 2003/07/09 16:37:39 liquidx Exp $
+
+ 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> gnucash-1.8.2.ebuild,
+ gnucash-1.8.4.ebuild:
+ added pkgconfig dep
12 Jun 2003; Seemant Kulleen <seemant@gentoo.org> gnucash-1.8.4.ebuild:
xpm is provided by xfree
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 81e5d9107e48..46163043aa4a 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,9 +1,9 @@
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 19a34d8e7f6711d65b24833c2c2d9ac2 gnucash-1.8.1.ebuild 1454
-MD5 1b954cc1ac731a818811513f781d92e6 gnucash-1.8.2.ebuild 1544
+MD5 2a349155510029fc55b9fa559e5e752d gnucash-1.8.2.ebuild 1564
MD5 41f3e83501dd66a9bd46ee1b96cbfdb3 gnucash-1.6.8.ebuild 1894
-MD5 e996412b5f35605c453d28b4bd93ee30 ChangeLog 4752
-MD5 fa88ff1763d81760b4974630665f3513 gnucash-1.8.4.ebuild 2699
+MD5 60290432a935646da44ffb3bd94d2b3f ChangeLog 4870
+MD5 731f3ce903acddf216afcc971c5b987c gnucash-1.8.4.ebuild 2718
MD5 e298b9154a60df27ab519e6b88dd4c47 files/digest-gnucash-1.8.1 66
MD5 cdaa1f2adfbd3112916a8c2076fa04bd files/digest-gnucash-1.8.2 66
MD5 8ccd6e0765bb53caad58e8f736b020e9 files/digest-gnucash-1.6.8 67
diff --git a/app-office/gnucash/gnucash-1.8.2.ebuild b/app-office/gnucash/gnucash-1.8.2.ebuild
index 8516feb03ac5..6c4d2194a1d3 100644
--- a/app-office/gnucash/gnucash-1.8.2.ebuild
+++ b/app-office/gnucash/gnucash-1.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.2.ebuild,v 1.2 2003/06/10 13:22:35 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.2.ebuild,v 1.3 2003/07/09 16:37:39 liquidx Exp $
# FIXME - ebuild needs a good look at
@@ -21,17 +21,18 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
<gnome-extra/gal-1.99
>=gnome-extra/guppi-0.35.5-r2
>=gnome-base/gnome-print-0.21
- postgres? ( dev-db/postgresql )"
+ gnome-base/libghttp
+ <gnome-base/libglade-2
+ media-libs/gdk-pixbuf
+ >=dev-libs/g-wrap-1.3.4
+ <dev-util/guile-1.4.1
+ 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.3.4
- <gnome-base/libglade-2
- media-libs/gdk-pixbuf
- <dev-util/guile-1.4.1
- gnome-base/libghttp
+ dev-util/pkgconfig
nls? ( sys-devel/gettext )"
# these flags to GCC interfere with G_INLINE_FUNC usage in this package
diff --git a/app-office/gnucash/gnucash-1.8.4.ebuild b/app-office/gnucash/gnucash-1.8.4.ebuild
index ae7ebd2ee81a..78ffd03d25c6 100644
--- a/app-office/gnucash/gnucash-1.8.4.ebuild
+++ b/app-office/gnucash/gnucash-1.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.4.ebuild,v 1.4 2003/06/12 22:25:30 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.4.ebuild,v 1.5 2003/07/09 16:37:39 liquidx Exp $
inherit flag-o-matic libtool
@@ -39,17 +39,18 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
=sys-libs/db-1*
hbci? ( >=net-libs/openhbci-0.9.6 )
ofx? ( >=dev-libs/libofx-0.6.4 )
- postgres? ( dev-db/postgresql )"
-
+ postgres? ( dev-db/postgresql )
+ doc? ( >=app-text/scrollkeeper-0.3.1
+ app-text/docbook-xsl-stylesheets )"
+
DEPEND="${RDEPEND}
>=dev-lang/perl-5
>=dev-libs/slib-2.3.8
>=dev-lang/swig-1.3_alpha4
<gnome-base/libglade-2
gnome-base/libghttp
- nls? ( sys-devel/gettext )
- doc? ( >=app-text/scrollkeeper-0.3.1
- app-text/docbook-xsl-stylesheets )"
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )"
MAKEOPTS="${MAKEOPTS} -j1"