summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-09-30 15:56:59 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-09-30 15:56:59 +0000
commit8e034e8892b32d20d5b30d0d0a834193aa40049c (patch)
tree2a18c5793f25209fb9e21ac7e31f48021ab18934 /x11-misc
parentdepend on glibc bug #102423 (diff)
downloadhistorical-8e034e8892b32d20d5b30d0d0a834193aa40049c.tar.gz
historical-8e034e8892b32d20d5b30d0d0a834193aa40049c.tar.bz2
historical-8e034e8892b32d20d5b30d0d0a834193aa40049c.zip
Version bump. Ebuild by Radek Podgorny, bug 107689.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xstroke/ChangeLog9
-rw-r--r--x11-misc/xstroke/Manifest4
-rw-r--r--x11-misc/xstroke/files/digest-xstroke-0.61
-rw-r--r--x11-misc/xstroke/xstroke-0.6.ebuild19
4 files changed, 30 insertions, 3 deletions
diff --git a/x11-misc/xstroke/ChangeLog b/x11-misc/xstroke/ChangeLog
index 28cc6612db73..a107020fe8fe 100644
--- a/x11-misc/xstroke/ChangeLog
+++ b/x11-misc/xstroke/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/xstroke
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.15 2004/12/28 22:13:35 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xstroke/ChangeLog,v 1.16 2005/09/30 15:56:59 nelchael Exp $
+
+*xstroke-0.6 (30 Sep 2005)
+
+ 30 Sep 2005; Krzysiek Pawlik <nelchael@gentoo.org> +xstroke-0.6.ebuild:
+ Version bump. Ebuild by Radek Podgorny, bug 107689.
28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/x11-misc/xstroke/Manifest b/x11-misc/xstroke/Manifest
index c96f5e924364..37a5d047fa17 100644
--- a/x11-misc/xstroke/Manifest
+++ b/x11-misc/xstroke/Manifest
@@ -1,4 +1,6 @@
-MD5 8fe2f282dca1615cd498c92e5e7e0832 ChangeLog 2010
MD5 fdb120fdd094c8ea214692ab455c9324 xstroke-0.5.12-r1.ebuild 940
+MD5 a4a559a663f66ee1abf2682bc984c58c xstroke-0.6.ebuild 607
+MD5 5bcff67465e8376c3a39bb3aa01862e8 ChangeLog 2168
MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166
+MD5 0bff6fe5c7b5973932081ba82302166d files/digest-xstroke-0.6 64
MD5 cc5958392fa37b59c913ee1c87e5bf57 files/digest-xstroke-0.5.12-r1 66
diff --git a/x11-misc/xstroke/files/digest-xstroke-0.6 b/x11-misc/xstroke/files/digest-xstroke-0.6
new file mode 100644
index 000000000000..7e5d44c56ac8
--- /dev/null
+++ b/x11-misc/xstroke/files/digest-xstroke-0.6
@@ -0,0 +1 @@
+MD5 fe4cb132369e25afc6703fc5dc0b45c2 xstroke-0.6.tar.bz2 140237
diff --git a/x11-misc/xstroke/xstroke-0.6.ebuild b/x11-misc/xstroke/xstroke-0.6.ebuild
new file mode 100644
index 000000000000..aea0ea78e486
--- /dev/null
+++ b/x11-misc/xstroke/xstroke-0.6.ebuild
@@ -0,0 +1,19 @@
+# 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.1 2005/09/30 15:56:59 nelchael Exp $
+
+DESCRIPTION="Gesture/Handwriting recognition engine for X"
+HOMEPAGE="http://www.xstroke.org/"
+SRC_URI="http://www.xstroke.org/releases/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa"
+IUSE=""
+
+DEPEND="virtual/x11"
+
+src_install() {
+ make DESTDIR="${D}" BINDIR=/usr/bin install || die "make install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}