summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-02-11 18:08:20 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-02-11 18:08:20 +0000
commit6ab27ef4d02001f43d7204ff5a5ad8b1deb118df (patch)
tree41185faa2ecc50de27bba3874177c59baca4620f /x11-libs
parentNew version. (Manifest recommit) (diff)
downloadgentoo-2-6ab27ef4d02001f43d7204ff5a5ad8b1deb118df.tar.gz
gentoo-2-6ab27ef4d02001f43d7204ff5a5ad8b1deb118df.tar.bz2
gentoo-2-6ab27ef4d02001f43d7204ff5a5ad8b1deb118df.zip
Make QTDIR/etc/settings a keepdir instead of dodir, so it persists via upgrades. Also, mark x86 stable.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/ChangeLog8
-rw-r--r--x11-libs/qt/qt-3.3.0.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog
index 0f7af802261d..59cadfcacea1 100644
--- a/x11-libs/qt/ChangeLog
+++ b/x11-libs/qt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-libs/qt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.117 2004/02/10 15:17:28 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.118 2004/02/11 18:08:19 caleb Exp $
+
+ 11 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.3.0.ebuild:
+ Make $QTBASE/etc/settings a "keepdir" instead of a "dodir" so it doesn't get
+ erased during upgrades.
+
+ Also, mark x86 stable.
10 Feb 2004; Caleb Tennis <caleb@gentoo.org> qt-3.3.0.ebuild:
Change ipv6 use dep a little bit and see if that
diff --git a/x11-libs/qt/qt-3.3.0.ebuild b/x11-libs/qt/qt-3.3.0.ebuild
index a90b635bd942..7be391984d93 100644
--- a/x11-libs/qt/qt-3.3.0.ebuild
+++ b/x11-libs/qt/qt-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.11 2004/02/10 21:20:26 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.0.ebuild,v 1.12 2004/02/11 18:08:20 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2"
LICENSE="QPL-1.0 | GPL-2"
SLOT="3"
-KEYWORDS="~x86 ~alpha"
+KEYWORDS="x86 ~alpha"
IUSE="cups nas postgres opengl mysql odbc gif doc firebird zlib icc sqlite ipv6"
DEPEND="virtual/x11 virtual/xft
@@ -56,7 +56,6 @@ src_compile() {
# Let's just allow writing to these directories during Qt emerge
# as it makes Qt much happier.
- keepdir "${QTBASE}/etc/settings"
addwrite "${QTBASE}/etc/settings"
addwrite "$HOME/.qt"
@@ -139,6 +138,9 @@ src_install() {
cd ${S}
cp translations/* ${D}/${QTBASE}/translations
+ dodir ${QTBASE}/etc
+ keepdir ${QTBASE}/etc/settings
+
dodir ${QTBASE}/doc
if [ `use doc` ]; then