wtk-overlay.git
12 years agoAdd ~amd64 keyword to comedi-headers, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 14:15:02 +0000 (09:15 -0500)]
Add ~amd64 keyword to comedi-headers, and update to git-2 and EAPI 4.

13 years agoOops, update comedi-headers/Manifest after changing ChangeLog.
W. Trevor King [Tue, 22 Mar 2011 19:16:19 +0000 (15:16 -0400)]
Oops, update comedi-headers/Manifest after changing ChangeLog.

13 years agoUpdate Comedi related ebuilds now that upstream moved from CVS to Git.
W. Trevor King [Tue, 22 Mar 2011 18:49:05 +0000 (14:49 -0400)]
Update Comedi related ebuilds now that upstream moved from CVS to Git.

13 years agoAdd udev rules to assign /dev/comedi* to the comedi group.
W. Trevor King [Fri, 28 Jan 2011 14:05:22 +0000 (09:05 -0500)]
Add udev rules to assign /dev/comedi* to the comedi group.

13 years agoUpdate to EAPI 3 and fix several repoman issues.
W. Trevor King [Fri, 31 Dec 2010 18:26:14 +0000 (13:26 -0500)]
Update to EAPI 3 and fix several repoman issues.

I believe the remaining repoman issues are due to:

* some dependency packages in overlays (vs. the main Portage tree)
* some packages only supporting version controlled source (makes it
  hard to depend on a specific version)

Neither one of these will cause me to loose sleep ;).

13 years agoBump to sci-libs/comedilib-9999 and add sci-misc/comedi-headers-9999.
W. Trevor King [Wed, 8 Dec 2010 19:37:56 +0000 (14:37 -0500)]
Bump to sci-libs/comedilib-9999 and add sci-misc/comedi-headers-9999.

The tricky part is handling /usr/include/comedi.h, which is supplied
by:

* the kernel's staging comedi drivers (but not installed)
    drivers/staging/comedi/comedi.h
* the Comedi module (installed via sci-misc/comedi-headers):
    include/linux/comedi.h
* the Comedilib module (not installed)
    include/comedi.h

The current CSV sources are very similar, but there are reasonable
differences with the staging version.  Hopefully everything works out
;).

The dependency setup is based on media-libs/alsa-lib and
media-sound/alsa-headers, which have to deal with a similar setup (in
kernal driver, out of kernal driver, and userspace library).