Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-9999.ebuild smartmontools-5.41.ebuild
Date: Thu, 28 Jul 2011 02:13:44
Message-Id: 20110728021332.F22AC20051@flycatcher.gentoo.org
1 zmedico 11/07/28 02:13:32
2
3 Modified: ChangeLog smartmontools-9999.ebuild
4 smartmontools-5.41.ebuild
5 Log:
6 Bump to EAPI 3 and fix for prefix.
7
8 (Portage version: 2.2.0_alpha47_p5/cvs/Linux i686)
9
10 Revision Changes Path
11 1.102 sys-apps/smartmontools/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.102&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.102&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.101&r2=1.102
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
20 retrieving revision 1.101
21 retrieving revision 1.102
22 diff -u -r1.101 -r1.102
23 --- ChangeLog 13 Jun 2011 22:30:39 -0000 1.101
24 +++ ChangeLog 28 Jul 2011 02:13:32 -0000 1.102
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-apps/smartmontools
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.101 2011/06/13 22:30:39 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.102 2011/07/28 02:13:32 zmedico Exp $
30 +
31 + 28 Jul 2011; Zac Medico <zmedico@g.o> smartmontools-5.41.ebuild,
32 + smartmontools-9999.ebuild:
33 + Bump to EAPI 3 and fix for prefix.
34
35 *smartmontools-5.41 (13 Jun 2011)
36
37
38
39
40 1.5 sys-apps/smartmontools/smartmontools-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?r1=1.4&r2=1.5
45
46 Index: smartmontools-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- smartmontools-9999.ebuild 17 Dec 2010 15:33:07 -0000 1.4
53 +++ smartmontools-9999.ebuild 28 Jul 2011 02:13:32 -0000 1.5
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.4 2010/12/17 15:33:07 flameeyes Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.5 2011/07/28 02:13:32 zmedico Exp $
60
61 -EAPI="2"
62 +EAPI="3"
63
64 inherit flag-o-matic
65 if [[ ${PV} == "9999" ]] ; then
66 @@ -56,7 +56,7 @@
67 fi
68
69 econf \
70 - --with-docdir="/usr/share/doc/${PF}" \
71 + --with-docdir="${EPREFIX}/usr/share/doc/${PF}" \
72 --with-initscriptdir="/toss-it-away" \
73 ${myconf} \
74 || die
75
76
77
78 1.2 sys-apps/smartmontools/smartmontools-5.41.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild?rev=1.2&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild?rev=1.2&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild?r1=1.1&r2=1.2
83
84 Index: smartmontools-5.41.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild,v
87 retrieving revision 1.1
88 retrieving revision 1.2
89 diff -u -r1.1 -r1.2
90 --- smartmontools-5.41.ebuild 13 Jun 2011 22:30:39 -0000 1.1
91 +++ smartmontools-5.41.ebuild 28 Jul 2011 02:13:32 -0000 1.2
92 @@ -1,8 +1,8 @@
93 # Copyright 1999-2011 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild,v 1.1 2011/06/13 22:30:39 jer Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild,v 1.2 2011/07/28 02:13:32 zmedico Exp $
97
98 -EAPI="2"
99 +EAPI="3"
100
101 inherit flag-o-matic
102 if [[ ${PV} == "9999" ]] ; then
103 @@ -56,7 +56,7 @@
104 fi
105
106 econf \
107 - --with-docdir="/usr/share/doc/${PF}" \
108 + --with-docdir="${EPREFIX}/usr/share/doc/${PF}" \
109 --with-initscriptdir="/toss-it-away" \
110 ${myconf} \
111 || die