Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 09 Feb 2017 18:44:05
Message-Id: 1486664832.3094cd6675a43fdc6f492070aa8d79224ba8eade.johu@gentoo
1 commit: 3094cd6675a43fdc6f492070aa8d79224ba8eade
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 18:27:12 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 18:27:12 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3094cd66
7
8 eclass: Mark KDE Applications 16.12.2 as released
9
10 This reverts commit fa4911abeeac6ac2c8257f72d3d8cdcf57a0f7c2.
11
12 eclass/kde4-base.eclass | 2 +-
13 eclass/kde5.eclass | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
17 index 0e5f9c27e0..edcc15acc3 100644
18 --- a/eclass/kde4-base.eclass
19 +++ b/eclass/kde4-base.eclass
20 @@ -177,7 +177,7 @@ fi
21 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
22 # Any package matching this will have fetch restriction enabled, and receive
23 # a proper error message via pkg_nofetch.
24 -KDE_UNRELEASED=( kde-apps-16.12.2 )
25 +KDE_UNRELEASED=( )
26
27 # Setup packages inheriting this eclass
28 case ${KDEBASE} in
29
30 diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
31 index b417d2d09e..7e842d4a52 100644
32 --- a/eclass/kde5.eclass
33 +++ b/eclass/kde5.eclass
34 @@ -127,7 +127,7 @@ fi
35 # An array of $CATEGORY-$PV pairs of packages that are unreleased upstream.
36 # Any package matching this will have fetch restriction enabled, and receive
37 # a proper error message via pkg_nofetch.
38 -KDE_UNRELEASED=( kde-frameworks-5.31.0 kde-apps-16.12.2 )
39 +KDE_UNRELEASED=( kde-frameworks-5.31.0 )
40
41 if [[ ${KDEBASE} = kdevelop ]]; then
42 HOMEPAGE="https://www.kdevelop.org/"