commit: d06a1a6da08df591e3c49a27af57e2f827c85245 Author: Alex Legler <alex <AT> a3li <DOT> li> AuthorDate: Thu Apr 28 18:51:05 2016 +0000 Commit: Alex Legler <a3li <AT> gentoo <DOT> org> CommitDate: Thu Apr 28 18:51:05 2016 +0000 URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=d06a1a6d
Add GSoC accepted projects news. Draft by dastergon _posts/2016-04-28-gsoc.md | 34 ++++++++++++++++++++++++++++++++++ assets/img/news/2016/logo-gsoc.png | Bin 0 -> 4700 bytes 2 files changed, 34 insertions(+) diff --git a/_posts/2016-04-28-gsoc.md b/_posts/2016-04-28-gsoc.md new file mode 100644 index 0000000..e89916a --- /dev/null +++ b/_posts/2016-04-28-gsoc.md @@ -0,0 +1,34 @@ +--- +title: 'GSoC 2016: Five projects accepted' +teaserlink: Find out more about the accepted projects +--- + +We are excited to announce that 5 students have been selected to participate with Gentoo during the Google Summer of Code 2016! + +You can follow our students' progress on the [gentoo-soc](https://archives.gentoo.org/gentoo-soc/) mailing list and +chat with us regarding our GSoC projects via IRC in `#gentoo-soc` on freenode. +<br> +Congratulations to all the students. We look forward to their contributions! + +<!--more--> + +<a href="https://summerofcode.withgoogle.com/organizations/6589886970724352/" class="news-img-right"> + <img src="/assets/img/news/2016/logo-gsoc.png" alt="GSoC logo" title="GSoC logo. Copyright Google, licensed CC BY-NC-ND 3.0"> +</a> + +### Accepted projects + +[Clang native support](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas/Clang_native_support) - Lei Zhang: +Bring native clang/LLVM support in Gentoo. + +[Continuous Stabilization](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas/Continuous_Stabilization) - Pallav Agarwal: +Automate the package stabilization process using continuous integration practices. + +[kernelconfig](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas/kernelconfig) - André Erdmann: +Consistently generate custom Linux kernel configurations from curated sources. + +[libebuild](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas/libebuild) - Denys Romanchuk: +Create a common shared C-based implementation for package management and other ebuild operations in the form of a library. + +[Gentoo-GPG](https://wiki.gentoo.org/wiki/Google_Summer_of_Code/2016/Ideas/Gentoo-GPG)- Angelos Perivolaropoulos: +Code the new [Meta-Manifest](https://wiki.gentoo.org/wiki/GLEP:58) system for Gentoo and improve Gentoo Keys capabilities. diff --git a/assets/img/news/2016/logo-gsoc.png b/assets/img/news/2016/logo-gsoc.png new file mode 100644 index 0000000..b262ad8 Binary files /dev/null and b/assets/img/news/2016/logo-gsoc.png differ
