Gentoo Archives: gentoo-commits

From: Jonathan Callen <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Thu, 28 Apr 2011 03:00:29
Message-Id: a1273acbf61e4b37c439aa678192809784b4539e.abcd@gentoo
1 commit: a1273acbf61e4b37c439aa678192809784b4539e
2 Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 02:50:58 2011 +0000
4 Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 02:50:58 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a1273acb
7
8 [kde4-base] kdepim and kdepim-runtime finally branched
9
10 ---
11 eclass/kde4-base.eclass | 10 ----------
12 1 files changed, 0 insertions(+), 10 deletions(-)
13
14 diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
15 index 206c7ae..8fe4a0b 100644
16 --- a/eclass/kde4-base.eclass
17 +++ b/eclass/kde4-base.eclass
18 @@ -608,16 +608,6 @@ _calculate_live_repo() {
19 ;;
20 esac
21
22 - case $_kmname in
23 - kdepim|kdepim-runtime)
24 - case ${PV} in
25 - # kdepim still did not branch
26 - 4.6.9999)
27 - EGIT_BRANCH="master"
28 - ;;
29 - esac
30 - ;;
31 - esac
32 EGIT_REPO_URI="${EGIT_MIRROR}/${_kmname}"
33
34 debug-print "${FUNCNAME}: Repository: ${EGIT_REPO_URI}"