Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/moreutils: moreutils-0.45-r1.ebuild ChangeLog
Date: Tue, 06 Mar 2012 21:24:53
Message-Id: 20120306212443.9858B2004B@flycatcher.gentoo.org
1 hwoarang 12/03/06 21:24:43
2
3 Modified: moreutils-0.45-r1.ebuild ChangeLog
4 Log:
5 Fix build failure when using -doc. Bug #400675. Restore stable amd64 keywords
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.6 sys-apps/moreutils/moreutils-0.45-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: moreutils-0.45-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- moreutils-0.45-r1.ebuild 6 Mar 2012 21:12:07 -0000 1.5
23 +++ moreutils-0.45-r1.ebuild 6 Mar 2012 21:24:43 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild,v 1.5 2012/03/06 21:12:07 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.45-r1.ebuild,v 1.6 2012/03/06 21:24:43 hwoarang Exp $
29
30 EAPI=4
31 inherit eutils toolchain-funcs prefix
32 @@ -11,7 +11,7 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86 ~x86-linux"
37 +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~x86-linux"
38 IUSE="+doc +perl"
39
40 RDEPEND="
41 @@ -54,6 +54,8 @@
42 emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" INSTALL_BIN=install install
43
44 # sys-process is more advanced than parallel from moreutils, rename it
45 - mv -vf "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
46 + if use doc; then
47 + mv -vf "${ED}"usr/share/man/man1/{,${PN}_}parallel.1 || die
48 + fi
49 mv -vf "${ED}"usr/bin/{,${PN}_}parallel || die
50 }
51
52
53
54 1.39 sys-apps/moreutils/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.39&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.39&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/moreutils/ChangeLog?r1=1.38&r2=1.39
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v
63 retrieving revision 1.38
64 retrieving revision 1.39
65 diff -u -r1.38 -r1.39
66 --- ChangeLog 6 Mar 2012 21:12:07 -0000 1.38
67 +++ ChangeLog 6 Mar 2012 21:24:43 -0000 1.39
68 @@ -1,6 +1,9 @@
69 # ChangeLog for sys-apps/moreutils
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.38 2012/03/06 21:12:07 hwoarang Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.39 2012/03/06 21:24:43 hwoarang Exp $
73 +
74 + 06 Mar 2012; Markos Chandras <hwoarang@g.o> moreutils-0.45-r1.ebuild:
75 + Fix build failure when using -doc. Bug #400675. Restore stable amd64 keywords
76
77 06 Mar 2012; Markos Chandras <hwoarang@g.o> moreutils-0.45-r1.ebuild:
78 Revert stable amd64 keywords because of bug #400675