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: Fri, 22 Nov 2013 22:20:59
Message-Id: 1385158825.2a94e819a63659958e023c88a66be1bf53d0626e.johu@gentoo
1 commit: 2a94e819a63659958e023c88a66be1bf53d0626e
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 22 22:20:25 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 22 22:20:25 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=2a94e819
7
8 [eclass] Move to git-r3
9
10 ---
11 eclass/kde-frameworks.eclass | 5 ++---
12 1 file changed, 2 insertions(+), 3 deletions(-)
13
14 diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass
15 index f940f82..ffacc4c 100644
16 --- a/eclass/kde-frameworks.eclass
17 +++ b/eclass/kde-frameworks.eclass
18 @@ -24,9 +24,8 @@ CMAKE_MIN_VERSION="2.8.12"
19 inherit kde4-functions toolchain-funcs fdo-mime flag-o-matic gnome2-utils base virtualx versionator eutils multilib cmake-utils
20
21 if [[ ${KDE_BUILD_TYPE} = live ]]; then
22 - inherit git-2
23 + inherit git-r3
24 EGIT_BRANCH="frameworks"
25 - EGIT_SOURCEDIR=${S}
26 fi
27
28 EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_test src_install pkg_preinst pkg_postinst pkg_postrm
29 @@ -185,7 +184,7 @@ kde-frameworks_src_unpack() {
30 debug-print-function ${FUNCNAME} "$@"
31
32 if [[ ${KDE_BUILD_TYPE} = live ]]; then
33 - git-2_src_unpack
34 + git-r3_src_unpack
35 else
36 unpack ${A}
37 fi