polynomial-c    14/08/09 09:36:30

  Modified:             ChangeLog smartmontools-9999.ebuild
  Added:                smartmontools-6.3.ebuild
  Log:
  Version bump (bug #519456). Added rewritten init script
  
  (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.136                sys-apps/smartmontools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.136&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?rev=1.136&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/ChangeLog?r1=1.135&r2=1.136

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog   7 Jan 2014 09:15:04 -0000       1.135
+++ ChangeLog   9 Aug 2014 09:36:30 -0000       1.136
@@ -1,6 +1,12 @@
 # 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.135 
2014/01/07 09:15:04 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.136 
2014/08/09 09:36:30 polynomial-c Exp $
+
+*smartmontools-6.3 (09 Aug 2014)
+
+  09 Aug 2014; Lars Wendler <polynomia...@gentoo.org>
+  +smartmontools-6.3.ebuild, smartmontools-9999.ebuild, +files/smartd-r1.rc:
+  Version bump (bug #519456). Added rewritten init script.
 
   07 Jan 2014; Lars Wendler <polynomia...@gentoo.org>
   -smartmontools-5.38.ebuild, -smartmontools-5.39.1.ebuild,



1.16                 sys-apps/smartmontools/smartmontools-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild?r1=1.15&r2=1.16

Index: smartmontools-9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- smartmontools-9999.ebuild   11 Aug 2013 16:37:40 -0000      1.15
+++ smartmontools-9999.ebuild   9 Aug 2014 09:36:30 -0000       1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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.15 
2013/08/11 16:37:40 swift Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.16 
2014/08/09 09:36:30 polynomial-c Exp $
 
 EAPI="4"
 
@@ -55,7 +55,7 @@
                doman smartctl.8
        else
                default
-               newinitd "${FILESDIR}"/smartd.rc smartd
+               newinitd "${FILESDIR}"/smartd-r1.rc smartd
                newconfd "${FILESDIR}"/smartd.confd smartd
        fi
 }



1.1                  sys-apps/smartmontools/smartmontools-6.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild?rev=1.1&content-type=text/plain

Index: smartmontools-6.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.3.ebuild,v 1.1 
2014/08/09 09:36:30 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
                sec-policy/selinux-smartmon
        )"
RDEPEND="${DEPEND}
        !minimal? ( virtual/mailx )"

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 \
                --with-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
}




Reply via email to