diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-24 17:10:30 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-24 17:10:30 +0000 |
commit | ce9f3eae75e0cccf4ac0c970b3edf1de2b26b58f (patch) | |
tree | 8e6ee6881e2ebd25e0a2934b29a83f3d94c2b67c | |
parent | Updated gnuplot w/ Tod Neidt's patch. (diff) | |
download | gentoo-2-ce9f3eae75e0cccf4ac0c970b3edf1de2b26b58f.tar.gz gentoo-2-ce9f3eae75e0cccf4ac0c970b3edf1de2b26b58f.tar.bz2 gentoo-2-ce9f3eae75e0cccf4ac0c970b3edf1de2b26b58f.zip |
A few finishing touches on multi-qt.
qt-3.0-final ebuild is working and will go in as soon as the new dep
functionality does. Same for multiple kdelibs support.
-rw-r--r-- | x11-libs/qt-x11/files/30qt.3 | 1 | ||||
-rw-r--r-- | x11-libs/qt-x11/files/49qt-x11-3.0.0 | 4 | ||||
-rw-r--r-- | x11-libs/qt-x11/files/50qt-x11-2 | 4 | ||||
-rw-r--r-- | x11-libs/qt-x11/files/50qt-x11-2.3.1 | 4 | ||||
-rw-r--r-- | x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild | 4 |
5 files changed, 11 insertions, 6 deletions
diff --git a/x11-libs/qt-x11/files/30qt.3 b/x11-libs/qt-x11/files/30qt.3 new file mode 100644 index 000000000000..9b8d3d6cb829 --- /dev/null +++ b/x11-libs/qt-x11/files/30qt.3 @@ -0,0 +1 @@ +QTDIR=/usr/lib/qt-x11-3 diff --git a/x11-libs/qt-x11/files/49qt-x11-3.0.0 b/x11-libs/qt-x11/files/49qt-x11-3.0.0 new file mode 100644 index 000000000000..f327bf7021d2 --- /dev/null +++ b/x11-libs/qt-x11/files/49qt-x11-3.0.0 @@ -0,0 +1,4 @@ +PATH=/usr/lib/qt-x11-3.0.0/bin +ROOTPATH=/usr/lib/qt-x11-3.0.0/bin +LDPATH=/usr/lib/qt-x11-3.0.0/lib +MANPATH=/usr/lib/qt-x11-3.0.0/share/man diff --git a/x11-libs/qt-x11/files/50qt-x11-2 b/x11-libs/qt-x11/files/50qt-x11-2 deleted file mode 100644 index 5f08829bdd1c..000000000000 --- a/x11-libs/qt-x11/files/50qt-x11-2 +++ /dev/null @@ -1,4 +0,0 @@ -PATH=/usr/lib/qt-x11-2/bin -ROOTPATH=/usr/lib/qt-x11-2/bin -LDPATH=/usr/lib/qt-x11-2/lib -MANPATH=/usr/lib/qt-x11-2/share/man diff --git a/x11-libs/qt-x11/files/50qt-x11-2.3.1 b/x11-libs/qt-x11/files/50qt-x11-2.3.1 new file mode 100644 index 000000000000..80109319b15a --- /dev/null +++ b/x11-libs/qt-x11/files/50qt-x11-2.3.1 @@ -0,0 +1,4 @@ +PATH=/usr/lib/qt-x11-2.3.1/bin +ROOTPATH=/usr/lib/qt-x11-2.3.1/bin +LDPATH=/usr/lib/qt-x11-2.3.1/lib +MANPATH=/usr/lib/qt-x11-2.3.1/share/man 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 c6722d5afb6e..25f0769f2ff1 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.4 2001/10/09 14:50:59 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-x11/qt-x11-2.3.1-r2.ebuild,v 1.5 2001/10/24 17:10:29 danarmak Exp $ # note: this is the new revision that installs into /usr S=${WORKDIR}/qt-${PV} @@ -98,7 +98,7 @@ src_install() { ln -s /${QTBASE} usr/lib/qt-x11-2 insinto /etc/env.d newins ${FILESDIR}/30qt.2 30qt - doins ${FILESDIR}/50qt-x11-2 + doins ${FILESDIR}/50${P} } |