summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-08-05 12:13:16 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-08-05 12:13:16 +0000
commitc777591230378fb5ea934aa9b16c4830e7181a17 (patch)
tree72a75e707a5e3384bbb58054d05e79a21998fe3d /app-office
parentack spyderous (diff)
downloadgentoo-2-c777591230378fb5ea934aa9b16c4830e7181a17.tar.gz
gentoo-2-c777591230378fb5ea934aa9b16c4830e7181a17.tar.bz2
gentoo-2-c777591230378fb5ea934aa9b16c4830e7181a17.zip
fix mentions of xorg-x11 to virtual/x11. Closes bug #85495 by Sergey Okhapkin
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog6
-rw-r--r--app-office/gnucash/files/digest-gnucash-1.8.102
-rw-r--r--app-office/gnucash/gnucash-1.8.10.ebuild132
-rw-r--r--app-office/gnucash/gnucash-1.8.11.ebuild12
-rw-r--r--app-office/gnucash/gnucash-1.8.8.ebuild12
-rw-r--r--app-office/gnucash/gnucash-1.8.9.ebuild12
6 files changed, 23 insertions, 153 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 476851281be6..7eea0b3dc4de 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/gnucash
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.67 2005/03/17 21:33:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.68 2005/08/05 12:13:16 seemant Exp $
+
+ 05 Aug 2005; Seemant Kulleen <seemant@gentoo.org> gnucash-1.8.8.ebuild,
+ gnucash-1.8.9.ebuild, -gnucash-1.8.10.ebuild, gnucash-1.8.11.ebuild:
+ fix mentions of xorg-x11 to virtual/x11. Closes bug #85495 by Sergey Okhapkin
17 Mar 2005; Seemant Kulleen <seemant@gentoo.org> gnucash-1.8.9.ebuild:
bump docs to 1.8.5, closing bug #74291 by James M <Mess1214@hotmail.com>.
diff --git a/app-office/gnucash/files/digest-gnucash-1.8.10 b/app-office/gnucash/files/digest-gnucash-1.8.10
deleted file mode 100644
index 35c09b84d963..000000000000
--- a/app-office/gnucash/files/digest-gnucash-1.8.10
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 3ce22a3e4a1af75e3e206f073d923cfe gnucash-1.8.10.tar.gz 7790243
-MD5 9758d8e523530c2509912761e327a9d5 gnucash-docs-1.8.5.tar.gz 1680438
diff --git a/app-office/gnucash/gnucash-1.8.10.ebuild b/app-office/gnucash/gnucash-1.8.10.ebuild
deleted file mode 100644
index 3bb5a7d89dd5..000000000000
--- a/app-office/gnucash/gnucash-1.8.10.ebuild
+++ /dev/null
@@ -1,132 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.10.ebuild,v 1.14 2005/07/13 14:09:57 swegener Exp $
-
-inherit flag-o-matic libtool eutils
-
-# won't configure with this
-filter-flags -fomit-frame-pointer
-# gnucash uses GLIB_INLINE, this will break it
-filter-flags -fno-inline
-
-DOC_VER="1.8.5"
-IUSE="nls postgres ofx hbci quotes chipcard"
-
-DESCRIPTION="A personal finance manager"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
- mirror://sourceforge/${PN}/${PN}-docs-${DOC_VER}.tar.gz"
-HOMEPAGE="http://www.gnucash.org/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64"
-
-RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1
- >=dev-util/guile-1.6
- amd64? ( >=dev-util/guile-1.6.4-r2 )
- >=dev-libs/slib-2.3.8
- >=media-libs/libpng-1.0.9
- >=media-libs/jpeg-6b
- >=sys-libs/zlib-1.1.4
- >=gnome-base/gnome-print-0.21
- media-libs/gdk-pixbuf
- >=gnome-extra/gtkhtml-0.14.0
- <gnome-extra/gal-1.99
- >=dev-libs/libxml-1.8.3
- >=dev-libs/g-wrap-1.3.4
- >=gnome-extra/guppi-0.35.5-r2
- >=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*
- ofx? ( >=dev-libs/libofx-0.7.0 )
- hbci? ( net-libs/aqhbci-qt-tools )
- chipcard? ( sys-libs/libchipcard
- net-libs/aqhbci-ddvcard )
- quotes? ( dev-perl/DateManip
- dev-perl/Finance-Quote
- dev-perl/HTML-TableExtract )
- postgres? ( dev-db/postgresql )"
-
-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
- dev-util/pkgconfig
- nls? ( sys-devel/gettext )"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- if built_with_use x11-base/xorg-x11 bitmap-fonts
- then
- einfo "bitmap-fonts support is enabled in xorg-x11, continuing..."
- else
- eerror "Please rebuild xorg-x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge xorg-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 xorg-x11"
- fi
-}
-
-src_compile() {
- elibtoolize
-
- append-ldflags -L/usr/X11R6/$(get_libdir)
- econf \
- --enable-etags \
- --enable-ctags \
- --enable-compile-warnings=no \
- --disable-error-on-warning \
- `use_enable postgres sql` \
- `use_enable nls` \
- `use_enable ofx` \
- `use_enable hbci` \
- ${myconf} || die "configure failed"
-
- emake || die "make failed"
-
- cd ${WORKDIR}/${P}/src/doc/design
- emake gnucash-design || die "make gnucash-design failed"
-
- cd ${WORKDIR}/${PN}-docs-${DOC_VER}
- econf --localstatedir=/var/lib || die "doc configure failed"
- emake || die "doc make failed"
-}
-
-src_install() {
- einstall pkgdatadir=${D}/usr/share/gnucash || die "install failed"
- dodoc ABOUT-NLS AUTHORS ChangeLog HACKING NEWS README* TODO
- dodoc docs/README*
-
- cd ${WORKDIR}/${PN}-docs-${DOC_VER}
- make DESTDIR=${D} \
- scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper \
- install || die "doc install failed"
- rm -rf ${D}/var/lib/scrollkeeper
-}
-
-pkg_postinst() {
- if [ -x ${ROOT}/usr/bin/scrollkeeper-update ]; then
- echo ">>> Updating Scrollkeeper"
- scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
- fi
-
- if ! use quotes; then
- ewarn
- einfo "If you wish to enable Online Stock Quotes Retrieval,"
- einfo "Please re-emerge gnucash with USE=\"quotes\""
- ewarn
- fi
-}
-
-pkg_postrm() {
- if [ -x ${ROOT}/usr/bin/scrollkeeper-update ]; then
- echo ">>> Updating Scrollkeeper"
- scrollkeeper-update -q -p ${ROOT}/var/lib/scrollkeeper
- fi
-}
diff --git a/app-office/gnucash/gnucash-1.8.11.ebuild b/app-office/gnucash/gnucash-1.8.11.ebuild
index 1d4b8a3260f1..90e4d2dc00ff 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-2005 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.2 2005/07/13 14:09:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.11.ebuild,v 1.3 2005/08/05 12:13:16 seemant Exp $
inherit flag-o-matic libtool eutils
@@ -61,15 +61,15 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
- if built_with_use x11-base/xorg-x11 bitmap-fonts
+ if built_with_use virtual/x11 bitmap-fonts
then
- einfo "bitmap-fonts support is enabled in xorg-x11, continuing..."
+ einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
else
- eerror "Please rebuild xorg-x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge xorg-x11"
+ 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 xorg-x11"
+ die "Will not build gnucash without bitmap-fonts support in virtual/x11"
fi
}
diff --git a/app-office/gnucash/gnucash-1.8.8.ebuild b/app-office/gnucash/gnucash-1.8.8.ebuild
index 699f2e5b45c0..964c4f530e15 100644
--- a/app-office/gnucash/gnucash-1.8.8.ebuild
+++ b/app-office/gnucash/gnucash-1.8.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.8.ebuild,v 1.12 2005/07/13 14:09:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.8.ebuild,v 1.13 2005/08/05 12:13:16 seemant Exp $
inherit flag-o-matic libtool
@@ -56,15 +56,15 @@ MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
- if built_with_use x11-base/xorg-x11 bitmap-fonts
+ if built_with_use virtual/x11 bitmap-fonts
then
- einfo "bitmap-fonts support is enabled in xorg-x11, continuing..."
+ einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
else
- eerror "Please rebuild xorg-x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge xorg-x11"
+ 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 xorg-x11"
+ die "Will not build gnucash without bitmap-fonts support in virtual/x11"
fi
}
diff --git a/app-office/gnucash/gnucash-1.8.9.ebuild b/app-office/gnucash/gnucash-1.8.9.ebuild
index 438ce0e7eb6c..b5c0c14b8035 100644
--- a/app-office/gnucash/gnucash-1.8.9.ebuild
+++ b/app-office/gnucash/gnucash-1.8.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.9.ebuild,v 1.16 2005/07/13 14:09:57 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.8.9.ebuild,v 1.17 2005/08/05 12:13:16 seemant Exp $
inherit flag-o-matic libtool eutils
@@ -60,15 +60,15 @@ DEPEND="${RDEPEND}
MAKEOPTS="${MAKEOPTS} -j1"
pkg_setup() {
- if built_with_use x11-base/xorg-x11 bitmap-fonts
+ if built_with_use virtual/x11 bitmap-fonts
then
- einfo "bitmap-fonts support is enabled in xorg-x11, continuing..."
+ einfo "bitmap-fonts support is enabled in virtual/x11, continuing..."
else
- eerror "Please rebuild xorg-x11 with bitmap font support!"
- eerror "To do so: USE=\"bitmap-fonts\" emerge xorg-x11"
+ 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 xorg-x11"
+ die "Will not build gnucash without bitmap-fonts support in virtual/x11"
fi
}