summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-07-09 16:40:01 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-07-09 16:40:01 +0000
commit96315a7504ef60beae6f3d48734e12e7a6cbb542 (patch)
tree901a651f0755d08193dc30fa790bf739877ef34f
parentdep cleanup (diff)
downloadgentoo-2-96315a7504ef60beae6f3d48734e12e7a6cbb542.tar.gz
gentoo-2-96315a7504ef60beae6f3d48734e12e7a6cbb542.tar.bz2
gentoo-2-96315a7504ef60beae6f3d48734e12e7a6cbb542.zip
dep cleanup
-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
-rw-r--r--x11-misc/goats/ChangeLog6
-rw-r--r--x11-misc/goats/Manifest6
-rw-r--r--x11-misc/goats/goats-2.0.ebuild5
-rw-r--r--x11-misc/goats/goats-2.2.ebuild5
8 files changed, 37 insertions, 25 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"
diff --git a/x11-misc/goats/ChangeLog b/x11-misc/goats/ChangeLog
index ba45e75a7115..904f101f0670 100644
--- a/x11-misc/goats/ChangeLog
+++ b/x11-misc/goats/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/goats
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/ChangeLog,v 1.5 2003/05/09 12:50:26 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/ChangeLog,v 1.6 2003/07/09 16:39:52 liquidx Exp $
+
+ 09 Jul 2003; Alastair Tse <liquidx@gentoo.org> goats-2.0.ebuild,
+ goats-2.2.ebuild:
+ added scrollkeeper deps
*goats-2.2 (09 May 2003)
diff --git a/x11-misc/goats/Manifest b/x11-misc/goats/Manifest
index d9c4121f79bf..f9bd72f99093 100644
--- a/x11-misc/goats/Manifest
+++ b/x11-misc/goats/Manifest
@@ -1,6 +1,6 @@
-MD5 f035741b3d08291b072629d21731b7ab ChangeLog 762
+MD5 5bd025f742f544a8a5a52f28a0bfd139 ChangeLog 878
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
-MD5 be0c22e5aba32dfe35c9c3ec67dc558f goats-2.0.ebuild 1016
-MD5 86eb8c3f87910cfaac3198cb65773373 goats-2.2.ebuild 731
+MD5 0c48ec9bd54955c852e13cdeab53677e goats-2.0.ebuild 1037
+MD5 005da8d9aac0ab752e43a95cfdb57655 goats-2.2.ebuild 756
MD5 0018739b65061053ba46637f0e2d4a05 files/digest-goats-2.2 61
MD5 3ee3a12ad25d2beda5138e6976850746 files/digest-goats-2.0 61
diff --git a/x11-misc/goats/goats-2.0.ebuild b/x11-misc/goats/goats-2.0.ebuild
index c3f48e496357..b0bd29dbf1af 100644
--- a/x11-misc/goats/goats-2.0.ebuild
+++ b/x11-misc/goats/goats-2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.0.ebuild,v 1.4 2003/04/08 06:14:13 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.0.ebuild,v 1.5 2003/07/09 16:39:52 liquidx Exp $
inherit gnome2
@@ -24,7 +24,8 @@ RDEPEND=">=x11-libs/pango-1.0.4-r1
>=gnome-base/gnome-panel-2.0.6
>=gnome-base/libbonoboui-2.0.0
>=gnome-base/libgnomecanvas-2.0.0
- >=dev-libs/libxml2-2.4.23"
+ >=dev-libs/libxml2-2.4.23
+ app-text/scrollkeeper"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0
diff --git a/x11-misc/goats/goats-2.2.ebuild b/x11-misc/goats/goats-2.2.ebuild
index 0e478a226107..99e739feb5fb 100644
--- a/x11-misc/goats/goats-2.2.ebuild
+++ b/x11-misc/goats/goats-2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.2.ebuild,v 1.1 2003/05/09 12:50:26 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/goats/goats-2.2.ebuild,v 1.2 2003/07/09 16:39:52 liquidx Exp $
inherit gnome2
@@ -15,7 +15,8 @@ KEYWORDS="~x86"
RDEPEND=">=gnome-base/gconf-1.2.1
>=gnome-base/libglade-2
>=gnome-base/gnome-panel-2
- =gnome-base/libgnomeprintui-2.2*"
+ =gnome-base/libgnomeprintui-2.2*
+ app-text/scrollkeeper"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.12.0