wtk-overlay.git
12 years agoAdd assorted aubio patches to get the current Git trunk working.
W. Trevor King [Sat, 10 Mar 2012 20:19:33 +0000 (15:19 -0500)]
Add assorted aubio patches to get the current Git trunk working.

Also:
* Update to EAPI 4
* Update to `git-2` eclass
* Remove the `alsa` USE flag, since ASLA support was removed from
  aubio with:
    commit 705aec8b92b6bbe0394c6fe809706ad49828834e
    Author: Paul Brossier <piem@piem.org>
    Date:   Fri Sep 25 22:12:56 2009 +0200
      ext/midi: remove all midi stuff borrowed from fluidsynth, now unused
* Create an `m4` directory by hand to avoid:
    aclocal-1.11: couldn't open directory `m4': No such file or directory
* Break `econf` out into `src_configure` for EAPI >= 2.
* Don't try and install documentation that no longer exists.
* Other changes to catch up with the trunk's aubio-0.3.2-r2.ebuild.

12 years agoUpdate comedilib ebuild to fix doc installation.
W. Trevor King [Thu, 8 Mar 2012 18:13:37 +0000 (13:13 -0500)]
Update comedilib ebuild to fix doc installation.

12 years agoOops, tremily.us -> blog.tremily.us in pypid HOMEPAGE.
W. Trevor King [Wed, 7 Mar 2012 18:08:36 +0000 (13:08 -0500)]
Oops, tremily.us -> blog.tremily.us in pypid HOMEPAGE.

12 years agoUpdate URLs from einstein to tremily.
W. Trevor King [Tue, 6 Mar 2012 14:48:11 +0000 (09:48 -0500)]
Update URLs from einstein to tremily.

12 years agoFix unpacking for joda-convert-1.1 ebuild.
W. Trevor King [Tue, 28 Feb 2012 02:28:30 +0000 (21:28 -0500)]
Fix unpacking for joda-convert-1.1 ebuild.

