Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/netifrc: netifrc-9999.ebuild ChangeLog
Date: Wed, 28 Aug 2013 16:15:31
Message-Id: 20130828161528.66ABB2004C@flycatcher.gentoo.org
1 robbat2 13/08/28 16:15:28
2
3 Modified: netifrc-9999.ebuild ChangeLog
4 Log:
5 Per bug #482604, start include a changelog. Also install the other docs.
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 net-misc/netifrc/netifrc-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild?r1=1.4&r2=1.5
15
16 Index: netifrc-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -p -w -b -B -u -u -r1.4 -r1.5
22 --- netifrc-9999.ebuild 27 Aug 2013 17:01:53 -0000 1.4
23 +++ netifrc-9999.ebuild 28 Aug 2013 16:15:28 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.4 2013/08/27 17:01:53 axs Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/netifrc-9999.ebuild,v 1.5 2013/08/28 16:15:28 robbat2 Exp $
29
30 EAPI=5
31
32 @@ -32,6 +32,8 @@ src_prepare() {
33 if [[ ${PV} == "9999" ]] ; then
34 local ver="git-${EGIT_VERSION:0:6}"
35 sed -i "/^GITVER[[:space:]]*=/s:=.*:=${ver}:" mk/git.mk || die
36 + einfo "Producing ChangeLog from Git history"
37 + GIT_DIR="${S}/.git" git log >"${S}"/ChangeLog
38 fi
39
40 # Allow user patches to be applied without modifying the ebuild
41 @@ -49,7 +51,7 @@ src_compile() {
42
43 src_install() {
44 emake ${MAKE_ARGS} DESTDIR="${D}" install
45 - dodoc README
46 + dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog
47 }
48
49 pkg_postinst() {
50
51
52
53 1.6 net-misc/netifrc/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.6&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?rev=1.6&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/netifrc/ChangeLog?r1=1.5&r2=1.6
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v
62 retrieving revision 1.5
63 retrieving revision 1.6
64 diff -p -w -b -B -u -u -r1.5 -r1.6
65 --- ChangeLog 27 Aug 2013 17:01:53 -0000 1.5
66 +++ ChangeLog 28 Aug 2013 16:15:28 -0000 1.6
67 @@ -1,6 +1,9 @@
68 # ChangeLog for net-misc/netifrc
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.5 2013/08/27 17:01:53 axs Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netifrc/ChangeLog,v 1.6 2013/08/28 16:15:28 robbat2 Exp $
72 +
73 + 28 Aug 2013; Robin H. Johnson <robbat2@g.o> netifrc-9999.ebuild:
74 + Per bug #482604, start include a changelog. Also install the other docs.
75
76 27 Aug 2013; Ian Stakenvicius <axs@g.o> netifrc-9999.ebuild:
77 added a dodoc to install README as it is not part of 'make install' anymore