diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-01-05 03:43:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-05 03:43:51 +0000 |
commit | 35b485422a21aadafcb54f439da6733aa91f20db (patch) | |
tree | 141b9f0dc4aac61b306287b8384cba30cfa39cb5 /sys-apps/smartmontools | |
parent | Marked ~ppc for bug #291392. (diff) | |
download | gentoo-2-35b485422a21aadafcb54f439da6733aa91f20db.tar.gz gentoo-2-35b485422a21aadafcb54f439da6733aa91f20db.tar.bz2 gentoo-2-35b485422a21aadafcb54f439da6733aa91f20db.zip |
old
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.36-r1.ebuild | 50 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.37-r1.ebuild | 50 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.37.ebuild | 44 |
3 files changed, 0 insertions, 144 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.36-r1.ebuild b/sys-apps/smartmontools/smartmontools-5.36-r1.ebuild deleted file mode 100644 index 876eb99cafaf..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.36-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.36-r1.ebuild,v 1.12 2008/02/04 17:17:59 grobian Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" -HOMEPAGE="http://smartmontools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" -IUSE="static" - -RDEPEND="" -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-utf8.patch -} - -src_compile() { - use static && append-ldflags -static - econf || die - emake || die -} - -src_install() { - dosbin smart{ctl,d} || die "dosbin" - doman *.[58] - dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS - 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 -} - -pkg_postinst() { - elog "You need the 'mail' command if you configured smartd to send reports" - elog "via email, 'emerge virtual/mailx' to get a mailer" -} diff --git a/sys-apps/smartmontools/smartmontools-5.37-r1.ebuild b/sys-apps/smartmontools/smartmontools-5.37-r1.ebuild deleted file mode 100644 index 94a0f4a42b0b..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.37-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.37-r1.ebuild,v 1.1 2008/03/10 19:29:06 robbat2 Exp $ - -inherit flag-o-matic - -DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" -HOMEPAGE="http://smartmontools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="static minimal" - -RDEPEND="" -DEPEND="" - -src_compile() { - 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.37.ebuild b/sys-apps/smartmontools/smartmontools-5.37.ebuild deleted file mode 100644 index 48105518d201..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.37.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.37.ebuild,v 1.7 2008/02/07 12:44:29 armin76 Exp $ - -inherit flag-o-matic - -DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" -HOMEPAGE="http://smartmontools.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~x86-fbsd" -IUSE="static" - -RDEPEND="" -DEPEND="" - -src_compile() { - use static && append-ldflags -static - econf || die - emake || die -} - -src_install() { - dosbin smart{ctl,d} || die "dosbin" - doman *.[58] - dodoc AUTHORS CHANGELOG NEWS README TODO WARNINGS - 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 -} - -pkg_postinst() { - elog "You need the 'mail' command if you configured smartd to send reports" - elog "via email, 'emerge virtual/mailx' to get a mailer" -} |