diff options
author | 2009-01-29 08:20:51 +0000 | |
---|---|---|
committer | 2009-01-29 08:20:51 +0000 | |
commit | 0490fcdd31bb4b9b3bfdc5e8dabbb1ced2ed2291 (patch) | |
tree | 998201b80122e697d4a9a96323e4776b28eaed30 /games-board/slibo | |
parent | version bump (diff) | |
download | gentoo-2-0490fcdd31bb4b9b3bfdc5e8dabbb1ced2ed2291.tar.gz gentoo-2-0490fcdd31bb4b9b3bfdc5e8dabbb1ced2ed2291.tar.bz2 gentoo-2-0490fcdd31bb4b9b3bfdc5e8dabbb1ced2ed2291.zip |
EAPI=2; add use-based dep for qt (bug #247344)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-board/slibo')
-rw-r--r-- | games-board/slibo/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/slibo/slibo-0.4.4.ebuild | 13 |
2 files changed, 14 insertions, 6 deletions
diff --git a/games-board/slibo/ChangeLog b/games-board/slibo/ChangeLog index 306dc75cf812..c7f82ce5c8e2 100644 --- a/games-board/slibo/ChangeLog +++ b/games-board/slibo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/slibo -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.12 2008/11/17 20:33:39 flameeyes Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/ChangeLog,v 1.13 2009/01/29 08:20:51 mr_bones_ Exp $ + + 29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> slibo-0.4.4.ebuild: + EAPI=2; add use-based dep for qt (bug #247344) 17 Nov 2008; Diego E. Pettenò <flameeyes@gentoo.org> files/0.4.4-gcc34.patch: diff --git a/games-board/slibo/slibo-0.4.4.ebuild b/games-board/slibo/slibo-0.4.4.ebuild index cc51727dc9c1..73d725337940 100644 --- a/games-board/slibo/slibo-0.4.4.ebuild +++ b/games-board/slibo/slibo-0.4.4.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.13 2007/08/09 23:15:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/slibo/slibo-0.4.4.ebuild,v 1.14 2009/01/29 08:20:51 mr_bones_ Exp $ +EAPI=2 inherit eutils kde DESCRIPTION="A comfortable replacement for the xboard chess interface" @@ -13,11 +14,15 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="=dev-db/sqlite-2*" +DEPEND="=dev-db/sqlite-2* + x11-libs/qt:3[opengl]" need-kde 3 -PATCHES="${FILESDIR}/${PV}-gcc34.patch ${FILESDIR}/${P}-gcc41.patch ${FILESDIR}/${P}-gcc42.patch" +PATCHES=( "${FILESDIR}"/${PV}-gcc34.patch "${FILESDIR}"/${P}-gcc41.patch "${FILESDIR}"/${P}-gcc42.patch ) +src_prepare() { + : # work around kde.eclass lacking eapi=2 support +} src_install() { kde_src_install # whack empty doc files (bug #137114) |