diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-05-01 16:54:50 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-05-01 16:54:50 +0000 |
commit | 6c4fda82e07a10902c311d8dc7a969320fb19280 (patch) | |
tree | 8b8cf36deae2259970acf27b944840e57650bcdb /app-office/qhacc | |
parent | Fixed libformat.so symlinking, #49021 (Manifest recommit) (diff) | |
download | gentoo-2-6c4fda82e07a10902c311d8dc7a969320fb19280.tar.gz gentoo-2-6c4fda82e07a10902c311d8dc7a969320fb19280.tar.bz2 gentoo-2-6c4fda82e07a10902c311d8dc7a969320fb19280.zip |
Add new Version 2.9.9.
Diffstat (limited to 'app-office/qhacc')
-rw-r--r-- | app-office/qhacc/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/qhacc/Manifest | 10 | ||||
-rw-r--r-- | app-office/qhacc/files/digest-qhacc-2.9.9 | 1 | ||||
-rw-r--r-- | app-office/qhacc/qhacc-2.9.9.ebuild | 51 |
4 files changed, 65 insertions, 6 deletions
diff --git a/app-office/qhacc/ChangeLog b/app-office/qhacc/ChangeLog index a72882d9ec05..7d270bd184db 100644 --- a/app-office/qhacc/ChangeLog +++ b/app-office/qhacc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/qhacc -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.6 2004/03/06 21:25:35 centic Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.7 2004/05/01 16:54:50 centic Exp $ + +*qhacc-2.9.9 (01 May 2004) + + 01 May 2004; Dominik Stadler <centic@gentoo.org> +qhacc-2.9.9.ebuild: + Add version 2.9.9, see Bug 47272 *qhacc-2.9.8 (07 Mar 2004) diff --git a/app-office/qhacc/Manifest b/app-office/qhacc/Manifest index 2990e989434a..cbd0ece6d8f2 100644 --- a/app-office/qhacc/Manifest +++ b/app-office/qhacc/Manifest @@ -1,8 +1,10 @@ -MD5 f9848845170083de3cf3420f27f240c1 files/digest-qhacc-2.9 61 -MD5 83196bf0c0685733494d5f401c3d926f files/qhacc-2.9-gentoo.patch 7175 -MD5 8411a52d54ebbb2038e2e08a9f43b238 files/qhacc-2.9-mysqlplugin-gcc-3.3.patch 982 -MD5 703c28cb8b7fdc28c19e990234c7eea6 files/digest-qhacc-2.9.8 63 MD5 56fa492a8ac9c6cd43f156e78e450198 ChangeLog 1135 MD5 512150b47a904b0240101e319856aab1 metadata.xml 156 MD5 b30aa3c9ea9214203f4d88e2e8078115 qhacc-2.9.ebuild 1231 MD5 b639cf90b2f6b5b78c7a965a2d9860f3 qhacc-2.9.8.ebuild 1110 +MD5 6e610e570f1652322d200f85790ab060 qhacc-2.9.9.ebuild 1000 +MD5 f9848845170083de3cf3420f27f240c1 files/digest-qhacc-2.9 61 +MD5 83196bf0c0685733494d5f401c3d926f files/qhacc-2.9-gentoo.patch 7175 +MD5 8411a52d54ebbb2038e2e08a9f43b238 files/qhacc-2.9-mysqlplugin-gcc-3.3.patch 982 +MD5 703c28cb8b7fdc28c19e990234c7eea6 files/digest-qhacc-2.9.8 63 +MD5 6c5e6b109aa837699f48c94d253786ce files/digest-qhacc-2.9.9 63 diff --git a/app-office/qhacc/files/digest-qhacc-2.9.9 b/app-office/qhacc/files/digest-qhacc-2.9.9 new file mode 100644 index 000000000000..ecff1f7e777d --- /dev/null +++ b/app-office/qhacc/files/digest-qhacc-2.9.9 @@ -0,0 +1 @@ +MD5 23a228406206ca32a88a17c30f6a7b2e qhacc-2.9.9.tar.gz 520459 diff --git a/app-office/qhacc/qhacc-2.9.9.ebuild b/app-office/qhacc/qhacc-2.9.9.ebuild new file mode 100644 index 000000000000..36f574a0110c --- /dev/null +++ b/app-office/qhacc/qhacc-2.9.9.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/05/01 16:54:50 centic 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\"" +} |