summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2006-02-25 15:40:59 +0000
committerCarsten Lohrke <carlo@gentoo.org>2006-02-25 15:40:59 +0000
commit16d405a97987da3c2f9d1f2e2df08749f0b662e9 (patch)
tree8da8dd2f112b16e9ecc9660be679b2a905f34bfe /app-office/qhacc
parentremove virtual/libc from dependencies (diff)
downloadhistorical-16d405a97987da3c2f9d1f2e2df08749f0b662e9.tar.gz
historical-16d405a97987da3c2f9d1f2e2df08749f0b662e9.tar.bz2
historical-16d405a97987da3c2f9d1f2e2df08749f0b662e9.zip
Missing crypt in ISUE, removing post_rm, since Portage is fixed.
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-office/qhacc')
-rw-r--r--app-office/qhacc/ChangeLog5
-rw-r--r--app-office/qhacc/Manifest4
-rw-r--r--app-office/qhacc/qhacc-3.4.ebuild11
3 files changed, 9 insertions, 11 deletions
diff --git a/app-office/qhacc/ChangeLog b/app-office/qhacc/ChangeLog
index f3f5e99b1c09..bb67ca6bc588 100644
--- a/app-office/qhacc/ChangeLog
+++ b/app-office/qhacc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/qhacc
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.28 2006/02/21 18:42:23 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/ChangeLog,v 1.29 2006/02/25 15:40:59 carlo Exp $
+
+ 25 Feb 2006; Carsten Lohrke <carlo@gentoo.org> qhacc-3.4.ebuild:
+ Missing crypt in ISUE, removing post_rm, since Portage is fixed.
21 Feb 2006; Carsten Lohrke <carlo@gentoo.org>
-files/qhacc-3.2.2-sandbox.patch, -qhacc-3.2.2.ebuild,
diff --git a/app-office/qhacc/Manifest b/app-office/qhacc/Manifest
index 95fc02f7c42a..8a61daeb8166 100644
--- a/app-office/qhacc/Manifest
+++ b/app-office/qhacc/Manifest
@@ -1,4 +1,4 @@
-MD5 acba20f69e17567f9876db0dd7a2808a ChangeLog 3711
+MD5 1d719fb26892d2f75fb5acf2563cbe01 ChangeLog 3846
MD5 8ad038ef57072d0bd84121a74aa30c59 files/digest-qhacc-3.2.1 63
MD5 912dd361b66263aabb1ee365ba285bf9 files/digest-qhacc-3.4 61
MD5 5d4fad5c5dece54cf6376b1cbf836667 files/qhacc-3.2.1-mysql_plugin_libs.patch 834
@@ -6,4 +6,4 @@ MD5 2f6b026212a58b32e415bede86478bba files/qhacc-3.2.1-psql_plugin_libs.patch 82
MD5 a17438e255e4c609d23b7db1e10761c9 files/qhacc-3.2.1-sandbox.patch 14903
MD5 512150b47a904b0240101e319856aab1 metadata.xml 156
MD5 56971cbde6c4abf8668a914ee3392f80 qhacc-3.2.1.ebuild 1907
-MD5 e374ba6e85769d18d5517e631e46e0a4 qhacc-3.4.ebuild 2051
+MD5 bec6905b1839cc34e6d254634aab3f34 qhacc-3.4.ebuild 1952
diff --git a/app-office/qhacc/qhacc-3.4.ebuild b/app-office/qhacc/qhacc-3.4.ebuild
index 2d1950fbb11c..763c4c0076da 100644
--- a/app-office/qhacc/qhacc-3.4.ebuild
+++ b/app-office/qhacc/qhacc-3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.4.ebuild,v 1.3 2005/07/18 20:52:15 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/qhacc/qhacc-3.4.ebuild,v 1.4 2006/02/25 15:40:59 carlo Exp $
inherit libtool kde-functions eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qhacc/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86"
-IUSE="doc mysql ofx postgres sqlite"
+IUSE="crypt doc mysql ofx postgres sqlite"
DEPEND="ofx? ( ~dev-libs/libofx-0.7.0 )
crypt? ( >=app-crypt/gpgme-0.9.0-r1 )
@@ -63,8 +63,3 @@ pkg_postinst() {
ewarn "To update from a previous version, please read /usr/share/doc/${PF}/UPGRADE.gz"
echo ""
}
-
-pkg_postrm() {
- # Portage doesn't eat stale symlinks...
- [ -n "${PF}" ] && rm -rf /usr/share/doc/${PF}
-} \ No newline at end of file