summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2004-12-12 21:16:32 +0000
committerCarsten Lohrke <carlo@gentoo.org>2004-12-12 21:16:32 +0000
commitdbadf1a0a64fbe86e6f9d5ccfba445db4e4e613f (patch)
tree6f803293d3f2c4924a0ea2aa50d37153d9825691 /app-office
parentstable on x86 (diff)
downloadhistorical-dbadf1a0a64fbe86e6f9d5ccfba445db4e4e613f.tar.gz
historical-dbadf1a0a64fbe86e6f9d5ccfba445db4e4e613f.tar.bz2
historical-dbadf1a0a64fbe86e6f9d5ccfba445db4e4e613f.zip
clean up
Diffstat (limited to 'app-office')
-rw-r--r--app-office/qhacc/ChangeLog7
-rw-r--r--app-office/qhacc/files/digest-qhacc-2.91
-rw-r--r--app-office/qhacc/files/digest-qhacc-2.9.81
-rw-r--r--app-office/qhacc/files/digest-qhacc-2.9.91
-rw-r--r--app-office/qhacc/files/qhacc-2.9-gentoo.patch145
-rw-r--r--app-office/qhacc/files/qhacc-2.9-mysqlplugin-gcc-3.3.patch29
-rw-r--r--app-office/qhacc/qhacc-2.9.8.ebuild49
-rw-r--r--app-office/qhacc/qhacc-2.9.9.ebuild51
-rw-r--r--app-office/qhacc/qhacc-2.9.ebuild51
9 files changed, 6 insertions, 329 deletions
diff --git a/app-office/qhacc/ChangeLog b/app-office/qhacc/ChangeLog
index ab88b3ddfe50..523db648f5d5 100644
--- a/app-office/qhacc/ChangeLog
+++ b/app-office/qhacc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/qhacc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.21 2004/12/11 18:28:06 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.22 2004/12/12 21:16:32 carlo Exp $
+
+ 12 Dec 2004; Carsten Lohrke <carlo@gentoo.org>
+ -files/qhacc-2.9-gentoo.patch, -files/qhacc-2.9-mysqlplugin-gcc-3.3.patch,
+ -qhacc-2.9.8.ebuild, -qhacc-2.9.9.ebuild, -qhacc-2.9.ebuild:
+ clean up
11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> qhacc-3.2.1.ebuild:
Stable on alpha.
diff --git a/app-office/qhacc/files/digest-qhacc-2.9 b/app-office/qhacc/files/digest-qhacc-2.9
deleted file mode 100644
index 9b7ca8a267a0..000000000000
--- a/app-office/qhacc/files/digest-qhacc-2.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5df88c785d1f30cd60592eabeda4467c qhacc-2.9.tar.gz 400922
diff --git a/app-office/qhacc/files/digest-qhacc-2.9.8 b/app-office/qhacc/files/digest-qhacc-2.9.8
deleted file mode 100644
index 94140c9da691..000000000000
--- a/app-office/qhacc/files/digest-qhacc-2.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a7ab274784e4e9132cb40c6b0c13332c qhacc-2.9.8.tar.gz 489572
diff --git a/app-office/qhacc/files/digest-qhacc-2.9.9 b/app-office/qhacc/files/digest-qhacc-2.9.9
deleted file mode 100644
index ecff1f7e777d..000000000000
--- a/app-office/qhacc/files/digest-qhacc-2.9.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 23a228406206ca32a88a17c30f6a7b2e qhacc-2.9.9.tar.gz 520459
diff --git a/app-office/qhacc/files/qhacc-2.9-gentoo.patch b/app-office/qhacc/files/qhacc-2.9-gentoo.patch
deleted file mode 100644
index 2f3ef8ba855e..000000000000
--- a/app-office/qhacc/files/qhacc-2.9-gentoo.patch
+++ /dev/null
@@ -1,145 +0,0 @@
-diff -ur qhacc-2.9/plugins/cliimp/Makefile.in qhacc-2.9-gentoo/plugins/cliimp/Makefile.in
---- qhacc-2.9/plugins/cliimp/Makefile.in 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/cliimp/Makefile.in 2003-09-17 15:32:32.000000000 +1200
-@@ -145,7 +145,7 @@
-
- @CLIIMP_TRUE@lib_LTLIBRARIES = libcliimpio.la
-
--@CLIIMP_TRUE@impdir = $(prefix)/plugins/import
-+@CLIIMP_TRUE@impdir = $(pkgdatadir)/plugins/import
-
- @CLIIMP_TRUE@libcliimpio_la_SOURCES = cliimpplugin.cpp
-
-@@ -470,7 +470,7 @@
-
- @CLIIMP_TRUE@install-data-local:
- @CLIIMP_TRUE@ mkdir -p $(impdir)
--@CLIIMP_TRUE@ if test ! -e $(impdir)/libcliimpio.so ; then cd $(impdir) && ln -s $(libdir)/libcliimpio.so $(impdir) ; fi
-+@CLIIMP_TRUE@ if test ! -e $(impdir)/libcliimpio.so ; then cd $(impdir) && ln -s ../../../../lib/libcliimpio.so $(impdir) ; fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-diff -ur qhacc-2.9/plugins/cron/Makefile.in qhacc-2.9-gentoo/plugins/cron/Makefile.in
---- qhacc-2.9/plugins/cron/Makefile.in 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/cron/Makefile.in 2003-09-17 15:35:51.000000000 +1200
-@@ -145,7 +145,7 @@
-
- @CRON_TRUE@lib_LTLIBRARIES = libcronio.la
-
--@CRON_TRUE@impdir = $(prefix)/plugins/import
-+@CRON_TRUE@impdir = $(pkgdatadir)/plugins/import
-
- @CRON_TRUE@libcronio_la_SOURCES = cronplugin.cpp
-
-@@ -470,7 +470,7 @@
-
- @CRON_TRUE@install-data-local:
- @CRON_TRUE@ mkdir -p $(impdir)
--@CRON_TRUE@ if test ! -e $(impdir)/libcronio.so ; then cd $(impdir) && ln -s $(libdir)/libcronio.so $(impdir) ; fi
-+@CRON_TRUE@ if test ! -e $(impdir)/libcronio.so ; then cd $(impdir) && ln -s ../../../../lib/libcronio.so $(impdir) ; fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-diff -ur qhacc-2.9/plugins/mysql/Makefile.in qhacc-2.9-gentoo/plugins/mysql/Makefile.in
---- qhacc-2.9/plugins/mysql/Makefile.in 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/mysql/Makefile.in 2003-09-17 15:36:20.000000000 +1200
-@@ -145,7 +145,7 @@
-
- @MYSQL_TRUE@lib_LTLIBRARIES = libmysqlio.la
-
--@MYSQL_TRUE@pidir = $(prefix)/plugins
-+@MYSQL_TRUE@pidir = $(pkgdatadir)/plugins
- @MYSQL_TRUE@dbdir = $(pidir)/db
- @MYSQL_TRUE@importdir = $(pidir)/import
- @MYSQL_TRUE@exportdir = $(pidir)/export
-@@ -156,7 +156,7 @@
-
- @MYSQL_TRUE@libmysqlio_la_LIBADD = -l$(QHACCQT) -lmysqlclient -lsqlplus -lnativedbio
-
--@MYSQL_TRUE@INCLUDES = $(all_includes) -I$(QTINCDIR) -I$(MYSQLINCDIR) -I../../lib
-+@MYSQL_TRUE@INCLUDES = $(all_includes) -I$(QTINCDIR) -I$(MYSQLINCDIR) -I$(prefix)/include/mysql++ -I../../lib
- @MYSQL_TRUE@AM_LDFLAGS = -L$(QTLIBDIR) -L$(MYSQLLIBDIR) -L../../lib
- @MYSQL_TRUE@LDADD =
-
-@@ -473,11 +473,11 @@
-
- @MYSQL_TRUE@install-data-local:
- @MYSQL_TRUE@ mkdir -p $(dbdir)
--@MYSQL_TRUE@ if test ! -e $(dbdir)/libmysqlio.so ; then cd $(dbdir); ln -s $(libdir)/libmysqlio.so $(dbdir) ; fi
-+@MYSQL_TRUE@ if test ! -e $(dbdir)/libmysqlio.so ; then cd $(dbdir); ln -s ../../../../lib/libmysqlio.so $(dbdir) ; fi
- @MYSQL_TRUE@ mkdir -p $(importdir)
--@MYSQL_TRUE@ if test ! -e $(importdir)/libmysqlio.so ; then cd $(importdir); ln -s ../../lib/libmysqlio.so $(importdir) ; fi
-+@MYSQL_TRUE@ if test ! -e $(importdir)/libmysqlio.so ; then cd $(importdir); ln -s ../../../../lib/libmysqlio.so $(importdir) ; fi
- @MYSQL_TRUE@ mkdir -p $(exportdir)
--@MYSQL_TRUE@ if test ! -e $(exportdir)/libmysqlio.so ; then cd $(exportdir); ln -s ../../lib/libmysqlio.so $(exportdir) ; fi
-+@MYSQL_TRUE@ if test ! -e $(exportdir)/libmysqlio.so ; then cd $(exportdir); ln -s ../../../../lib/libmysqlio.so $(exportdir) ; fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-diff -ur qhacc-2.9/plugins/qif/Makefile.in qhacc-2.9-gentoo/plugins/qif/Makefile.in
---- qhacc-2.9/plugins/qif/Makefile.in 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/qif/Makefile.in 2003-09-17 15:36:41.000000000 +1200
-@@ -145,7 +145,7 @@
-
- @QIF_TRUE@lib_LTLIBRARIES = libqifio.la
-
--@QIF_TRUE@pidir = $(prefix)/plugins
-+@QIF_TRUE@pidir = $(pkgdatadir)/plugins
- @QIF_TRUE@dbdir = $(pidir)/db
- @QIF_TRUE@importdir = $(pidir)/import
- @QIF_TRUE@exportdir = $(pidir)/export
-@@ -473,7 +473,7 @@
-
- @QIF_TRUE@install-data-local:
- @QIF_TRUE@ mkdir -p $(importdir)
--@QIF_TRUE@ if test ! -e $(importdir)/libqifio.so ; then cd $(importdir); ln -s $(libdir)/libqifio.so $(importdir) ; fi
-+@QIF_TRUE@ if test ! -e $(importdir)/libqifio.so ; then cd $(importdir); ln -s ../../../../lib/libqifio.so $(importdir) ; fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-diff -ur qhacc-2.9/plugins/xml/Makefile.in qhacc-2.9-gentoo/plugins/xml/Makefile.in
---- qhacc-2.9/plugins/xml/Makefile.in 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/xml/Makefile.in 2003-09-17 15:37:02.000000000 +1200
-@@ -145,7 +145,7 @@
-
- @XML_TRUE@lib_LTLIBRARIES = libxmlio.la
-
--@XML_TRUE@pidir = $(prefix)/plugins
-+@XML_TRUE@pidir = $(pkgdatadir)/plugins
- @XML_TRUE@dbdir = $(pidir)/db
- @XML_TRUE@importdir = $(pidir)/import
- @XML_TRUE@exportdir = $(pidir)/export
-@@ -473,11 +473,11 @@
-
- @XML_TRUE@install-data-local:
- @XML_TRUE@ mkdir -p $(dbdir)
--@XML_TRUE@ if test ! -e $(dbdir)/libxmlio.so ; then cd $(dbdir); ln -s $(libdir)/libxmlio.so $(dbdir) ; fi
-+@XML_TRUE@ if test ! -e $(dbdir)/libxmlio.so ; then cd $(dbdir); ln -s ../../../../lib/libxmlio.so $(dbdir) ; fi
- @XML_TRUE@ mkdir -p $(importdir)
--@XML_TRUE@ if test ! -e $(importdir)/libxmlio.so ; then cd $(importdir); ln -s $(libdir)/libxmlio.so $(importdir) ; fi
-+@XML_TRUE@ if test ! -e $(importdir)/libxmlio.so ; then cd $(importdir); ln -s ../../../../lib/libxmlio.so $(importdir) ; fi
- @XML_TRUE@ mkdir -p $(exportdir)
--@XML_TRUE@ if test ! -e $(exportdir)/libxmlio.so ; then cd $(exportdir); ln -s $(libdir)/libxmlio.so $(exportdir) ; fi
-+@XML_TRUE@ if test ! -e $(exportdir)/libxmlio.so ; then cd $(exportdir); ln -s ../../../../lib/libxmlio.so $(exportdir) ; fi
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
-diff -ur qhacc-2.9/qm/Makefile.in qhacc-2.9-gentoo/qm/Makefile.in
---- qhacc-2.9/qm/Makefile.in 2003-09-16 22:18:15.000000000 +1200
-+++ qhacc-2.9-gentoo/qm/Makefile.in 2003-09-17 15:31:20.000000000 +1200
-@@ -174,12 +174,12 @@
- dataDATA_INSTALL = $(INSTALL_DATA)
- install-dataDATA: $(data_DATA)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(DESTDIR)$(datadir)
-+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- @list='$(data_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f="`echo $$p | sed -e 's|^.*/||'`"; \
-- echo " $(dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f"; \
-- $(dataDATA_INSTALL) $$d$$p $(DESTDIR)$(datadir)/$$f; \
-+ echo " $(dataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f"; \
-+ $(dataDATA_INSTALL) $$d$$p $(DESTDIR)$(pkgdatadir)/$$f; \
- done
-
- uninstall-dataDATA:
diff --git a/app-office/qhacc/files/qhacc-2.9-mysqlplugin-gcc-3.3.patch b/app-office/qhacc/files/qhacc-2.9-mysqlplugin-gcc-3.3.patch
deleted file mode 100644
index 5a5923fdc9f0..000000000000
--- a/app-office/qhacc/files/qhacc-2.9-mysqlplugin-gcc-3.3.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- qhacc-2.9/plugins/mysql/mysqlplugin.cpp 2003-09-16 22:18:16.000000000 +1200
-+++ qhacc-2.9-gentoo/plugins/mysql/mysqlplugin.cpp 2003-09-17 14:06:13.000000000 +1200
-@@ -23,6 +23,8 @@
-
- #include <qregexp.h>
-
-+using namespace std;
-+
- // "factory" function calls
- extern "C" {
- QHaccPlugin * create(){ return new MySQLDBPlugin; }
-@@ -165,7 +167,7 @@
-
- try{
- Query query=conn->query();
-- query<<"select count(*) from "<<table( t );
-+ (ostream&)query<<"select count(*) from "<<table( t );
- Result result=query.store();
-
- // The Result class has a read-only Random Access Iterator
-@@ -194,7 +196,7 @@
- QString coln=Utils::tcname( t, col );
- //query<<"select "<<selector<<"("+Utils::tcname( t, col )
- // <<") from "<<table( t );
-- query<<"select "<<selector<<"("<<selField( Utils::tcname( t, col ),
-+ (ostream&)query<<"select "<<selector<<"("<<selField( Utils::tcname( t, col ),
- Utils::tctype( t, col ) )
- <<") from "<<table( t );
-
diff --git a/app-office/qhacc/qhacc-2.9.8.ebuild b/app-office/qhacc/qhacc-2.9.8.ebuild
deleted file mode 100644
index 67d6f3c01bc8..000000000000
--- a/app-office/qhacc/qhacc-2.9.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-2.9.8.ebuild,v 1.6 2004/10/05 14:04:06 pvdabeel Exp $
-
-inherit libtool
-
-IUSE="mysql xml"
-
-DESCRIPTION="Personal Finance for QT"
-HOMEPAGE="http://qhacc.sourceforge.net"
-SRC_URI="mirror://sourceforge/sourceforge/qhacc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc alpha ~hppa"
-
-DEPEND="mysql? ( dev-db/mysql++ )
- xml? ( dev-libs/libxml sys-libs/zlib )
- >=x11-libs/qt-3"
-
-src_compile() {
-
- elibtoolize
-
- local myconf=""
- use mysql || myconf="${myconf} --disable-mysql"
- use xml || myconf="${myconf} --disable-xml"
-
- econf ${myconf} || die "configure failed"
-
- make || die "make failed"
-
-}
-
-src_install() {
-
- einstall || die "install failed"
-
- dodir /etc/qhacc
- cp -R ${S}/contrib/easysetup/* ${D}/etc/qhacc/
-}
-
-pkg_postinst() {
- einfo "Copy the files in /etc/qhacc to ~/.qhacc,
- You have to run this program with the command:
- qhacc -f ~/.qhacc/
- I prefer to put this in my .bashrc
- alias qhacc=\"qhacc -f ~/.qhacc\""
-}
diff --git a/app-office/qhacc/qhacc-2.9.9.ebuild b/app-office/qhacc/qhacc-2.9.9.ebuild
deleted file mode 100644
index e253ebf8aec1..000000000000
--- a/app-office/qhacc/qhacc-2.9.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-2.9.9.ebuild,v 1.2 2004/06/24 22:44:58 agriffis Exp $
-
-inherit libtool
-
-IUSE="mysql xml"
-
-DESCRIPTION="Personal Finance for QT"
-HOMEPAGE="http://qhacc.sourceforge.net"
-SRC_URI="mirror://sourceforge/qhacc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa"
-
-DEPEND="mysql? ( dev-db/mysql++ )
- xml? ( dev-libs/libxml sys-libs/zlib )
- >=x11-libs/qt-3"
-
-src_compile() {
-
- elibtoolize
-
- local myconf=""
- use mysql || myconf="${myconf} --disable-mysql"
- use mysql && myconf="${myconf} --enable-mysql"
- use xml || myconf="${myconf} --disable-xml"
- use xml && myconf="${myconf} --enable-xml"
-
- econf ${myconf} || die "configure failed"
-
- make || die "make failed"
-
-}
-
-src_install() {
-
- einstall || die "install failed"
-
- dodir /etc/qhacc
- cp -R ${S}/contrib/easysetup/* ${D}/etc/qhacc/
-}
-
-pkg_postinst() {
- einfo "Copy the files in /etc/qhacc to ~/.qhacc,
- You have to run this program with the command:
- qhacc -f ~/.qhacc/
- I prefer to put this in my .bashrc
- alias qhacc=\"qhacc -f ~/.qhacc\""
-}
diff --git a/app-office/qhacc/qhacc-2.9.ebuild b/app-office/qhacc/qhacc-2.9.ebuild
deleted file mode 100644
index 9b3fb350ad5b..000000000000
--- a/app-office/qhacc/qhacc-2.9.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-2.9.ebuild,v 1.10 2004/10/05 14:04:06 pvdabeel Exp $
-
-inherit libtool eutils
-
-DESCRIPTION="Personal Finance for QT"
-HOMEPAGE="http://qhacc.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sourceforge/qhacc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc ~sparc ~alpha ~hppa"
-IUSE="mysql xml"
-
-DEPEND="mysql? ( dev-db/mysql++ )
- xml? ( dev-libs/libxml sys-libs/zlib )
- >=x11-libs/qt-3"
-
-src_unpack() {
- unpack ${A}
- epatch ${FILESDIR}/${P}-gentoo.patch
- epatch ${FILESDIR}/${P}-mysqlplugin-gcc-3.3.patch
-}
-
-src_compile() {
- elibtoolize
-
- local myconf=""
- use mysql || myconf="${myconf} --disable-mysql"
- use xml || myconf="${myconf} --disable-xml"
-
- econf ${myconf} || die "configure failed"
-
- make || die "make failed"
-}
-
-src_install() {
- einstall || die "install failed"
-
- dodir /etc/qhacc
- cp -R ${S}/contrib/easysetup/* ${D}/etc/qhacc/
-}
-
-pkg_postinst() {
- einfo "Copy the files in /etc/qhacc to ~/.qhacc,
- You have to run this program with the command:
- qhacc -f ~/.qhacc/
- I prefer to put this in my .bashrc
- alias qhacc=\"qhacc -f ~/.qhacc\""
-}