diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-17 02:58:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-17 02:58:57 +0000 |
commit | b3b604124cda65f3003e35036159ca6300886442 (patch) | |
tree | 6c9157b469feceec3c7693379a67e7a303f3b168 /games-engines | |
parent | rev bump to fix lazybindings on a suid binary (bug #141172). (diff) | |
download | gentoo-2-b3b604124cda65f3003e35036159ca6300886442.tar.gz gentoo-2-b3b604124cda65f3003e35036159ca6300886442.tar.bz2 gentoo-2-b3b604124cda65f3003e35036159ca6300886442.zip |
use the qt3 eclass
(Portage version: 2.1.1_pre5-r1)
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/qtads/ChangeLog | 7 | ||||
-rw-r--r-- | games-engines/qtads/files/digest-qtads-1.6c | 2 | ||||
-rw-r--r-- | games-engines/qtads/qtads-1.6c.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/games-engines/qtads/ChangeLog b/games-engines/qtads/ChangeLog index 5fd0793703b7..286125c8e471 100644 --- a/games-engines/qtads/ChangeLog +++ b/games-engines/qtads/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-engines/qtads -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.2 2005/07/10 12:12:56 dholm Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/ChangeLog,v 1.3 2006/08/17 02:58:57 mr_bones_ Exp $ + + 17 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> qtads-1.6c.ebuild: + use the qt3 eclass 10 Jul 2005; David Holm <dholm@gentoo.org> qtads-1.6c.ebuild: Added to ~ppc. diff --git a/games-engines/qtads/files/digest-qtads-1.6c b/games-engines/qtads/files/digest-qtads-1.6c index 47a170db1202..c4d949de4753 100644 --- a/games-engines/qtads/files/digest-qtads-1.6c +++ b/games-engines/qtads/files/digest-qtads-1.6c @@ -1 +1,3 @@ MD5 79bf6ab38b3d8afc99b296519eca0e23 qtads-1.6c.tar.bz2 1007742 +RMD160 24dc1a3024b69806fcd084b5b4dd277bd85ac75b qtads-1.6c.tar.bz2 1007742 +SHA256 732ad938bb403b41482ac62f5ed23a9b62cb1c3a033bfe07312991944914937f qtads-1.6c.tar.bz2 1007742 diff --git a/games-engines/qtads/qtads-1.6c.ebuild b/games-engines/qtads/qtads-1.6c.ebuild index c89aacc8790b..328c8ed2d4b5 100644 --- a/games-engines/qtads/qtads-1.6c.ebuild +++ b/games-engines/qtads/qtads-1.6c.ebuild @@ -1,8 +1,8 @@ -# 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/games-engines/qtads/qtads-1.6c.ebuild,v 1.2 2005/07/10 12:12:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/qtads/qtads-1.6c.ebuild,v 1.3 2006/08/17 02:58:57 mr_bones_ Exp $ -inherit flag-o-matic games +inherit flag-o-matic qt3 games DESCRIPTION="QT based GUI interpreter for Tads2/Tads3 games" HOMEPAGE="http://qtads.sourceforge.net/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND="=x11-libs/qt-3*" +DEPEND="$(qt_min_version 3)" src_compile () { append-flags -fno-strict-aliasing |