summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-05 08:58:54 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-05 08:58:54 +0000
commit474a74605d2143b65b638885f8a1ddc9e58909e6 (patch)
tree60a195e4824f5ddc0d016c5f6c63efd6f99299be /app-office
parentwhitespace cleanup (diff)
downloadgentoo-2-474a74605d2143b65b638885f8a1ddc9e58909e6.tar.gz
gentoo-2-474a74605d2143b65b638885f8a1ddc9e58909e6.tar.bz2
gentoo-2-474a74605d2143b65b638885f8a1ddc9e58909e6.zip
added docbook-xml-dtd dep (#27932)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/Manifest6
-rw-r--r--app-office/gnucash/gnucash-1.8.4.ebuild5
-rw-r--r--app-office/gnucash/gnucash-1.8.5.ebuild3
4 files changed, 13 insertions, 7 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index fe9ea568fe9b..ae886fc427ee 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.33 2003/09/03 14:46:37 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.34 2003/09/05 08:58:49 liquidx Exp $
+
+ 05 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnucash-1.8.4.ebuild,
+ gnucash-1.8.5.ebuild:
+ added docbook-xml-dtd-4.1.2 dep (#27932)
03 Sep 2003; Alastair Tse <liquidx@gentoo.org> gnucash-1.8.5.ebuild:
1.8.5 should dep on openhbci-0.9.13
diff --git a/app-office/gnucash/Manifest b/app-office/gnucash/Manifest
index 876c560a7cb9..f32cfa12431b 100644
--- a/app-office/gnucash/Manifest
+++ b/app-office/gnucash/Manifest
@@ -1,9 +1,9 @@
-MD5 47866be685cd148243268721655e1906 ChangeLog 5331
+MD5 7eea58f166d78462d85fa79901a9dc49 ChangeLog 5470
MD5 41f3e83501dd66a9bd46ee1b96cbfdb3 gnucash-1.6.8.ebuild 1894
MD5 19a34d8e7f6711d65b24833c2c2d9ac2 gnucash-1.8.1.ebuild 1454
MD5 2a349155510029fc55b9fa559e5e752d gnucash-1.8.2.ebuild 1564
-MD5 0366cb0671505a313786fbf0ac728ba6 gnucash-1.8.4.ebuild 2723
-MD5 05fa1a5facee853fe0e6d2a472587d52 gnucash-1.8.5.ebuild 2631
+MD5 c94443a91d9e27d48001b30a75e48581 gnucash-1.8.4.ebuild 2759
+MD5 831b1fc3464e2cd69eff08bd52caf886 gnucash-1.8.5.ebuild 2665
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 8ccd6e0765bb53caad58e8f736b020e9 files/digest-gnucash-1.6.8 67
MD5 e298b9154a60df27ab519e6b88dd4c47 files/digest-gnucash-1.8.1 66
diff --git a/app-office/gnucash/gnucash-1.8.4.ebuild b/app-office/gnucash/gnucash-1.8.4.ebuild
index 4f5b5a2d1d28..7f336b802446 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.7 2003/07/24 18:43:04 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.4.ebuild,v 1.8 2003/09/05 08:58:49 liquidx Exp $
inherit flag-o-matic libtool
@@ -41,7 +41,8 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
ofx? ( >=dev-libs/libofx-0.6.4 )
postgres? ( dev-db/postgresql )
doc? ( >=app-text/scrollkeeper-0.3.1
- app-text/docbook-xsl-stylesheets )"
+ app-text/docbook-xsl-stylesheets
+ =app-text/docbook-xml-dtd-4.1.2* )"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
diff --git a/app-office/gnucash/gnucash-1.8.5.ebuild b/app-office/gnucash/gnucash-1.8.5.ebuild
index f167689e5e6a..8fe37e4ef66a 100644
--- a/app-office/gnucash/gnucash-1.8.5.ebuild
+++ b/app-office/gnucash/gnucash-1.8.5.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.5.ebuild,v 1.2 2003/09/03 14:46:37 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.5.ebuild,v 1.3 2003/09/05 08:58:49 liquidx Exp $
inherit flag-o-matic libtool
@@ -37,6 +37,7 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
>=dev-libs/popt-1.5
>=app-text/scrollkeeper-0.3.1
app-text/docbook-xsl-stylesheets
+ =app-text/docbook-xml-dtd-4.1.2*
=sys-libs/db-1*
hbci? ( >=net-libs/openhbci-0.9.13 )
ofx? ( >=dev-libs/libofx-0.6.4 )