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-0.7.ebuild ChangeLog
Date: Mon, 07 Jul 2014 16:48:30
Message-Id: 20140707164821.8C1252004E@flycatcher.gentoo.org
1 williamh 14/07/07 16:48:21
2
3 Modified: ChangeLog
4 Added: gentoo-functions-0.7.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
9
10 Revision Changes Path
11 1.17 sys-apps/gentoo-functions/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 6 Jul 2014 21:24:10 -0000 1.16
24 +++ ChangeLog 7 Jul 2014 16:48:21 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-apps/gentoo-functions
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.16 2014/07/06 21:24:10 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/ChangeLog,v 1.17 2014/07/07 16:48:21 williamh Exp $
30 +
31 +*gentoo-functions-0.7 (07 Jul 2014)
32 +
33 + 07 Jul 2014; William Hubbs <williamh@g.o> +gentoo-functions-0.7.ebuild:
34 + version bump
35
36 06 Jul 2014; William Hubbs <williamh@g.o> gentoo-functions-9999.ebuild:
37 reinstate the separate inherit call for git-r3.
38
39
40
41 1.1 sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gentoo-functions-0.7.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/gentoo-functions/gentoo-functions-0.7.ebuild,v 1.1 2014/07/07 16:48:21 williamh Exp $
51
52 EAPI=5
53
54 if [[ ${PV} = 9999* ]]; then
55 inherit git-r3
56 EGIT_REPO_URI="git://github.com/gentoo/${PN}.git"
57 else
58 SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2"
59 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"
60 fi
61
62 inherit toolchain-funcs
63
64 DESCRIPTION="base functions required by all gentoo systems"
65 HOMEPAGE="http://www.gentoo.org"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 IUSE=""
70
71 src_prepare() {
72 tc-export CC
73 }