diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-07 14:49:28 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-10-07 14:49:28 +0000 |
commit | 5648a4d7b7ba57581b5120b096863f2c1198ee3a (patch) | |
tree | cf22d7e9d8b33734b269270734ab0e7db987ebee /x11-libs/qt | |
parent | Don't assume GNU ld. Remove src_compile as it falls back to the default. (diff) | |
download | gentoo-2-5648a4d7b7ba57581b5120b096863f2c1198ee3a.tar.gz gentoo-2-5648a4d7b7ba57581b5120b096863f2c1198ee3a.tar.bz2 gentoo-2-5648a4d7b7ba57581b5120b096863f2c1198ee3a.zip |
Better description.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-libs/qt')
-rw-r--r-- | x11-libs/qt/qt-3.3.4-r8.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-3.3.5.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.0.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/qt/qt-3.3.4-r8.ebuild b/x11-libs/qt/qt-3.3.4-r8.ebuild index 4878a49975ae..00e4b864859a 100644 --- a/x11-libs/qt/qt-3.3.4-r8.ebuild +++ b/x11-libs/qt/qt-3.3.4-r8.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.9 2005/10/02 17:14:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.4-r8.ebuild,v 1.10 2005/10/07 14:49:27 greg_g Exp $ inherit eutils flag-o-matic toolchain-funcs SRCTYPE="free" -DESCRIPTION="QT version ${PV}" +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework." HOMEPAGE="http://www.trolltech.com/" IMMQT_P="qt-x11-immodule-unified-qt3.3.4-20041203" diff --git a/x11-libs/qt/qt-3.3.5.ebuild b/x11-libs/qt/qt-3.3.5.ebuild index 7023c14fbb67..1f967a24c75c 100644 --- a/x11-libs/qt/qt-3.3.5.ebuild +++ b/x11-libs/qt/qt-3.3.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.5.ebuild,v 1.1 2005/09/17 16:35:57 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.3.5.ebuild,v 1.2 2005/10/07 14:49:28 greg_g Exp $ inherit eutils flag-o-matic toolchain-funcs SRCTYPE="free" -DESCRIPTION="QT version ${PV}" +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework." HOMEPAGE="http://www.trolltech.com/" IMMQT_P="qt-x11-immodule-unified-qt3.3.4-20041203" diff --git a/x11-libs/qt/qt-4.0.1.ebuild b/x11-libs/qt/qt-4.0.1.ebuild index 61712a183dae..dfc52a8cf1a4 100644 --- a/x11-libs/qt/qt-4.0.1.ebuild +++ b/x11-libs/qt/qt-4.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.1.ebuild,v 1.4 2005/09/19 14:06:03 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.0.1.ebuild,v 1.5 2005/10/07 14:49:28 greg_g Exp $ inherit eutils flag-o-matic toolchain-funcs SRCTYPE="opensource-src" -DESCRIPTION="QT version ${PV}" +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework." HOMEPAGE="http://www.trolltech.com/" SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.gz" |