polynomial-c 15/06/07 11:15:17 Modified: ChangeLog smartmontools-9999.ebuild Added: smartmontools-6.4.ebuild Removed: smartmontools-6.2.ebuild smartmontools-6.1.ebuild Log: Version bump. Removed old (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.147 sys-apps/smartmontools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.147&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.147&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.146&r2=1.147 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- ChangeLog 11 Nov 2014 10:44:45 -0000 1.146 +++ ChangeLog 7 Jun 2015 11:15:17 -0000 1.147 @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/smartmontools -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.146 2014/11/11 10:44:45 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.147 2015/06/07 11:15:17 polynomial-c Exp $ + +*smartmontools-6.4 (07 Jun 2015) + + 07 Jun 2015; Lars Wendler <[email protected]> + -smartmontools-6.1.ebuild, -smartmontools-6.2.ebuild, + +smartmontools-6.4.ebuild, smartmontools-9999.ebuild, -files/smartd.rc: + Version bump. Removed old. 11 Nov 2014; Agostino Sarubbo <[email protected]> smartmontools-6.3.ebuild: Stable for ia64, wrt bug #526444 1.18 sys-apps/smartmontools/smartmontools-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?r1=1.17&r2=1.18 Index: smartmontools-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- smartmontools-9999.ebuild 2 Nov 2014 10:00:18 -0000 1.17 +++ smartmontools-9999.ebuild 7 Jun 2015 11:15:17 -0000 1.18 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.17 2014/11/02 10:00:18 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.18 2015/06/07 11:15:17 polynomial-c Exp $ EAPI="4" @@ -43,7 +43,7 @@ # The build installs /etc/init.d/smartd, but we clobber it # in our src_install, so no need to manually delete it. econf \ - --with-docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --with-initscriptdir="${EPREFIX}/etc/init.d" \ $(use_with caps libcap-ng) \ $(use_with selinux) \ 1.1 sys-apps/smartmontools/smartmontools-6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-6.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-6.4.ebuild?rev=1.1&content-type=text/plain Index: smartmontools-6.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.4.ebuild,v 1.1 2015/06/07 11:15:17 polynomial-c Exp $ EAPI="4" inherit flag-o-matic systemd if [[ ${PV} == "9999" ]] ; then ESVN_REPO_URI="https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk/smartmontools" ESVN_PROJECT="smartmontools" inherit subversion autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~x64-macos" 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="caps minimal selinux static" DEPEND=" caps? ( static? ( sys-libs/libcap-ng[static-libs] ) !static? ( sys-libs/libcap-ng ) ) selinux? ( sys-libs/libselinux )" RDEPEND="${DEPEND} !minimal? ( virtual/mailx ) selinux? ( sec-policy/selinux-smartmon ) " src_prepare() { if [[ ${PV} == "9999" ]] ; then #./autogen.sh eautoreconf fi } src_configure() { use minimal && einfo "Skipping the monitoring daemon for minimal build." use static && append-ldflags -static # The build installs /etc/init.d/smartd, but we clobber it # in our src_install, so no need to manually delete it. econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --with-initscriptdir="${EPREFIX}/etc/init.d" \ $(use_with caps libcap-ng) \ $(use_with selinux) \ $(systemd_with_unitdir) } src_install() { if use minimal ; then dosbin smartctl doman smartctl.8 else default newinitd "${FILESDIR}"/smartd-r1.rc smartd newconfd "${FILESDIR}"/smartd.confd smartd fi }
