diff options
author | 2006-01-22 02:06:09 +0000 | |
---|---|---|
committer | 2006-01-22 02:06:09 +0000 | |
commit | d801a7710f5386df30cb8590a61c5029d20d0f13 (patch) | |
tree | 065c376dfe1776666cfedac3b11a7eca9e855907 /x11-misc/xstroke | |
parent | Stable on x86 for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-d801a7710f5386df30cb8590a61c5029d20d0f13.tar.gz historical-d801a7710f5386df30cb8590a61c5029d20d0f13.tar.bz2 historical-d801a7710f5386df30cb8590a61c5029d20d0f13.zip |
Stable on alpha and clean out old ebuild.
Package-Manager: portage-2.0.54
Diffstat (limited to 'x11-misc/xstroke')
-rw-r--r-- | x11-misc/xstroke/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xstroke/Manifest | 16 | ||||
-rw-r--r-- | x11-misc/xstroke/files/digest-xstroke-0.5.12-r1 | 1 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.5.12-r1.ebuild | 35 | ||||
-rw-r--r-- | x11-misc/xstroke/xstroke-0.6.ebuild | 4 |
5 files changed, 19 insertions, 43 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog index 20a6935af963..f63e71d81f36 100644 --- a/x11-misc/xstroke/ChangeLog +++ b/x11-misc/xstroke/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xstroke # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.22 2006/01/22 02:06:09 kloeri Exp $ + + 22 Jan 2006; Bryan Østergaard <kloeri@gentoo.org + -xstroke-0.5.12-r1.ebuild, xstroke-0.6.ebuild: + Stable on alpha and clean out old ebuild. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xstroke-0.6.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xstroke/Manifest b/x11-misc/xstroke/Manifest index ef11adf87a0f..45f607ede161 100644 --- a/x11-misc/xstroke/Manifest +++ b/x11-misc/xstroke/Manifest @@ -1,6 +1,14 @@ -MD5 760c8d4b8aaf83dd1bff94ff2bb3bd7f ChangeLog 2858 -MD5 cc5958392fa37b59c913ee1c87e5bf57 files/digest-xstroke-0.5.12-r1 66 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 11c76b7ab02b919c109532d9aa7508c4 ChangeLog 3002 MD5 0bff6fe5c7b5973932081ba82302166d files/digest-xstroke-0.6 64 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 -MD5 fdb120fdd094c8ea214692ab455c9324 xstroke-0.5.12-r1.ebuild 940 -MD5 7ee01bfdd6c5e761b1265c347436f21a xstroke-0.6.ebuild 858 +MD5 c846e902c3c4ee28b965001757e110a1 xstroke-0.6.ebuild 855 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD0ujnugEuf3OQ0akRAqBdAJ96z5BcAeiSkP88TUOkc1jEU9CeEACfeNzg +NTR6ORG91Lh2fF+NnrB3FtU= +=hGjd +-----END PGP SIGNATURE----- diff --git a/x11-misc/xstroke/files/digest-xstroke-0.5.12-r1 b/x11-misc/xstroke/files/digest-xstroke-0.5.12-r1 deleted file mode 100644 index 5b3b81cf70eb..000000000000 --- a/x11-misc/xstroke/files/digest-xstroke-0.5.12-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7ceca671324530cb78cfe02ce913e08a xstroke-0.5.12.tar.gz 166494 diff --git a/x11-misc/xstroke/xstroke-0.5.12-r1.ebuild b/x11-misc/xstroke/xstroke-0.5.12-r1.ebuild deleted file mode 100644 index fffa6abd3cb8..000000000000 --- a/x11-misc/xstroke/xstroke-0.5.12-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.5.12-r1.ebuild,v 1.7 2004/09/02 22:49:42 pvdabeel Exp $ - -DESCRIPTION="Gesture/Handwriting recognition engine for X" -HOMEPAGE="http://dsn.east.isi.edu/xstroke/" -SRC_URI="ftp://ftp.handhelds.org/pub/projects/${PN}/release-0.5/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha ~mips hppa" -IUSE="" - -DEPEND="virtual/x11" - -src_unpack() { - unpack ${A} - cd ${S} - xmkmf -a # generate Makefile from Imakefile -} - -src_compile() { - # otherwise it'll include the wrong freetype headers. - emake \ - INCLUDES="-I/usr/include/freetype2" \ - DEFINES="-DXK_XKB_KEYS" \ - || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed" - newman xstroke.man xstroke.1 - dodoc AUTHORS ChangeLog README TODO - dohtml -r doc -} diff --git a/x11-misc/xstroke/xstroke-0.6.ebuild b/x11-misc/xstroke/xstroke-0.6.ebuild index 8771beedb4c6..482ec3a1e115 100644 --- a/x11-misc/xstroke/xstroke-0.6.ebuild +++ b/x11-misc/xstroke/xstroke-0.6.ebuild @@ -1,6 +1,6 @@ # 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.6 2006/01/21 18:56:37 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/xstroke-0.6.ebuild,v 1.7 2006/01/22 02:06:09 kloeri 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="~alpha hppa ~mips ppc sparc x86" +KEYWORDS="alpha hppa ~mips ppc sparc x86" IUSE="" RDEPEND="|| ( ( |