The problem was pointed out by Darek as a side comment in bug #405923,
but my fix is slightly different than his proposed:

  unpack "${A}"
  mkdir joda-convert-1.1
  mv JodaOrg*/* joda-convert-1.1/
  S=$(pwd)/joda-convert-1.1

12 years agoUpdate netcdf-9999 build-xml.patch and remove netcdf-4.3 ebuild.
W. Trevor King [Tue, 28 Feb 2012 02:12:55 +0000 (21:12 -0500)]
Update netcdf-9999 build-xml.patch and remove netcdf-4.3 ebuild.

There's no way to get a stable bundle of the "4.3" source, so I
removed that ebuild.  I also updated my build-xml patch so it applys
cleanly to the current Git source, which should fix 405923.

12 years agoAdjust SRC_URI in dev-util/be for non-live builds.
W. Trevor King [Sat, 25 Feb 2012 16:42:36 +0000 (11:42 -0500)]
Adjust SRC_URI in dev-util/be for non-live builds.

12 years agoAdd dev-python/cherrypy dependency to dev-util/be.
W. Trevor King [Sat, 25 Feb 2012 16:07:07 +0000 (11:07 -0500)]
Add dev-python/cherrypy dependency to dev-util/be.

12 years agoAdd drexel-thesis dependency to thesis-tools and convert URLs to tremily.
W. Trevor King [Fri, 24 Feb 2012 18:03:59 +0000 (13:03 -0500)]
Add drexel-thesis dependency to thesis-tools and convert URLs to tremily.

12 years agoAdd ~amd64 keyword to drexel-thesis and update to EAPI 4.
W. Trevor King [Fri, 24 Feb 2012 17:58:09 +0000 (12:58 -0500)]
Add ~amd64 keyword to drexel-thesis and update to EAPI 4.

Also update URLs from einstein to tremily.

12 years agoAdd ~amd64 keyword to draftmark and update to EAPI 4.
W. Trevor King [Fri, 24 Feb 2012 17:51:36 +0000 (12:51 -0500)]
Add ~amd64 keyword to draftmark and update to EAPI 4.

12 years agoThere's a WWW::Shorten import hiding deeper inside twirssi.pl.
W. Trevor King [Sun, 19 Feb 2012 20:40:03 +0000 (15:40 -0500)]
There's a WWW::Shorten import hiding deeper inside twirssi.pl.

12 years agoAdd net-im/twirssi package.
W. Trevor King [Sun, 19 Feb 2012 15:35:09 +0000 (10:35 -0500)]
Add net-im/twirssi package.

12 years agoAdd `doc` use flag to dev-util/be ebuild.
W. Trevor King [Fri, 17 Feb 2012 01:25:50 +0000 (20:25 -0500)]
Add `doc` use flag to dev-util/be ebuild.

12 years agoUse the external dev-util/update-copyright to generate hooke.license.
W. Trevor King [Fri, 17 Feb 2012 00:26:25 +0000 (19:26 -0500)]
Use the external dev-util/update-copyright to generate hooke.license.

12 years agoAdd dev-util/update-copyright package.
W. Trevor King [Thu, 16 Feb 2012 13:57:26 +0000 (08:57 -0500)]
Add dev-util/update-copyright package.

12 years agoAdd ~amd64 keyword to thesis-tools.
W. Trevor King [Wed, 15 Feb 2012 13:16:24 +0000 (08:16 -0500)]
Add ~amd64 keyword to thesis-tools.

12 years agoMy patches to comedi-calibrate were accepted upstream.
W. Trevor King [Mon, 13 Feb 2012 11:42:15 +0000 (06:42 -0500)]
My patches to comedi-calibrate were accepted upstream.

12 years agoMake /var/lib/comedi/calibrations available to the comedi group.
W. Trevor King [Fri, 27 Jan 2012 21:36:54 +0000 (16:36 -0500)]
Make /var/lib/comedi/calibrations available to the comedi group.

12 years agoOverride localstatedir in comedi-calibrate's econf call (now "${EPREFIX}"/var).
W. Trevor King [Fri, 27 Jan 2012 19:51:55 +0000 (14:51 -0500)]
Override localstatedir in comedi-calibrate's econf call (now "${EPREFIX}"/var).

12 years agoAdd comedi_calibrate man page.
W. Trevor King [Fri, 27 Jan 2012 19:29:12 +0000 (14:29 -0500)]
Add comedi_calibrate man page.

Downloaded from
  http://comedi.org/git?p=comedi/comedilib.git;a=blob_plain;f=man/comedi_calibrate.8;hb=HEAD
until I can get it moved into the comedi_calibrate repository.

12 years agoAdd sci-misc/comedi-calibrate package.
W. Trevor King [Fri, 27 Jan 2012 18:52:18 +0000 (13:52 -0500)]
Add sci-misc/comedi-calibrate package.

12 years agoAdd ~amd64 keyword to stepper, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 15:20:50 +0000 (10:20 -0500)]
Add ~amd64 keyword to stepper, and update to git-2 and EAPI 4.

12 years agoUpdate be to git-2 and EAPI 4 (+ style fixes).
W. Trevor King [Wed, 25 Jan 2012 15:14:11 +0000 (10:14 -0500)]
Update be to git-2 and EAPI 4 (+ style fixes).

12 years agoFix pycomedi license (to GPL-3).
W. Trevor King [Wed, 25 Jan 2012 15:00:15 +0000 (10:00 -0500)]
Fix pycomedi license (to GPL-3).

12 years agoAdd ~amd64 keyword to calibcant, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 14:57:18 +0000 (09:57 -0500)]
Add ~amd64 keyword to calibcant, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to pyafm, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 14:50:55 +0000 (09:50 -0500)]
Add ~amd64 keyword to pyafm, and update to git-2 and EAPI 4.

12 years agoOops, update digest for pycomedi.
W. Trevor King [Wed, 25 Jan 2012 14:44:04 +0000 (09:44 -0500)]
Oops, update digest for pycomedi.

12 years agoAdd ~amd64 keyword to pypiezo, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 14:42:06 +0000 (09:42 -0500)]
Add ~amd64 keyword to pypiezo, and update to git-2 and EAPI 4.

12 years agoUpdate copyright years for comedilib, comedi-headers, and pycomedi.
W. Trevor King [Wed, 25 Jan 2012 14:38:57 +0000 (09:38 -0500)]
Update copyright years for comedilib, comedi-headers, and pycomedi.

12 years agoAdd ~amd64 keyword to pycomedi, and update to git-2 and EAPI 4.
W. Trevor King [Wed, 25 Jan 2012 14:28:48 +0000 (09:28 -0500)]
Add ~amd64 keyword to pycomedi, and update to git-2 and EAPI 4.

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.

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

12 years agoUpdate sawsim to `git-2` eclass and EAPI 4.
W. Trevor King [Thu, 12 Jan 2012 17:31:34 +0000 (12:31 -0500)]
Update sawsim to `git-2` eclass and EAPI 4.

12 years agoDon't compress doc//img, since Hooke can't read a bzipped ico file.
W. Trevor King [Thu, 12 Jan 2012 11:54:31 +0000 (06:54 -0500)]
Don't compress doc//img, since Hooke can't read a bzipped ico file.

12 years agoGeneralize update_copyright error message in hooke ebuild.
W. Trevor King [Sun, 8 Jan 2012 17:31:22 +0000 (12:31 -0500)]
Generalize update_copyright error message in hooke ebuild.

12 years agoOops, update thesis-tools' Manifest.
W. Trevor King [Fri, 16 Dec 2011 00:51:50 +0000 (19:51 -0500)]
Oops, update thesis-tools' Manifest.

12 years agoMinor itex2mml cleanups to make repoman happy.
W. Trevor King [Fri, 16 Dec 2011 00:48:34 +0000 (19:48 -0500)]
Minor itex2mml cleanups to make repoman happy.

12 years agoUnset DEPEND in thesis-tools.
W. Trevor King [Fri, 16 Dec 2011 00:46:42 +0000 (19:46 -0500)]
Unset DEPEND in thesis-tools.

12 years agoAdd empty IUSE to mxconns to keep repoman happy.
W. Trevor King [Fri, 16 Dec 2011 00:44:52 +0000 (19:44 -0500)]
Add empty IUSE to mxconns to keep repoman happy.

12 years agoOops, update timebook digest after adding ~amd64 keyword.
W. Trevor King [Fri, 16 Dec 2011 00:43:42 +0000 (19:43 -0500)]
Oops, update timebook digest after adding ~amd64 keyword.

12 years agoAdd ~amd64 keyword to obexpushd and update to git-2.
W. Trevor King [Fri, 9 Dec 2011 19:51:30 +0000 (14:51 -0500)]
Add ~amd64 keyword to obexpushd and update to git-2.

12 years agoUpdate to use git-2 eclass and fix DEPEND -> RDEPEND typo for msva-perl.
W. Trevor King [Fri, 9 Dec 2011 19:45:24 +0000 (14:45 -0500)]
Update to use git-2 eclass and fix DEPEND -> RDEPEND typo for msva-perl.

12 years agoUpdate to use git-2 eclass and fix DEPEND -> RDEPEND typo for monkeysphere.
W. Trevor King [Fri, 9 Dec 2011 19:43:02 +0000 (14:43 -0500)]
Update to use git-2 eclass and fix DEPEND -> RDEPEND typo for monkeysphere.

12 years agoAdd ~amd64 keyword to pypid, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 19:41:54 +0000 (14:41 -0500)]
Add ~amd64 keyword to pypid, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to pymodbus, and update to EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 19:39:37 +0000 (14:39 -0500)]
Add ~amd64 keyword to pymodbus, and update to EAPI 4.

12 years agoAdd ~amd64 keyword to h5config, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 19:10:01 +0000 (14:10 -0500)]
Add ~amd64 keyword to h5config, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to timebook, and update to EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:57:26 +0000 (13:57 -0500)]
Add ~amd64 keyword to timebook, and update to EAPI 4.

12 years agoAdd ~amd64 keyword to splittable-kwargs, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:55:35 +0000 (13:55 -0500)]
Add ~amd64 keyword to splittable-kwargs, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to dev-python/geopy, and update to EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:45:11 +0000 (13:45 -0500)]
Add ~amd64 keyword to dev-python/geopy, and update to EAPI 4.

12 years agoAdd ~amd64 keyword to django-taggit, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:42:04 +0000 (13:42 -0500)]
Add ~amd64 keyword to django-taggit, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to django-tables2, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:39:57 +0000 (13:39 -0500)]
Add ~amd64 keyword to django-tables2, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to django-positions, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:36:34 +0000 (13:36 -0500)]
Add ~amd64 keyword to django-positions, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to django-grappelli, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:34:35 +0000 (13:34 -0500)]
Add ~amd64 keyword to django-grappelli, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to curses-check-for-keypress, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:29:37 +0000 (13:29 -0500)]
Add ~amd64 keyword to curses-check-for-keypress, and update to git-2 and EAPI 4.

12 years agoAdd ~amd64 keyword to FFT-tools, and update to git-2 and EAPI 4.
W. Trevor King [Fri, 9 Dec 2011 18:18:46 +0000 (13:18 -0500)]
Add ~amd64 keyword to FFT-tools, and update to git-2 and EAPI 4.

12 years agoMove Hooke source from Mercurial to Git
W. Trevor King [Fri, 9 Dec 2011 18:11:48 +0000 (13:11 -0500)]
Move Hooke source from Mercurial to Git

Also:
* update to `git-2` eclass and EAPI 4.
* add ~amd64 keyword, now that I'm testing Hooke on an AMD C-60.

12 years agoAdd perl-gcpan/MathML-Entities package using g-cpan.
W. Trevor King [Wed, 7 Dec 2011 22:33:23 +0000 (17:33 -0500)]
Add perl-gcpan/MathML-Entities package using g-cpan.

I had to overide `S` in the ebuild to match the tarball extraction
directory.  Other than that, this is the plain-vanilla g-cpan package.

12 years agoUpgrade perg-gcpan/Crypt-X509 to v0.51 using g-cpan.
W. Trevor King [Wed, 7 Dec 2011 21:26:18 +0000 (16:26 -0500)]
Upgrade perg-gcpan/Crypt-X509 to v0.51 using g-cpan.

12 years agoClarify itex2mml DESCRIPTION.
W. Trevor King [Wed, 7 Dec 2011 21:11:28 +0000 (16:11 -0500)]
Clarify itex2mml DESCRIPTION.

12 years agoRemove media-sound/abcmidi.
W. Trevor King [Tue, 22 Nov 2011 01:07:13 +0000 (20:07 -0500)]
Remove media-sound/abcmidi.

Tim Harder added this package to the Portage tree on 2011/10/21, fixing
bug 76017.  This means that there's no need for me to maintain my own
version.

12 years agoI'm using Gramps now instead of LifeLines.
W. Trevor King [Thu, 10 Nov 2011 19:46:33 +0000 (14:46 -0500)]
I'm using Gramps now instead of LifeLines.

12 years agoRemove my mutt ebuild entirely.
W. Trevor King [Sun, 16 Oct 2011 23:20:48 +0000 (19:20 -0400)]
Remove my mutt ebuild entirely.

The verbose-mime patch was added to the standard Portage ebuild
starting with mutt-1.5.21-r4 (closing Gentoo bug 348477 [1]).  The
matching upstream enhancement has not seen any recent activity [2].

[1]: https://bugs.gentoo.org/show_bug.cgi?id=348477
[2]: http://dev.mutt.org/trac/ticket/3478

12 years agoUpdate my mutt ebuild to match Portage's for mutt-1.5.21-r7.
W. Trevor King [Sun, 16 Oct 2011 23:11:41 +0000 (19:11 -0400)]
Update my mutt ebuild to match Portage's for mutt-1.5.21-r7.

12 years agoStandardize capitalization and fix a spelling error in use.local.desc.
W. Trevor King [Mon, 10 Oct 2011 22:20:55 +0000 (18:20 -0400)]
Standardize capitalization and fix a spelling error in use.local.desc.

12 years agoAdd hdfview USE description to use.local.desc.
W. Trevor King [Mon, 10 Oct 2011 22:20:13 +0000 (18:20 -0400)]
Add hdfview USE description to use.local.desc.

12 years agoAdd netCDF license (used by dev-java/netcdf).
W. Trevor King [Mon, 10 Oct 2011 22:17:53 +0000 (18:17 -0400)]
Add netCDF license (used by dev-java/netcdf).

12 years agoBump hdf-java from 2.7 to 2.7-r1 to take precedence over the science overlay version.
W. Trevor King [Mon, 10 Oct 2011 17:57:58 +0000 (13:57 -0400)]
Bump hdf-java from 2.7 to 2.7-r1 to take precedence over the science overlay version.

12 years agoAdd hdfview USE flag to science overlay's dev-java/hdf-java ebuild.
W. Trevor King [Mon, 10 Oct 2011 17:25:00 +0000 (13:25 -0400)]
Add hdfview USE flag to science overlay's dev-java/hdf-java ebuild.

12 years agoAdd dev-java/netcdf package.
W. Trevor King [Mon, 10 Oct 2011 01:27:26 +0000 (21:27 -0400)]
Add dev-java/netcdf package.

12 years agoAdd dev-java/joda-time package (version 2.0 and live Git builds).
W. Trevor King [Sun, 9 Oct 2011 18:15:47 +0000 (14:15 -0400)]
Add dev-java/joda-time package (version 2.0 and live Git builds).

12 years agoRemove 'examples' USE flag from joda-convert, since we don't use it.
W. Trevor King [Sat, 8 Oct 2011 15:28:15 +0000 (11:28 -0400)]
Remove 'examples' USE flag  from joda-convert, since we don't use it.

12 years agoAdd jodata-convert-1.1 symlink and fix GitHub tarball unpacking.
W. Trevor King [Sat, 8 Oct 2011 15:22:21 +0000 (11:22 -0400)]
Add jodata-convert-1.1 symlink and fix GitHub tarball unpacking.

12 years agoPackaged dev-java/joda-convert (a dependency of dev-java/jodata-convert-2.0.
W. Trevor King [Sat, 8 Oct 2011 15:15:51 +0000 (11:15 -0400)]
Packaged dev-java/joda-convert (a dependency of dev-java/jodata-convert-2.0.

12 years agoQuote '' in dev-java/fits ebuild.
W. Trevor King [Sat, 8 Oct 2011 14:38:28 +0000 (10:38 -0400)]
Quote '' in dev-java/fits ebuild.

12 years agoBuild classpaths required by dev-java/fits' javadoc target.
W. Trevor King [Sat, 8 Oct 2011 14:34:45 +0000 (10:34 -0400)]
Build classpaths required by dev-java/fits' javadoc target.

12 years agoUse EANT_GENTOO_CLASSPATH to avoid a call `java-pkg_getjar` in dev-java/fits.
W. Trevor King [Sat, 8 Oct 2011 14:15:15 +0000 (10:15 -0400)]
Use EANT_GENTOO_CLASSPATH to avoid a call `java-pkg_getjar` in dev-java/fits.

That's what EANT_GETNTOO_CLASSPATH is for, and having a calling a
function (such as `java-pkg_getjar`) outside any of the src_*()
wrappers is not a good idea.

Also:
* Save the download as `${P}-src.jar` instead of `${P}_src.jar`.
* Fix the `java-pkg_newjar` calling syntax (I'd swapped the order).

12 years agoAssorted, minor dev-java/fits cleanups
W. Trevor King [Sat, 8 Oct 2011 13:39:14 +0000 (09:39 -0400)]
Assorted, minor dev-java/fits cleanups

* Strip trailing whitespace from files/build.xml
* Place the built jar in build/ rather than in the base directory.
* Use ant's `-D=property=value` option to alter the project version
  and junit JAR path, rather than sedding build.xml
* Use `${doc.api}` instead of repeathing `${doc}/api` in build.xml.

12 years agoMention the two new dev-java/fits patches in the fits ChangeLog.
W. Trevor King [Fri, 7 Oct 2011 08:24:50 +0000 (04:24 -0400)]
Mention the two new dev-java/fits patches in the fits ChangeLog.

12 years agoAdd two dev-java/fits patches and cleanup so tests all pass.
W. Trevor King [Fri, 7 Oct 2011 08:20:16 +0000 (04:20 -0400)]
Add two dev-java/fits patches and cleanup so tests all pass.

12 years agoAdd dev-java/fits packaging nom.tam.fits.
W. Trevor King [Fri, 7 Oct 2011 02:19:27 +0000 (22:19 -0400)]
Add dev-java/fits packaging nom.tam.fits.

12 years agoAdd ~amd64 keyword to sawsim ebuild (I've tested it on a 64-bit Clovertown E5320).
W. Trevor King [Fri, 16 Sep 2011 17:47:37 +0000 (13:47 -0400)]
Add ~amd64 keyword to sawsim ebuild (I've tested it on a 64-bit Clovertown E5320).

12 years agoAdd sci-libs/pyafm dependency to calibcant.
W. Trevor King [Thu, 8 Sep 2011 18:44:46 +0000 (14:44 -0400)]
Add sci-libs/pyafm dependency to calibcant.

12 years agoAdd django-grappelli package.
W. Trevor King [Fri, 5 Aug 2011 15:19:19 +0000 (11:19 -0400)]
Add django-grappelli package.

There's already an ebuild in the piczu overlay, but it's based on the
old Subversion/Google Code repository.  Grappelli has since moved to
Git/Github.

12 years agoAdd django-positions package.
W. Trevor King [Fri, 5 Aug 2011 03:04:20 +0000 (23:04 -0400)]
Add django-positions package.

12 years agodjango-taggit is actually distributed under the 3-clause BSD license.
W. Trevor King [Fri, 5 Aug 2011 03:02:44 +0000 (23:02 -0400)]
django-taggit is actually distributed under the 3-clause BSD license.

12 years agoAdd django-taggit package.
W. Trevor King [Thu, 4 Aug 2011 18:08:46 +0000 (14:08 -0400)]
Add django-taggit package.

12 years agoAdd python[sqlite] use dependency to timebook.
W. Trevor King [Fri, 29 Jul 2011 16:55:03 +0000 (12:55 -0400)]
Add python[sqlite] use dependency to timebook.

12 years agoAdd timebook package.
W. Trevor King [Fri, 29 Jul 2011 13:46:06 +0000 (09:46 -0400)]
Add timebook package.

12 years agoVersion bump to track Portage-trunk's mutt.
W. Trevor King [Thu, 28 Jul 2011 18:38:46 +0000 (14:38 -0400)]
Version bump to track Portage-trunk's mutt.

12 years agoConvert pypiezo dependencies from pyyaml+h5py to h5config.
W. Trevor King [Thu, 28 Jul 2011 17:20:35 +0000 (13:20 -0400)]
Convert pypiezo dependencies from pyyaml+h5py to h5config.

12 years agoAdd curses-check-for-keypress dependency to pypiezo.
W. Trevor King [Thu, 28 Jul 2011 17:10:49 +0000 (13:10 -0400)]
Add curses-check-for-keypress dependency to pypiezo.

12 years agoOops. Cleanup h5config's IUSE (sloppy copy from pypid).
W. Trevor King [Thu, 28 Jul 2011 16:19:55 +0000 (12:19 -0400)]
Oops.  Cleanup h5config's IUSE (sloppy copy from pypid).

12 years agoAdd h5config package.
W. Trevor King [Thu, 28 Jul 2011 16:16:01 +0000 (12:16 -0400)]
Add h5config package.

12 years agoRemove a number of http://http:// typos in assorted ebuilds.
W. Trevor King [Thu, 28 Jul 2011 16:13:06 +0000 (12:13 -0400)]
Remove a number of http:// typos in assorted ebuilds.

12 years agoAdd serial (pypid and pymodbus) and modbus (pypid) USE flags.
W. Trevor King [Wed, 27 Jul 2011 15:29:21 +0000 (11:29 -0400)]
Add serial (pypid and pymodbus) and modbus (pypid) USE flags.

12 years agoAdd pypid package.
W. Trevor King [Wed, 27 Jul 2011 15:21:52 +0000 (11:21 -0400)]
Add pypid package.

12 years agoUse EAPI 3 in aubio ebuild to be unpacker-agnostic.
W. Trevor King [Tue, 26 Jul 2011 19:08:41 +0000 (15:08 -0400)]
Use EAPI 3 in aubio ebuild to be unpacker-agnostic.

12 years agoOops. Update aubio digest after tweaking keywords.
W. Trevor King [Tue, 26 Jul 2011 19:02:37 +0000 (15:02 -0400)]
Oops.  Update aubio digest after tweaking keywords.

12 years agoRestrict the development build of aubio to systems I've tested it on.
W. Trevor King [Tue, 26 Jul 2011 19:00:34 +0000 (15:00 -0400)]
Restrict the development build of aubio to systems I've tested it on.