summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-11-22 00:48:00 +0000
committerPacho Ramos <pacho@gentoo.org>2011-11-22 00:48:00 +0000
commitfe835200d6fc103f17feaaa0dcffe31f6eb4b4ca (patch)
tree4332abfbef9fd801401ccc2bde48ea9064bb6959 /app-office
parentMask dev-python/gtkmozembed-python for removal (diff)
downloadgentoo-2-fe835200d6fc103f17feaaa0dcffe31f6eb4b4ca.tar.gz
gentoo-2-fe835200d6fc103f17feaaa0dcffe31f6eb4b4ca.tar.bz2
gentoo-2-fe835200d6fc103f17feaaa0dcffe31f6eb4b4ca.zip
Drop old.
(Portage version: 2.1.10.36/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnucash/ChangeLog7
-rw-r--r--app-office/gnucash/files/gnucash-2.4.5-link-system-libs.patch14
-rw-r--r--app-office/gnucash/gnucash-2.4.5.ebuild147
-rw-r--r--app-office/gnucash/gnucash-2.4.6.ebuild136
4 files changed, 6 insertions, 298 deletions
diff --git a/app-office/gnucash/ChangeLog b/app-office/gnucash/ChangeLog
index 27643a79c407..e78c71213be3 100644
--- a/app-office/gnucash/ChangeLog
+++ b/app-office/gnucash/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnucash
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.247 2011/10/21 13:04:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/ChangeLog,v 1.248 2011/11/22 00:48:00 pacho Exp $
+
+ 22 Nov 2011; Pacho Ramos <pacho@gentoo.org>
+ -files/gnucash-2.4.5-link-system-libs.patch, -gnucash-2.4.5.ebuild,
+ -gnucash-2.4.6.ebuild:
+ Drop old.
21 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnucash-2.4.7.ebuild:
x86 stable wrt bug #385699
diff --git a/app-office/gnucash/files/gnucash-2.4.5-link-system-libs.patch b/app-office/gnucash/files/gnucash-2.4.5-link-system-libs.patch
deleted file mode 100644
index 9f08deb69703..000000000000
--- a/app-office/gnucash/files/gnucash-2.4.5-link-system-libs.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Gentoo bug: #359033
-
-Avoid linking against system's. Gnucash-2.2.9 didn't have gnc_html_new, gnc_html_copy and gnc_html_export symbol.
-
---- a/src/bin/Makefile.am 2011-04-19 00:04:59.000000000 +0200
-+++ b/src/bin/Makefile.am 2011-04-19 00:03:27.000000000 +0200
-@@ -67,6 +67,7 @@
- ${top_builddir}/src/gnome-utils/libgncmod-gnome-utils.la \
- ${top_builddir}/src/app-utils/libgncmod-app-utils.la \
- ${top_builddir}/src/gnc-module/libgnc-module.la \
-+ ${top_builddir}/src/report/report-gnome/libgncmod-report-gnome.la \
- ${GUILE_LIBS} \
- ${GLIB_LIBS} \
- ${GNOME_LIBS} \
diff --git a/app-office/gnucash/gnucash-2.4.5.ebuild b/app-office/gnucash/gnucash-2.4.5.ebuild
deleted file mode 100644
index f22986b70f95..000000000000
--- a/app-office/gnucash/gnucash-2.4.5.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.5.ebuild,v 1.8 2011/07/24 10:59:27 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="python? 2:2.4"
-
-inherit autotools eutils gnome2 python
-
-DOC_VER="2.2.0"
-
-DESCRIPTION="A personal finance manager"
-HOMEPAGE="http://www.gnucash.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE="chipcard cxx debug +doc hbci mysql ofx postgres python quotes sqlite webkit"
-
-# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in)
-
-RDEPEND=">=dev-libs/glib-2.13:2
- >=dev-libs/popt-1.5
- >=dev-libs/libxml2-2.5.10:2
- >=dev-scheme/guile-1.8.3:12[deprecated,regex]
- dev-scheme/guile-www
- >=dev-scheme/slib-3.1.4
- >=gnome-base/gconf-2:2
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/libglade-2.4:2.0
- || ( <gnome-base/gnome-keyring-2.29 gnome-base/libgnome-keyring )
- media-libs/libart_lgpl
- >=sys-libs/zlib-1.1.4
- >=x11-libs/gtk+-2.14:2
- x11-libs/goffice:0.8[gnome]
- x11-libs/pango
- cxx? ( dev-cpp/gtkmm:2.4 )
- ofx? ( >=dev-libs/libofx-0.9.1 )
- hbci? ( >=net-libs/aqbanking-5[gtk]
- sys-libs/gwenhywfar[gtk]
- chipcard? ( sys-libs/libchipcard )
- )
- quotes? ( dev-perl/DateManip
- >=dev-perl/Finance-Quote-1.11
- dev-perl/HTML-TableExtract )
- webkit? ( net-libs/webkit-gtk:2 )
- !webkit? ( >=gnome-extra/gtkhtml-3.16:3.14 )
- sqlite? ( dev-db/libdbi dev-db/libdbi-drivers[sqlite3] )
- postgres? ( dev-db/libdbi dev-db/libdbi-drivers[postgres] )
- mysql? ( dev-db/libdbi dev-db/libdbi-drivers[mysql] )
-"
-DEPEND="${RDEPEND}
- >=app-text/scrollkeeper-0.3
- dev-util/pkgconfig
- dev-util/intltool
- gnome-base/gnome-common
- sys-devel/libtool
-"
-
-PDEPEND="doc? ( >=app-doc/gnucash-docs-${DOC_VER} )"
-#ELTCONF="--patch-only"
-
-# FIXME: no the best thing to do but it'd be even better to fix autofoo
-# XXX: does not break here
-#MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- DOCS="doc/README.OFX doc/README.HBCI"
-
- if use webkit ; then
- G2CONF+=" --with-html-engine=webkit"
- else
- G2CONF+=" --with-html-engine=gtkhtml"
- fi
-
- if use sqlite || use mysql || use postgres ; then
- G2CONF+=" --enable-dbi"
- else
- G2CONF+=" --disable-dbi"
- fi
-
- G2CONF+="
- $(use_enable cxx gtkmm)
- $(use_enable debug)
- $(use_enable ofx)
- $(use_enable hbci aqbanking)
- $(use_enable python python-bindings)
- --disable-doxygen
- --enable-locale-specific-tax
- --disable-error-on-warning"
-
- if use python ; then
- python_set_active_version 2
- fi
-}
-
-src_configure() {
- # guile wrongly exports LDFLAGS as LIBS which breaks modules
- # Filter until a better ebuild is available, bug #202205
- local GUILE_LIBS=""
- local lib
- for lib in $(guile-config link); do
- if [ "${lib#-Wl}" = "$lib" ]; then
- GUILE_LIBS="$GUILE_LIBS $lib"
- fi
- done
-
- econf GUILE_LIBS="${GUILE_LIBS}" ${G2CONF}
-}
-
-src_prepare() {
- gnome2_src_prepare
- : > "${S}"/py-compile
-
- use python && python_convert_shebangs -r 2 .
-
- # Disable python binding tests because of missing file
- sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
- -i src/optional/python-bindings/Makefile.{am,in} \
- || die "python tests sed failed"
-
- # Do not relink to system libraries, upstream bug #644897
- epatch "${FILESDIR}/${PN}-2.4.5-link-system-libs.patch"
-
- intltoolize --force --copy --automake || die
- eautoreconf
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- GUILE_WARN_DEPRECATED=no \
- GNC_DOT_DIR="${T}"/.gnucash \
- emake check \
- || die "Make check failed. See above for details."
-}
-
-src_install() {
- # Parallel installation fails from time to time, bug #359123
- MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}
-
- rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html}
-# prepalldocs
- mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die
- dodoc "${T}"/cantuseprepalldocs/* || die
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/app-office/gnucash/gnucash-2.4.6.ebuild b/app-office/gnucash/gnucash-2.4.6.ebuild
deleted file mode 100644
index 587c611f1f20..000000000000
--- a/app-office/gnucash/gnucash-2.4.6.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-2.4.6.ebuild,v 1.4 2011/07/24 10:59:27 armin76 Exp $
-
-EAPI="3"
-GNOME2_LA_PUNT="yes"
-GCONF_DEBUG="no"
-PYTHON_DEPEND="python? 2:2.4"
-
-inherit gnome2 python
-
-DOC_VER="2.2.0"
-
-DESCRIPTION="A personal finance manager"
-HOMEPAGE="http://www.gnucash.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="chipcard cxx debug +doc hbci mysql ofx postgres python quotes sqlite webkit"
-
-# FIXME: rdepend on dev-libs/qof when upstream fix their mess (see configure.in)
-
-RDEPEND=">=dev-libs/glib-2.13:2
- >=dev-libs/popt-1.5
- >=dev-libs/libxml2-2.5.10:2
- >=dev-scheme/guile-1.8.3:12[deprecated,regex]
- dev-scheme/guile-www
- >=dev-scheme/slib-3.1.4
- >=gnome-base/gconf-2:2
- >=gnome-base/libgnomeui-2.4
- >=gnome-base/libglade-2.4:2.0
- || ( <gnome-base/gnome-keyring-2.29 gnome-base/libgnome-keyring )
- media-libs/libart_lgpl
- >=sys-libs/zlib-1.1.4
- >=x11-libs/gtk+-2.14:2
- x11-libs/goffice:0.8[gnome]
- x11-libs/pango
- cxx? ( dev-cpp/gtkmm:2.4 )
- ofx? ( >=dev-libs/libofx-0.9.1 )
- hbci? ( >=net-libs/aqbanking-5[gtk]
- sys-libs/gwenhywfar[gtk]
- chipcard? ( sys-libs/libchipcard )
- )
- quotes? ( dev-perl/DateManip
- >=dev-perl/Finance-Quote-1.11
- dev-perl/HTML-TableExtract )
- webkit? ( net-libs/webkit-gtk:2 )
- !webkit? ( >=gnome-extra/gtkhtml-3.16:3.14 )
- sqlite? ( dev-db/libdbi dev-db/libdbi-drivers[sqlite3] )
- postgres? ( dev-db/libdbi dev-db/libdbi-drivers[postgres] )
- mysql? ( dev-db/libdbi dev-db/libdbi-drivers[mysql] )
-"
-DEPEND="${RDEPEND}
- >=app-text/scrollkeeper-0.3
- dev-util/pkgconfig
- dev-util/intltool
- gnome-base/gnome-common
- sys-devel/libtool
-"
-
-PDEPEND="doc? ( >=app-doc/gnucash-docs-${DOC_VER} )"
-
-pkg_setup() {
- DOCS="doc/README.OFX doc/README.HBCI"
-
- if use webkit ; then
- G2CONF+=" --with-html-engine=webkit"
- else
- G2CONF+=" --with-html-engine=gtkhtml"
- fi
-
- if use sqlite || use mysql || use postgres ; then
- G2CONF+=" --enable-dbi"
- else
- G2CONF+=" --disable-dbi"
- fi
-
- G2CONF+="
- $(use_enable cxx gtkmm)
- $(use_enable debug)
- $(use_enable ofx)
- $(use_enable hbci aqbanking)
- $(use_enable python python-bindings)
- --disable-doxygen
- --enable-locale-specific-tax
- --disable-error-on-warning"
-
- if use python ; then
- python_set_active_version 2
- fi
-}
-
-src_configure() {
- # guile wrongly exports LDFLAGS as LIBS which breaks modules
- # Filter until a better ebuild is available, bug #202205
- local GUILE_LIBS=""
- local lib
- for lib in $(guile-config link); do
- if [ "${lib#-Wl}" = "$lib" ]; then
- GUILE_LIBS="$GUILE_LIBS $lib"
- fi
- done
-
- econf GUILE_LIBS="${GUILE_LIBS}" ${G2CONF}
-}
-
-src_prepare() {
- gnome2_src_prepare
- : > "${S}"/py-compile
-
- use python && python_convert_shebangs -r 2 .
-
- # Disable python binding tests because of missing file
- sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
- -i src/optional/python-bindings/Makefile.{am,in} \
- || die "python tests sed failed"
-}
-
-src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
- GUILE_WARN_DEPRECATED=no \
- GNC_DOT_DIR="${T}"/.gnucash \
- emake check \
- || die "Make check failed. See above for details."
-}
-
-src_install() {
- # Parallel installation fails from time to time, bug #359123
- MAKEOPTS="${MAKEOPTS} -j1" gnome2_src_install GNC_DOC_INSTALL_DIR=/usr/share/doc/${PF}
-
- rm -rf "${ED}"/usr/share/doc/${PF}/{examples/,COPYING,INSTALL,*win32-bin.txt,projects.html}
- mv "${ED}"/usr/share/doc/${PF} "${T}"/cantuseprepalldocs || die
- dodoc "${T}"/cantuseprepalldocs/* || die
-}