Sébastien Fabbro pulled my hdfview packages into the science overlay.
authorW. Trevor King <wking@tremily.us>
Fri, 22 Jun 2012 03:22:56 +0000 (23:22 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 22 Jun 2012 03:22:56 +0000 (23:22 -0400)
posts/Gentoo_overlay.mdwn
posts/HDFView.mdwn

index 30cdf5f622c1b0b8384665dba62f54c21599c9c4..7f88f5156a779ff542681d66b760a9c1fda29d6c 100644 (file)
@@ -18,19 +18,6 @@ personal `layman.xml`).  The overlay is a fairly strange mix:
   ([ObexPushD](http://www.gitorious.org/obexpushd))
 - app-text/itex2mml
   ([Gentoo 194499](http://bugs.gentoo.org/194499))
-- dev-java/hdf-java
-  ([hdf-java](http://www.hdfgroup.org/hdf-java-html/) and [[HDFView]])
-- dev-java/fits
-  ([nom.tam.fits](http://fits.gsfc.nasa.gov/fits_libraries.html#java_tam),
-   a HDFView dependency)
-- dev-java/netcdf
-  ([Java access to NetCDF](http://www.unidata.ucar.edu/software/netcdf-java/))
-- dev-java/joda-time
-  ([Java date and time API](http://joda-time.sourceforge.net/),
-   a `netcdf` dependency)
-- dev-java/joda-convert
-  ([Joda-Convert](http://joda-convert.sourceforge.net/),
-   a `joda-time` dependency)
 - dev-python/chemdb
   (my [[ChemDB]] package)
 - dev-python/curses-check-for-keypress
index 40c544c04d8f23e25a00210a65970fabd0675434..d8f805c5c5072486fa5cf5b17345ba939f25645a 100644 (file)
@@ -4,10 +4,10 @@
 [[HDF5]].
 
 Note that there is currently a [minor bug with the Ubuntu
-packaging][bug], so you may need to install `default-jre` and by hand.
+packaging][bug], so you may need to install `default-jre` by hand.
 
-I've packaged HDFView for Gentoo in [[my overlay|Gentoo overlay]],
-just install my ovelay and emerge `dev-java/hdf-java` with
+HDFView is packaged for Gentoo in the [science overlay][science], just
+install the science overlay and emerge `dev-java/hdf-java` with
 `USE=hdfview`.
 
 [[!img HDFView.png alt="HDFView screenshot"
@@ -15,5 +15,6 @@ just install my ovelay and emerge `dev-java/hdf-java` with
 
 [HDFView]: http://www.hdfgroup.org/hdf-java-html/hdfview/
 [bug]: https://bugs.launchpad.net/ubuntu/+source/jhdf/+bug/620779
+[science]: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=tree;f=dev-java/hdf-java;hb=HEAD
 
 [[!tag tags/tools]]