summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2005-11-14 18:09:44 +0000
committerTim Yamin <plasmaroo@gentoo.org>2005-11-14 18:09:44 +0000
commit4cf9715e178cfa16525e325eb81c267cb8ab1ab7 (patch)
tree4aec45b19f52f86c19a0c50136397155f89e3878 /dev-libs/libstroke/libstroke-0.5.1.ebuild
parentRemove old ebuilds. (diff)
downloadhistorical-4cf9715e178cfa16525e325eb81c267cb8ab1ab7.tar.gz
historical-4cf9715e178cfa16525e325eb81c267cb8ab1ab7.tar.bz2
historical-4cf9715e178cfa16525e325eb81c267cb8ab1ab7.zip
Add m4 fixes by James Rowe, bug #109329.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-libs/libstroke/libstroke-0.5.1.ebuild')
-rw-r--r--dev-libs/libstroke/libstroke-0.5.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild
index f34511e5e204..3fa9aff732de 100644
--- a/dev-libs/libstroke/libstroke-0.5.1.ebuild
+++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.13 2004/11/04 05:17:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.14 2005/11/14 18:09:44 plasmaroo Exp $
-inherit gnuconfig
+inherit eutils
DESCRIPTION="A Stroke and Gesture recognition Library"
HOMEPAGE="http://www.etla.net/libstroke/"
@@ -19,10 +19,10 @@ DEPEND="virtual/libc
src_unpack() {
unpack ${A}
- gnuconfig_update
+ epatch ${FILESDIR}/${P}-m4_syntax.patch
}
src_install () {
make DESTDIR=${D} install || die
- dodoc CREDITS ChangeLog README
+ dodoc CREDITS ChangeLog README{,.libgstroke}
}