diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-09 14:50:59 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-09 14:50:59 +0000 |
commit | fea1ed1c6b5012c80d746f355a351a378a2db46f (patch) | |
tree | e93be3c41124c830590517d50686d00d595e5f90 /x11-libs | |
parent | updated fixes after move to /usr (diff) | |
download | historical-fea1ed1c6b5012c80d746f355a351a378a2db46f.tar.gz historical-fea1ed1c6b5012c80d746f355a351a378a2db46f.tar.bz2 historical-fea1ed1c6b5012c80d746f355a351a378a2db46f.zip |
truly final qt scheme
it even works
i will soon add qt3-beta6, since it may be used by some people outside
kde3, but first i must have an answer to my latest gentoo-dev post
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-x11/files/30qt.2 (renamed from x11-libs/qt-x11/files/30qt) | 0 | ||||
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-x11/files/30qt b/x11-libs/qt-x11/files/30qt.2 index fdaa185c4ad9..fdaa185c4ad9 100644 --- a/x11-libs/qt-x11/files/30qt +++ b/x11-libs/qt-x11/files/30qt.2 diff --git a/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild b/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild index daa2b76fbd17..c6722d5afb6e 100644 --- a/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild +++ b/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Philippe Namias <pnamias@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild,v 1.3 2001/10/09 08:29:59 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild,v 1.4 2001/10/09 14:50:59 danarmak Exp $ # note: this is the new revision that installs into /usr S=${WORKDIR}/qt-${PV} @@ -97,7 +97,7 @@ src_install() { cd ${D} ln -s /${QTBASE} usr/lib/qt-x11-2 insinto /etc/env.d - doins ${FILESDIR}/30qt + newins ${FILESDIR}/30qt.2 30qt doins ${FILESDIR}/50qt-x11-2 } |