summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-02-01 21:43:29 +0000
committerJon Portnoy <avenj@gentoo.org>2004-02-01 21:43:29 +0000
commitc9b79202f85a33fbdec1c3c0898e61a2df5c8088 (patch)
tree28b8c435e7181a6151f447547e73cfb520f15063 /dev-libs/libstroke
parentAMD64 keywords (diff)
downloadhistorical-c9b79202f85a33fbdec1c3c0898e61a2df5c8088.tar.gz
historical-c9b79202f85a33fbdec1c3c0898e61a2df5c8088.tar.bz2
historical-c9b79202f85a33fbdec1c3c0898e61a2df5c8088.zip
AMD64 keywords
Diffstat (limited to 'dev-libs/libstroke')
-rw-r--r--dev-libs/libstroke/ChangeLog7
-rw-r--r--dev-libs/libstroke/Manifest4
-rw-r--r--dev-libs/libstroke/libstroke-0.5.1.ebuild10
3 files changed, 14 insertions, 7 deletions
diff --git a/dev-libs/libstroke/ChangeLog b/dev-libs/libstroke/ChangeLog
index 9b0e62878d64..334fe22a989f 100644
--- a/dev-libs/libstroke/ChangeLog
+++ b/dev-libs/libstroke/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libstroke
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.9 2003/10/15 17:55:15 taviso Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/ChangeLog,v 1.10 2004/02/01 21:43:29 avenj Exp $
+
+ 01 Feb 2004; Jon Portnoy <avenj@gentoo.org> libstroke-0.5.1.ebuild :
+ AMD64 keywords.
15 Oct 2003; Tavis Ormandy <taviso@gentoo.org> libstroke-0.5.1.ebuild:
fvwm appears to be the only application in portage depending
diff --git a/dev-libs/libstroke/Manifest b/dev-libs/libstroke/Manifest
index d778fa6de5ee..172547ace774 100644
--- a/dev-libs/libstroke/Manifest
+++ b/dev-libs/libstroke/Manifest
@@ -1,6 +1,6 @@
-MD5 a8013b33f8568d8be7a4953f9f14fe09 ChangeLog 1413
+MD5 35cfe0dacffacae77c3cc7603a0c8f83 ChangeLog 1503
MD5 36c014fabe2bf05fe68aa0b3b09ea403 libstroke-0.4.ebuild 667
-MD5 607432100ababe4f01086cd74a73af6a libstroke-0.5.1.ebuild 687
+MD5 33ab1532060f91d697156d8a16987535 libstroke-0.5.1.ebuild 731
MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225
MD5 0ed300488be87ed223f0356a3fc2d0bc files/digest-libstroke-0.4 65
MD5 f326e3b555cd7ab918577090c330cc42 files/digest-libstroke-0.5.1 67
diff --git a/dev-libs/libstroke/libstroke-0.5.1.ebuild b/dev-libs/libstroke/libstroke-0.5.1.ebuild
index cb44c6900964..81fe1ce467e1 100644
--- a/dev-libs/libstroke/libstroke-0.5.1.ebuild
+++ b/dev-libs/libstroke/libstroke-0.5.1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# 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.3 2003/10/15 17:55:15 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libstroke/libstroke-0.5.1.ebuild,v 1.4 2004/02/01 21:43:29 avenj Exp $
+
+inherit gnuconfig
S=${WORKDIR}/${P}
DESCRIPTION="A Stroke and Guesture recognition Library"
@@ -9,13 +11,15 @@ HOMEPAGE="http://www.etla.net/libstroke"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~sparc alpha ~ppc"
+KEYWORDS="x86 ~sparc alpha ~ppc ~amd64"
DEPEND=">=sys-libs/glibc-2.1.3
>=x11-libs/gtk+-1.2.10
>=x11-base/xfree-4.0.3"
src_compile() {
+ gnuconfig_update
+
econf || die
emake || die
}