diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-26 11:35:20 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-26 11:35:20 +0000 |
commit | 861b412e22d3c4daa67d020d8d298fb3a0f158d8 (patch) | |
tree | 4d8720d723321a72286012a5f390c111d5181f90 /app-misc/g15daemon | |
parent | limited DEPEND to Ada-95 compilers (#250064) (diff) | |
download | gentoo-2-861b412e22d3c4daa67d020d8d298fb3a0f158d8.tar.gz gentoo-2-861b412e22d3c4daa67d020d8d298fb3a0f158d8.tar.bz2 gentoo-2-861b412e22d3c4daa67d020d8d298fb3a0f158d8.zip |
Make the ebuild actualy work. I dont see how it could be marked stable since it was not able to compile at-all. Doing it myself so it is actualy done fast rather than wait for maintianer response.
(Portage version: 2.2_rc27/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/g15daemon')
-rw-r--r-- | app-misc/g15daemon/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/app-misc/g15daemon/ChangeLog b/app-misc/g15daemon/ChangeLog index f5fd5ba01a61..0070dc747a08 100644 --- a/app-misc/g15daemon/ChangeLog +++ b/app-misc/g15daemon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/g15daemon # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.24 2009/02/01 16:21:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/ChangeLog,v 1.25 2009/03/26 11:35:20 scarabeus Exp $ + + 26 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> + g15daemon-1.9.5.3-r2.ebuild: + Make the ebuild actualy work. I dont see how it could be marked stable + since it was not able to compile at-all. 01 Feb 2009; <jokey@gentoo.org> -g15daemon-1.2.7.ebuild, g15daemon-1.2.7-r1.ebuild, -g15daemon-1.9.5.3-r1.ebuild, diff --git a/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild b/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild index eee6178b6b33..eb1aff8e7daa 100644 --- a/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild +++ b/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild,v 1.2 2009/02/01 16:21:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/g15daemon/g15daemon-1.9.5.3-r2.ebuild,v 1.3 2009/03/26 11:35:20 scarabeus Exp $ EAPI=2 -inherit eutils linux-info perl-module python multilib +inherit eutils linux-info perl-module python multilib base DESCRIPTION="G15daemon takes control of the G15 keyboard, through the linux kernel uinput device driver" HOMEPAGE="http://g15daemon.sourceforge.net/" @@ -24,6 +24,7 @@ DEPEND="dev-libs/libusb RDEPEND="${DEPEND} perl? ( dev-perl/GDGraph )" +PATCHES=( "${FILESDIR}/${P}-forgotten-open-mode.patch" ) uinput_check() { ebegin "Checking for uinput support" linux_chkconfig_present INPUT_UINPUT @@ -56,10 +57,6 @@ src_unpack() { fi } -src_prepare() { - epatch "${FILESDIR}"/${P}-forgotten-open-mode.patch -} - src_compile() { emake || die "make failed" |