Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
revoco ebuild (tool for Logitech MX Revolution mouses)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
andi456
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 216
Location: Germany

PostPosted: Mon Feb 16, 2009 10:32 pm    Post subject: revoco ebuild (tool for Logitech MX Revolution mouses) Reply with quote

Hi,

after having tried to use the ebuilds that I found in the overlays, I found out that there's a new version. I used the ebuild for version 0.3 as a template and hacked together a new ebuild for version 0.5. I decided to put it here, as I didn't find any way on the overlay websites to post an ebuild.
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit toolchain-funcs linux-info

DESCRIPTION="Tool for controlling Logitech MX Revolution mouses"
HOMEPAGE="http://goron.de/~froese/"
SRC_URI="http://goron.de/~froese/${PN}/${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86 ~amd64"

IUSE=""

RDEPEND=">=sys-fs/udev-104"

CONFIG_CHECK="USB_HIDDEV"
ERROR_USB_HIDDEN="You need to the CONFIG_USB_HIDDEV option turned on."

S=${WORKDIR}

src_compile() {
cd ${S}/${P}/
emake
}

src_install() {
    into /usr
    dobin ${S}/${P}/${PN} || die
}

pkg_postinst() {
    elog "Your user needs to be in the usb group to use revoco."
}

Use at your own risk. ;-)

Greets Andreas


Last edited by andi456 on Fri Oct 09, 2009 2:04 pm; edited 2 times in total
Back to top
View user's profile Send private message
nitro322
Guru
Guru


Joined: 24 Jul 2002
Posts: 594
Location: USA

PostPosted: Thu Sep 24, 2009 9:02 pm    Post subject: Reply with quote

Thanks, Andreas. I just tested this out, and it works great. Shame it's not in portage.

There's a bug report requesting this ebuild here:
https://bugs.gentoo.org/show_bug.cgi?id=230569

I know it's been awhile since you posted this, but you might want to post a copy of this ebuild there as well, just to make it easier for people to find as well as show that there's definitely still interest in getting this merged into portage.

Thanks again, definitely appreciate the update.
_________________
https://www.legroom.net/


Last edited by nitro322 on Mon Nov 09, 2009 5:59 am; edited 1 time in total
Back to top
View user's profile Send private message
andi456
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 216
Location: Germany

PostPosted: Fri Oct 09, 2009 1:59 pm    Post subject: Reply with quote

Hi nitro322,

sorry for not responding, but I was busy doing other things. I'll put the ebuild into the bugreport as soon as possible.

Regards,

Andreas
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum