diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 17:36:57 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-04-11 17:36:57 +0000 |
commit | a80bec826662d80283bbb23d760a98082cc726ff (patch) | |
tree | c8bf152b4a6ba7d13354a19e1e1fd62b84ecbba6 /x11-misc/xkbd | |
parent | true-false patch #47424 (diff) | |
download | historical-a80bec826662d80283bbb23d760a98082cc726ff.tar.gz historical-a80bec826662d80283bbb23d760a98082cc726ff.tar.bz2 historical-a80bec826662d80283bbb23d760a98082cc726ff.zip |
Marked stable. Ebuild fixups.
Diffstat (limited to 'x11-misc/xkbd')
-rw-r--r-- | x11-misc/xkbd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xkbd/xkbd-0.8.12.ebuild | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/x11-misc/xkbd/ChangeLog b/x11-misc/xkbd/ChangeLog index 08dd972d3f8a..65e879ca9e12 100644 --- a/x11-misc/xkbd/ChangeLog +++ b/x11-misc/xkbd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xkbd -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.1 2003/11/25 05:06:32 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/ChangeLog,v 1.2 2004/04/11 17:36:57 pyrania Exp $ + + 11 Apr 2004; Markus Nigbur <pyrania@gentoo.org> xkbd-0.8.12.ebuild: + Marked stable. Ebuild fixups. *xkbd-0.8.12 (24 Nov 2003) diff --git a/x11-misc/xkbd/xkbd-0.8.12.ebuild b/x11-misc/xkbd/xkbd-0.8.12.ebuild index 016ad15eef93..b0d659726353 100644 --- a/x11-misc/xkbd/xkbd-0.8.12.ebuild +++ b/x11-misc/xkbd/xkbd-0.8.12.ebuild @@ -1,6 +1,6 @@ -# 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/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.2 2003/11/25 05:08:13 abhishek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkbd/xkbd-0.8.12.ebuild,v 1.3 2004/04/11 17:36:57 pyrania Exp $ DESCRIPTION="Xkbd - onscreen soft keyboard for X11" HOMEPAGE="http://handhelds.org/~mallum/xkbd/" @@ -9,7 +9,7 @@ SRC_URI="http://handhelds.org/~mallum/xkbd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="doc debug" @@ -21,10 +21,6 @@ DEPEND="sys-devel/libtool sys-libs/zlib doc? ( app-text/docbook-sgml-utils )" -#RDEPEND="" - -S=${WORKDIR}/${P} - src_compile() { econf\ `use_enable debug` |