diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 09:15:04 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-01-07 09:15:04 +0000 |
commit | ebac6f7ec4730353d3c55d5e104de3009874a96b (patch) | |
tree | ae0de66f5756f466d87dd0d2c985b325d9d8ae4c /sys-apps/smartmontools | |
parent | Removed old versions and files. Converted remaining ebuild to EAPI-4 (diff) | |
download | gentoo-2-ebac6f7ec4730353d3c55d5e104de3009874a96b.tar.gz gentoo-2-ebac6f7ec4730353d3c55d5e104de3009874a96b.tar.bz2 gentoo-2-ebac6f7ec4730353d3c55d5e104de3009874a96b.zip |
Removed old versions and files
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.38.ebuild | 51 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.39.1.ebuild | 62 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.40.ebuild | 75 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.41-r1.ebuild | 65 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.42.ebuild | 65 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.43.ebuild | 59 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-6.0.ebuild | 59 |
8 files changed, 9 insertions, 438 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog index 19b7d00f10e9..632400c9aa45 100644 --- a/sys-apps/smartmontools/ChangeLog +++ b/sys-apps/smartmontools/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/smartmontools -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.134 2013/11/30 01:15:13 hwoarang Exp $ +# 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 $ + + 07 Jan 2014; Lars Wendler <polynomial-c@gentoo.org> + -smartmontools-5.38.ebuild, -smartmontools-5.39.1.ebuild, + -smartmontools-5.40.ebuild, -smartmontools-5.41-r1.ebuild, + -smartmontools-5.42.ebuild, -smartmontools-5.43.ebuild, + -smartmontools-6.0.ebuild: + Removed old versions and files. 30 Nov 2013; Markos Chandras <hwoarang@gentoo.org> smartmontools-6.2.ebuild: Depend on libcap-ng[static-libs] if USE=static is used. Bug #481692 by Peter diff --git a/sys-apps/smartmontools/smartmontools-5.38.ebuild b/sys-apps/smartmontools/smartmontools-5.38.ebuild deleted file mode 100644 index c4ee097b7a58..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.38.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.38.ebuild,v 1.9 2010/12/17 15:33:07 flameeyes Exp $ - -inherit flag-o-matic - -DESCRIPTION="Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) monitoring tools" -HOMEPAGE="http://smartmontools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc sparc x86 ~x86-fbsd" -IUSE="static minimal" - -RDEPEND="" -DEPEND="" - -src_compile() { - use minimal && einfo "Skipping the monitoring daemon for minimal build." - use static && append-ldflags -static - econf || die - emake || die -} - -src_install() { - dosbin smartctl || die "dosbin smartctl" - dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS - doman smartctl.8 - if ! use minimal; then - dosbin smartd || die "dosbin smartd" - doman smartd*.[58] - newdoc smartd.conf smartd.conf.example - docinto examplescripts - dodoc examplescripts/* - rm -f "${D}"/usr/share/doc/${PF}/examplescripts/Makefile* - - insinto /etc - doins smartd.conf - - newinitd "${FILESDIR}"/smartd.rc smartd - newconfd "${FILESDIR}"/smartd.confd smartd - fi -} - -pkg_postinst() { - if ! use minimal; then - elog "You need the 'mail' command if you configured smartd to send reports" - elog "via email, 'emerge virtual/mailx' to get a mailer" - fi -} diff --git a/sys-apps/smartmontools/smartmontools-5.39.1.ebuild b/sys-apps/smartmontools/smartmontools-5.39.1.ebuild deleted file mode 100644 index af4550615347..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.39.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.39.1.ebuild,v 1.8 2010/12/17 15:33:07 flameeyes 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 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" - -RDEPEND="!minimal? ( virtual/mailx )" -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() { - use minimal && einfo "Skipping the monitoring daemon for minimal build." - use static && append-ldflags -static - econf \ - --with-docdir="/usr/share/doc/${PF}" \ - --with-initscriptdir="/toss-it-away" \ - || 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 -} diff --git a/sys-apps/smartmontools/smartmontools-5.40.ebuild b/sys-apps/smartmontools/smartmontools-5.40.ebuild deleted file mode 100644 index c6944cdbae30..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.40.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# 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.40.ebuild,v 1.9 2011/02/08 18:49:05 xarthisius 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 -} diff --git a/sys-apps/smartmontools/smartmontools-5.41-r1.ebuild b/sys-apps/smartmontools/smartmontools-5.41-r1.ebuild deleted file mode 100644 index 5eab2312b356..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.41-r1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# 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-r1.ebuild,v 1.1 2011/09/15 07:58:50 polynomial-c Exp $ - -EAPI="3" - -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 ~x86-linux" -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" - -DEPEND="!minimal? ( caps? ( sys-libs/libcap-ng ) )" -RDEPEND="${DEPEND} - !minimal? ( virtual/mailx )" - -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="${EPREFIX}/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 -} diff --git a/sys-apps/smartmontools/smartmontools-5.42.ebuild b/sys-apps/smartmontools/smartmontools-5.42.ebuild deleted file mode 100644 index 66b60980b9c2..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.42.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.42.ebuild,v 1.8 2012/11/12 10:35:15 blueness Exp $ - -EAPI="3" - -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 ~amd64-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="static minimal caps" - -DEPEND="!minimal? ( caps? ( sys-libs/libcap-ng ) )" -RDEPEND="${DEPEND} - !minimal? ( virtual/mailx )" - -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="${EPREFIX}/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 -} diff --git a/sys-apps/smartmontools/smartmontools-5.43.ebuild b/sys-apps/smartmontools/smartmontools-5.43.ebuild deleted file mode 100644 index 892961cb3099..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.43.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.43.ebuild,v 1.5 2012/08/25 22:50:24 vapier Exp $ - -EAPI="3" - -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 - SRC_URI="" -else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-freebsd ~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? ( sys-libs/libcap-ng ) - selinux? ( sys-libs/libselinux )" -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 || die - doman smartctl.8 - else - emake install DESTDIR="${D}" || die - newinitd "${FILESDIR}"/smartd.rc smartd - newconfd "${FILESDIR}"/smartd.confd smartd - fi -} diff --git a/sys-apps/smartmontools/smartmontools-6.0.ebuild b/sys-apps/smartmontools/smartmontools-6.0.ebuild deleted file mode 100644 index 47a1d4992bd7..000000000000 --- a/sys-apps/smartmontools/smartmontools-6.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-6.0.ebuild,v 1.2 2013/02/21 02:17:07 zmedico Exp $ - -EAPI="3" - -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 - SRC_URI="" -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? ( sys-libs/libcap-ng ) - selinux? ( sys-libs/libselinux )" -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 || die - doman smartctl.8 - else - emake install DESTDIR="${D}" || die - newinitd "${FILESDIR}"/smartd.rc smartd - newconfd "${FILESDIR}"/smartd.confd smartd - fi -} |