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 sys-apps/smartmontools: ChangeLog smartmontools-5.38.ebuild
Date: Mon, 10 Mar 2008 19:37:26
Message-Id: E1JYnoI-0005WN-TL@stork.gentoo.org
1 robbat2 08/03/10 19:37:22
2
3 Modified: ChangeLog
4 Added: smartmontools-5.38.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.75 sys-apps/smartmontools/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -p -w -b -B -u -u -r1.74 -r1.75
22 --- ChangeLog 10 Mar 2008 19:29:06 -0000 1.74
23 +++ ChangeLog 10 Mar 2008 19:37:22 -0000 1.75
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-apps/smartmontools
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.74 2008/03/10 19:29:06 robbat2 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.75 2008/03/10 19:37:22 robbat2 Exp $
29 +
30 +*smartmontools-5.38 (10 Mar 2008)
31 +
32 + 10 Mar 2008; Robin H. Johnson <robbat2@g.o>
33 + +smartmontools-5.38.ebuild:
34 + Version bump.
35
36 *smartmontools-5.37-r1 (10 Mar 2008)
37
38
39
40
41 1.1 sys-apps/smartmontools/smartmontools-5.38.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38.ebuild?rev=1.1&content-type=text/plain
45
46 Index: smartmontools-5.38.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38.ebuild,v 1.1 2008/03/10 19:37:22 robbat2 Exp $
51
52 inherit flag-o-matic
53
54 DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)"
55 HOMEPAGE="http://smartmontools.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
61 IUSE="static minimal"
62
63 RDEPEND=""
64 DEPEND=""
65
66 src_compile() {
67 use static && append-ldflags -static
68 econf || die
69 emake || die
70 }
71
72 src_install() {
73 dosbin smartctl || die "dosbin smartctl"
74 dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS
75 doman smartctl.8
76 if ! use minimal; then
77 dosbin smartd || die "dosbin smartd"
78 doman smartd*.[58]
79 newdoc smartd.conf smartd.conf.example
80 docinto examplescripts
81 dodoc examplescripts/*
82 rm -f "${D}"/usr/share/doc/${PF}/examplescripts/Makefile*
83
84 insinto /etc
85 doins smartd.conf
86
87 newinitd "${FILESDIR}"/smartd.rc smartd
88 newconfd "${FILESDIR}"/smartd.confd smartd
89 fi
90 }
91
92 pkg_postinst() {
93 if ! use minimal; then
94 elog "You need the 'mail' command if you configured smartd to send reports"
95 elog "via email, 'emerge virtual/mailx' to get a mailer"
96 fi
97 }
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list