Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gentoo-functions: gentoo-functions-9999.ebuild ChangeLog
Date: Sun, 06 Jul 2014 21:24:14
Message-Id: 20140706212410.A10612004E@flycatcher.gentoo.org
1 williamh 14/07/06 21:24:10
2
3 Modified: gentoo-functions-9999.ebuild ChangeLog
4 Log:
5 reinstate the separate inherit call for git-r3.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.4 sys-apps/gentoo-functions/gentoo-functions-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: gentoo-functions-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gentoo-functions-9999.ebuild 10 May 2014 17:20:59 -0000 1.3
23 +++ gentoo-functions-9999.ebuild 6 Jul 2014 21:24:10 -0000 1.4
24 @@ -1,18 +1,18 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v 1.3 2014/05/10 17:20:59 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-9999.ebuild,v 1.4 2014/07/06 21:24:10 williamh Exp $
29
30 EAPI=5
31
32 if [[ ${PV} = 9999* ]]; then
33 - vcs=git-r3
34 + inherit git-r3
35 EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
36 else
37 SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
38 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
39 fi
40
41 -inherit ${vcs} toolchain-funcs
42 +inherit toolchain-funcs
43
44 DESCRIPTION="base functions required by all gentoo systems"
45 HOMEPAGE="http://www.gentoo.org"
46
47
48
49 1.16 sys-apps/gentoo-functions/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.16&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.16&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.15&r2=1.16
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v
58 retrieving revision 1.15
59 retrieving revision 1.16
60 diff -u -r1.15 -r1.16
61 --- ChangeLog 6 Jul 2014 20:40:27 -0000 1.15
62 +++ ChangeLog 6 Jul 2014 21:24:10 -0000 1.16
63 @@ -1,6 +1,9 @@
64 # ChangeLog for sys-apps/gentoo-functions
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.15 2014/07/06 20:40:27 williamh Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.16 2014/07/06 21:24:10 williamh Exp $
68 +
69 + 06 Jul 2014; William Hubbs <williamh@g.o> gentoo-functions-9999.ebuild:
70 + reinstate the separate inherit call for git-r3.
71
72 06 Jul 2014; William Hubbs <williamh@g.o> metadata.xml:
73 convert metadata indentations back to tabs as shown in skel.metadata.xml.