Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/coreutils: ChangeLog coreutils-7.6.ebuild
Date: Mon, 09 Nov 2009 22:55:15
Message-Id: E1N7d8j-0006FL-UZ@stork.gentoo.org
1 vapier 09/11/09 22:55:13
2
3 Modified: ChangeLog coreutils-7.6.ebuild
4 Log:
5 Use new packager flags to tag binaries with Gentoo info.
6 (Portage version: 2.2_rc49/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.278 sys-apps/coreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.278&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?rev=1.278&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/ChangeLog?r1=1.277&r2=1.278
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v
18 retrieving revision 1.277
19 retrieving revision 1.278
20 diff -u -r1.277 -r1.278
21 --- ChangeLog 9 Nov 2009 22:54:34 -0000 1.277
22 +++ ChangeLog 9 Nov 2009 22:55:13 -0000 1.278
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-apps/coreutils
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.277 2009/11/09 22:54:34 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.278 2009/11/09 22:55:13 vapier Exp $
28 +
29 + 09 Nov 2009; Mike Frysinger <vapier@g.o> coreutils-7.6.ebuild:
30 + Use new packager flags to tag binaries with Gentoo info.
31
32 31 Oct 2009; Brent Baude <ranger@g.o> coreutils-7.5-r1.ebuild:
33 Marking coreutils-7.5 ppc64 for bug 287219
34
35
36
37 1.4 sys-apps/coreutils/coreutils-7.6.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild?r1=1.3&r2=1.4
42
43 Index: coreutils-7.6.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- coreutils-7.6.ebuild 12 Oct 2009 18:38:59 -0000 1.3
50 +++ coreutils-7.6.ebuild 9 Nov 2009 22:55:13 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild,v 1.3 2009/10/12 18:38:59 vapier Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-7.6.ebuild,v 1.4 2009/11/09 22:55:13 vapier Exp $
56
57 inherit eutils flag-o-matic toolchain-funcs
58
59 @@ -61,6 +61,9 @@
60 # groups/su - shadow
61 # hostname - net-tools
62 econf \
63 + --with-packager="Gentoo" \
64 + --with-packager-version="${PVR} (p${PATCH_VER:-0})" \
65 + --with-packager-bug-reports="http://bugs.gentoo.org/" \
66 --enable-install-program="arch" \
67 --enable-no-install-program="groups,hostname,kill,su,uptime" \
68 --enable-largefile \