aboutsummaryrefslogtreecommitdiff
blob: 4c96bd2a7d849483bada0ebd8a0ba1784539b270 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: '::gentoo news items'
navtitle: 'Repository news items'

nav1: support

nav2: news-items
nav2-show: true
---
<p class="lead">
  Important news regarding packages available via Gentoo's <a href="https://gitweb.gentoo.org/repo/gentoo.git">main ebuild repository</a> are published via <em>news items</em>. They can be found below.
</p>

<div class="alert alert-info">
  <strong>Which items affect me?</strong>
  <p>
  This page lists <strong>all</strong> available news items for the main Gentoo ebuild repository (::gentoo); sometimes items do not affect a system because the relevant package is not installed or the news item only affects certain architecture(s).
  <br>
  The <kbd>emerge</kbd> command provides notifications after each operation if there are news items affecting the system configuration:
  </p>
  <p>
  <pre>
  * IMPORTANT: 2 news items need reading for repository 'gentoo'.
  * Use eselect news to read news items.</pre>
  </p>
  Use <kbd>eselect news read new</kbd> to read the pending items and mark them as read.
</div>

<p>
  For more information on the "Critical News" publication system, please see <a href="https://www.gentoo.org/glep/glep-0042.html">GLEP 42</a>.
</p>

<h2>Published news items</h2>

<table class="table table-condensed table-striped">
  <tr>
    <th>Date</th>
    <th>Title</th>
  </tr>
  {% for entry in site.data.newsitems %}
    <tr>
      <td>{{ entry.date | xml_escape }}</td>
      <td><a href="{{ entry.url }}">{{ entry.title | xml_escape }}</a></td>
    </tr>
  {% endfor %}
</table>