diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:56:37 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:56:37 +0000 |
commit | 92f556f1173632cd8e959dcfba27ca43d49b2dba (patch) | |
tree | 152989a4192253fa564caccd1a650b1410653086 /x11-misc | |
parent | Remove myself from metadata.xml. Dealing with upstream isn't worth the effort. (diff) | |
download | historical-92f556f1173632cd8e959dcfba27ca43d49b2dba.tar.gz historical-92f556f1173632cd8e959dcfba27ca43d49b2dba.tar.bz2 historical-92f556f1173632cd8e959dcfba27ca43d49b2dba.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xstroke/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6.ebuild | 20 |
3 files changed, 24 insertions, 7 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index 1461ff21138d..20a6935af963 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xstroke -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.20 2005/11/14 21:48:18 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.21 2006/01/21 18:56:37 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6.ebuild: + Fixed DEPEND for modular X. 14 Nov 2005; Michael Hanselmann <hansmi@gentoo.org> xstroke-0.6.ebuild: Stable on hppa. See bug #112115. diff --git a/x11-misc/xstroke/Manifest b/x11-misc/xstroke/Manifest index 247b8e907e97..ef11adf87a0f 100644 --- a/x11-misc/xstroke/Manifest +++ b/x11-misc/xstroke/Manifest @@ -1,6 +1,6 @@ -MD5 3c34f8c675101cf5d408cd01c64abbf8 ChangeLog 2752 +MD5 760c8d4b8aaf83dd1bff94ff2bb3bd7f ChangeLog 2858 MD5 cc5958392fa37b59c913ee1c87e5bf57 files/digest-xstroke-0.5.12-r1 66 MD5 0bff6fe5c7b5973932081ba82302166d files/digest-xstroke-0.6 64 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 MD5 fdb120fdd094c8ea214692ab455c9324 xstroke-0.5.12-r1.ebuild 940 -MD5 4cb82d4a378ea8980bcaaf91feac28f5 xstroke-0.6.ebuild 601 +MD5 7ee01bfdd6c5e761b1265c347436f21a xstroke-0.6.ebuild 858 diff --git a/x11-misc/xstroke/xstroke-0.6.ebuild b/x11-misc/xstroke/xstroke-0.6.ebuild index 8a4b01072aab..8771beedb4c6 100644 --- a/x11-misc/xstroke/xstroke-0.6.ebuild +++ b/x11-misc/xstroke/xstroke-0.6.ebuild @@ -1,6 +1,6 @@ -# 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/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.5 2005/11/14 21:48:18 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.6 2006/01/21 18:56:37 nelchael Exp $ DESCRIPTION="Gesture/Handwriting recognition engine for X" HOMEPAGE="http://www.xstroke.org/" @@ -11,7 +11,21 @@ SLOT="0" KEYWORDS="~alpha hppa ~mips ppc sparc x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libXtst + x11-libs/libX11 + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXt + x11-libs/libXft ) + virtual/x11 )" +DEPEND="${RDEPEND} + media-libs/freetype + media-libs/fontconfig + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_install() { make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed" |