summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2006-10-11 20:49:11 +0000
committerSeemant Kulleen <seemant@gentoo.org>2006-10-11 20:49:11 +0000
commitdb9e56b1b528b30bcfebd7cc22c74722b410ff39 (patch)
tree2ba0b9476064fd734f7cc8490608bbdf4ac7a31e /app-office/gnucash
parentchange the USE flag handling a little, to fix bug #143772 (diff)
downloadgentoo-2-db9e56b1b528b30bcfebd7cc22c74722b410ff39.tar.gz
gentoo-2-db9e56b1b528b30bcfebd7cc22c74722b410ff39.tar.bz2
gentoo-2-db9e56b1b528b30bcfebd7cc22c74722b410ff39.zip
remove the bogus built_with_use check on virtual/x11, to fix bug #144909
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'app-office/gnucash')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/gnucash-1.8.11.ebuild19
-rw-r--r--app-office/gnucash/gnucash-1.8.12.ebuild19
3 files changed, 14 insertions, 30 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index cf0e040c534e..fabbee45d5dd 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.98 2006/10/11 20:46:28 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.99 2006/10/11 20:49:11 seemant Exp $
+
+ 11 Oct 2006; Seemant Kulleen <seemant@gentoo.org> gnucash-1.8.11.ebuild,
+ gnucash-1.8.12.ebuild:
+ remove the bogus built_with_use check on virtual/x11, to fix bug #144909
11 Oct 2006; Seemant Kulleen <seemant@gentoo.org> gnucash-2.0.2.ebuild:
change the USE flag handling a little, to fix bug #143772
diff --git a/app-office/gnucash/gnucash-1.8.11.ebuild b/app-office/gnucash/gnucash-1.8.11.ebuild
index e03281b02d83..82033783883f 100644
--- a/app-office/gnucash/gnucash-1.8.11.ebuild
+++ b/app-office/gnucash/gnucash-1.8.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.11 2006/02/06 19:38:17 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.12 2006/10/11 20:49:11 seemant Exp $
inherit flag-o-matic libtool eutils
@@ -47,7 +47,9 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
quotes? ( dev-perl/DateManip
dev-perl/Finance-Quote
dev-perl/HTML-TableExtract )
- postgres? ( dev-db/postgresql )"
+ postgres? ( dev-db/postgresql )
+ media-fonts/font-adobe-100dpi
+ media-fonts/font-adobe-75dpi"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
@@ -60,19 +62,6 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1"
-pkg_setup() {
- if built_with_use virtual/x11 bitmap-fonts
- then
- einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
- else
- eerror "Please rebuild virtual/x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge virtual/x11"
- eerror "Or, add \"bitmap-fonts\" to your USE string in"
- eerror "/etc/make.conf"
- die "Will not build gnucash without bitmap-fonts support in virtual/x11"
- fi
-}
-
src_compile() {
elibtoolize
diff --git a/app-office/gnucash/gnucash-1.8.12.ebuild b/app-office/gnucash/gnucash-1.8.12.ebuild
index 191c1bb81e07..5d379396bf61 100644
--- a/app-office/gnucash/gnucash-1.8.12.ebuild
+++ b/app-office/gnucash/gnucash-1.8.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.12.ebuild,v 1.5 2006/10/10 23:19:10 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.12.ebuild,v 1.6 2006/10/11 20:49:11 seemant Exp $
inherit flag-o-matic libtool eutils
@@ -48,7 +48,9 @@ RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
quotes? ( dev-perl/DateManip
dev-perl/Finance-Quote
dev-perl/HTML-TableExtract )
- postgres? ( dev-db/postgresql )"
+ postgres? ( dev-db/postgresql )
+ media-fonts/font-adobe-100dpi
+ media-fonts/font-adobe-75dpi"
DEPEND="${RDEPEND}
>=dev-lang/perl-5
@@ -62,22 +64,11 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
- if built_with_use virtual/x11 bitmap-fonts
- then
- einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
- else
- eerror "Please rebuild virtual/x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge virtual/x11"
- eerror "Or, add \"bitmap-fonts\" to your USE string in"
- eerror "/etc/make.conf"
- die "Will not build gnucash without bitmap-fonts support in virtual/x11"
- fi
-
if use postgres; then
echo
ewarn "The postgreSQL backend is badly out of date, and will"
ewarn "probably go away in future releases of gnucash, in favour"
- ewarn "of sqlite (at least initially). Please see bug #109920"
+ ewarn "of sqlite or XML. Please see bug #109920"
echo
fi