diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-01 13:51:51 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-08-01 13:51:51 +0000 |
commit | 63fb2763a839781dea3577b06dcf503fc6ed83fe (patch) | |
tree | 7bee5a5e01a9142b77eea05b19e7296abed3d91d /x11-misc/hotkeys | |
parent | Make cfengine work with db4 (diff) | |
download | historical-63fb2763a839781dea3577b06dcf503fc6ed83fe.tar.gz historical-63fb2763a839781dea3577b06dcf503fc6ed83fe.tar.bz2 historical-63fb2763a839781dea3577b06dcf503fc6ed83fe.zip |
Block on db4
Diffstat (limited to 'x11-misc/hotkeys')
-rw-r--r-- | x11-misc/hotkeys/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild | 5 |
2 files changed, 13 insertions, 2 deletions
diff --git a/x11-misc/hotkeys/Manifest b/x11-misc/hotkeys/Manifest index e69de29bb2d1..70e21918b47b 100644 --- a/x11-misc/hotkeys/Manifest +++ b/x11-misc/hotkeys/Manifest @@ -0,0 +1,10 @@ +MD5 718a70fb145ea461d426a7d663194f8b hotkeys-0.5.7.1.ebuild 963 +MD5 157bc49b7b89c50ecee3437720cf6ed4 hotkeys-0.5.4.ebuild 991 +MD5 24da4c5b738971a553c8d1e6635ef225 ChangeLog 1206 +MD5 90c28e6982ba47974851a20cadc8e0ab hotkeys-0.5.5.ebuild 901 +MD5 26aa28d3165265b8153adbb4a071d0af files/digest-hotkeys-0.5.7.1 67 +MD5 2be944d6fcaa729dc0cc3cd7592dd445 files/digest-hotkeys-0.5.5 66 +MD5 28e39bb9880a68fc29d7692d6079c6a4 files/hotkeys-0.5.4-gentoo.diff.gz 20810 +MD5 e9e7b8f3f2e6e3f95af177ff84fb8f5d files/digest-hotkeys-0.5.4 65 +MD5 620f8373297e51cca11da3c1839d9119 files/hotkeys-0.5.5-gentoo.diff 2020 +MD5 ceb23c573710586557d5f664975c6740 files/hotkeys-0.5.7.1-gentoo.diff 538 diff --git a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild index 09e7b3a8a5fa..19295fb6f1e4 100644 --- a/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild +++ b/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.3 2003/03/08 23:12:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/hotkeys/hotkeys-0.5.7.1.ebuild,v 1.4 2003/08/01 13:51:43 pauldv Exp $ S=${WORKDIR}/${P} DESCRIPTION="Make use of extra buttons on newer keyboards." @@ -13,7 +13,8 @@ KEYWORDS="x86 ~sparc" DEPEND="virtual/x11 >=dev-libs/libxml2-2.2.8 - >=sys-libs/db-3.2.9 + =sys-libs/db-3.2* + !>=sys-libs/db-4* >=x11-libs/xosd-1.0.0 gtk2? ( >=x11-libs/gtk+-2.0.0 )" |