diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:35:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-10-07 17:35:54 +0000 |
commit | f7d3223a181704edc9b6dfd424b5e5421d333857 (patch) | |
tree | d91b32bc72c6d803e790ccbd1f0e18b5785a93ab /sys-apps/smartmontools | |
parent | Version bumped. (diff) | |
download | historical-f7d3223a181704edc9b6dfd424b5e5421d333857.tar.gz historical-f7d3223a181704edc9b6dfd424b5e5421d333857.tar.bz2 historical-f7d3223a181704edc9b6dfd424b5e5421d333857.zip |
cleanup
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/smartmontools/files/digest-smartmontools-5.0.45 | 1 | ||||
-rw-r--r-- | sys-apps/smartmontools/files/digest-smartmontools-5.1.16 | 1 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.0.45.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.1.16.ebuild | 36 |
5 files changed, 0 insertions, 75 deletions
diff --git a/sys-apps/smartmontools/Manifest b/sys-apps/smartmontools/Manifest index 166134784d4f..fcae6bb81694 100644 --- a/sys-apps/smartmontools/Manifest +++ b/sys-apps/smartmontools/Manifest @@ -1,12 +1,8 @@ MD5 45b83f5857fe10da1b960f33a7723485 ChangeLog 2574 -MD5 4d5e99b7af670110c69a3cfdf23ff73d smartmontools-5.0.45.ebuild 968 MD5 ebbe2bcbb0959c5aced5211ca455f6b8 smartmontools-5.1.11.ebuild 1008 -MD5 fbac00822798f7c7f45054cf0b015071 smartmontools-5.1.16.ebuild 1006 MD5 8a2396b21744a076c0fd90b53b127b06 smartmontools-5.1.18.ebuild 1006 MD5 89f425a88b382d113b3da213fe963616 smartmontools-5.19.ebuild 962 -MD5 432ca1c6b0ccb2ce8c44f223aebd61af files/digest-smartmontools-5.0.45 71 MD5 905376c18cc462422f167333b0ed9a23 files/digest-smartmontools-5.1.11 72 MD5 274bf91846f51fc5e93f303e5d4710f9 files/smartd.rc 518 MD5 336925438c689ef432b1d8f8acc800f1 files/digest-smartmontools-5.19 70 -MD5 2da8f77feda1ba0292593a3bc0c190f6 files/digest-smartmontools-5.1.16 72 MD5 a71ed1a566454af621be02ab59fd42d1 files/digest-smartmontools-5.1.18 72 diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.0.45 b/sys-apps/smartmontools/files/digest-smartmontools-5.0.45 deleted file mode 100644 index a3135b494540..000000000000 --- a/sys-apps/smartmontools/files/digest-smartmontools-5.0.45 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f049ebf366618278f62f54da33d0cb2 smartmontools-5.0-45.tar.gz 80203 diff --git a/sys-apps/smartmontools/files/digest-smartmontools-5.1.16 b/sys-apps/smartmontools/files/digest-smartmontools-5.1.16 deleted file mode 100644 index 0cab762d4df2..000000000000 --- a/sys-apps/smartmontools/files/digest-smartmontools-5.1.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 6429ca7791dba2af78d9f7559bf708be smartmontools-5.1-16.tar.gz 163563 diff --git a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild b/sys-apps/smartmontools/smartmontools-5.0.45.ebuild deleted file mode 100644 index a23ffcd99243..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.0.45.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.0.45.ebuild,v 1.6 2003/06/21 21:19:40 drobbins Exp $ - -MY_P="${PN}-5.0-45" -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/smartmontools/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64 sparc" - -S=${WORKDIR}/${MY_P} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - dosbin smart{ctl,d} - doman *.8 *.5 - dodoc CHANGELOG WARNINGS README TODO VERSION smartd.conf - - exeinto /etc/init.d - newexe ${FILESDIR}/smartd.rc smartd -} - -pkg_postinst() { - einfo "You can find an example smartd.conf file in" - einfo "/usr/share/doc/${PF}/smartd.conf.gz" - einfo "Just place it in /etc/ as smartd.conf" -} diff --git a/sys-apps/smartmontools/smartmontools-5.1.16.ebuild b/sys-apps/smartmontools/smartmontools-5.1.16.ebuild deleted file mode 100644 index 32bc74c31671..000000000000 --- a/sys-apps/smartmontools/smartmontools-5.1.16.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.16.ebuild,v 1.3 2003/08/28 11:03:00 joker Exp $ - -MAJ_PV=${PV:0:3} -MIN_PV=${PV:4:6} - -MY_P="${PN}-${MAJ_PV}-${MIN_PV}" -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}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~amd64 sparc" - -S=${WORKDIR}/${MY_P} - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - dosbin smart{ctl,d} - doman *.8 *.5 - dodoc CHANGELOG WARNINGS README TODO VERSION smartd.conf - - exeinto /etc/init.d - newexe ${FILESDIR}/smartd.rc smartd -} - -pkg_postinst() { - einfo "You can find an example smartd.conf file in" - einfo "/usr/share/doc/${PF}/smartd.conf.gz" - einfo "Just place it in /etc/ as smartd.conf" -} |