commit: 6350a6363ea846d344048371e5bb6694b45cb3ef Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Fri Jun 19 17:07:30 2015 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Jun 21 19:07:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/java.git/commit/?id=6350a636
Migrate README to markdown README | 3 --- README.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README b/README deleted file mode 100644 index 79d1d3a..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -This overlay contains only packages migrated to generation 2 (java-*-2 eclass -using ebuilds). Ebuilds in this overlay are expected to work so report bugs to [email protected] or our #gentoo-java IRC channel in Freenode. diff --git a/README.md b/README.md new file mode 100644 index 0000000..64c0d35 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Gentoo java overlay + +This overlay contains only packages migrated to generation 2 (java-*-2 eclass +using ebuilds). Ebuilds in this overlay are expected to work. + +The overlay is hosted on Github and on the official Gentoo Overlays +infrastructure at: + +- https://github.com/gentoo/java-overlay +- https://gitweb.gentoo.org/proj/java.git + +If you have questions, you can find us on IRC in #gentoo-java on Freenode or at +[[email protected]](mailto:[email protected]). + +Bugs should be reported on https://bugs.gentoo.org. Be sure to include +"[java-overlay]" in the summary of your bug report. If you prefer mailing lists +please use [[email protected]](mailto:[email protected]).
