diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2005-11-11 19:50:11 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2005-11-11 19:50:11 +0000 |
commit | a4c88322cddd4b980d23df6717e8784df96e5f6d (patch) | |
tree | 5aa02f3c112e26ee4825a894e34ac532ff0542d5 /x11-misc/xstroke | |
parent | Split out malloc patch from the rest of bsd patch. Apply it on 2.2.0 that sti... (diff) | |
download | historical-a4c88322cddd4b980d23df6717e8784df96e5f6d.tar.gz historical-a4c88322cddd4b980d23df6717e8784df96e5f6d.tar.bz2 historical-a4c88322cddd4b980d23df6717e8784df96e5f6d.zip |
Stable on sparc at developer's request (Bug #112115). Builds and
seems to run, although for logging, root is required. Difficult to
test very much, though, since there is no man page or any
other documantation.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/xstroke')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xstroke/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index fd4138c263c1..08081e146147 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,12 @@ # 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.17 2005/11/10 21:54:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.18 2005/11/11 19:50:11 fmccor Exp $ + + 11 Nov 2005; Ferris McCormick <fmccor@gentoo.org> xstroke-0.6.ebuild: + Stable on sparc at developer's request (Bug #112115). Builds and + seems to run, although for logging, root is required. Difficult to + test very much, though, since there is no man page or any + other documantation. 11 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6.ebuild: Stable on x86. diff --git a/x11-misc/xstroke/Manifest b/x11-misc/xstroke/Manifest index ba6b8891198e..4577d0865f24 100644 --- a/x11-misc/xstroke/Manifest +++ b/x11-misc/xstroke/Manifest @@ -1,6 +1,6 @@ -MD5 c5a9503c5394358fff9f4cb93cac10a9 ChangeLog 2259 +MD5 ed71b4f20dbfea49b2a2a7950dbab414 ChangeLog 2550 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 0e8d7271493805c68ca1fe2e0a6b4b0e xstroke-0.6.ebuild 606 +MD5 c9d318de63a391113d1b8aa204b3044b xstroke-0.6.ebuild 603 diff --git a/x11-misc/xstroke/xstroke-0.6.ebuild b/x11-misc/xstroke/xstroke-0.6.ebuild index 4070abb300b9..cf1e2a476998 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 # 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.2 2005/11/10 21:54:10 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.3 2005/11/11 19:50:11 fmccor Exp $ DESCRIPTION="Gesture/Handwriting recognition engine for X" HOMEPAGE="http://www.xstroke.org/" @@ -8,7 +8,7 @@ SRC_URI="http://www.xstroke.org/releases/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="~alpha ~hppa ~mips ~ppc sparc x86" IUSE="" DEPEND="virtual/x11" |