* [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.41.ebuild
@ 2011-06-13 22:30 Jeroen Roovers (jer)
0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2011-06-13 22:30 UTC (permalink / raw
To: gentoo-commits
jer 11/06/13 22:30:39
Modified: ChangeLog
Added: smartmontools-5.41.ebuild
Log:
Version bump by Opportunist (bug #371367).
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Revision Changes Path
1.101 sys-apps/smartmontools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 8 Feb 2011 18:49:05 -0000 1.100
+++ ChangeLog 13 Jun 2011 22:30:39 -0000 1.101
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/smartmontools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.100 2011/02/08 18:49:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.101 2011/06/13 22:30:39 jer Exp $
+
+*smartmontools-5.41 (13 Jun 2011)
+
+ 13 Jun 2011; Jeroen Roovers <jer@gentoo.org> +smartmontools-5.41.ebuild:
+ Version bump by Opportunist (bug #371367).
08 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
smartmontools-5.40.ebuild:
1.1 sys-apps/smartmontools/smartmontools-5.41.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild?rev=1.1&content-type=text/plain
Index: smartmontools-5.41.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild,v 1.1 2011/06/13 22:30:39 jer Exp $
EAPI="2"
inherit flag-o-matic
if [[ ${PV} == "9999" ]] ; then
ESVN_REPO_URI="https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools"
ESVN_PROJECT="smartmontools"
inherit subversion autotools
SRC_URI=""
else
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
fi
DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools"
HOMEPAGE="http://smartmontools.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
IUSE="static minimal caps"
RDEPEND="!minimal? (
virtual/mailx
caps? ( sys-libs/libcap-ng )
)"
DEPEND=""
src_unpack() {
if [[ ${PV} == "9999" ]] ; then
subversion_src_unpack
else
unpack ${A}
fi
}
src_prepare() {
if [[ ${PV} == "9999" ]] ; then
#./autogen.sh
eautoreconf
fi
}
src_configure() {
local myconf
use minimal && einfo "Skipping the monitoring daemon for minimal build."
use static && append-ldflags -static
if ! use minimal; then
myconf="${myconf} $(use_with caps libcap-ng)"
else
# disable it so that we stay safe
myconf="${myconf} --without-libcap-ng"
fi
econf \
--with-docdir="/usr/share/doc/${PF}" \
--with-initscriptdir="/toss-it-away" \
${myconf} \
|| die
}
src_install() {
if use minimal ; then
dosbin smartctl || die
doman smartctl.8
else
emake install DESTDIR="${D}" || die
rm -rf "${D}"/toss-it-away
newinitd "${FILESDIR}"/smartd.rc smartd
newconfd "${FILESDIR}"/smartd.confd smartd
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-13 22:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 22:30 [gentoo-commits] gentoo-x86 commit in sys-apps/smartmontools: ChangeLog smartmontools-5.41.ebuild Jeroen Roovers (jer)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox