diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
commit | 6cdf83ad556c2709f36e6a4d000ca10360bb3614 (patch) | |
tree | 96f7864296b8d7bdb9ebef09336e9057cc84615c /sys-apps/smartmontools | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.gz historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.bz2 historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.1.11.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.26.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/smartmontools/smartmontools-5.30.ebuild | 5 |
3 files changed, 6 insertions, 7 deletions
diff --git a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild index 6fa1001c055a..c780730ff020 100644 --- a/sys-apps/smartmontools/smartmontools-5.1.11.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.6 2004/06/24 22:26:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.1.11.ebuild,v 1.7 2004/07/15 02:35:18 agriffis Exp $ MAJ_PV=${PV:0:3} MIN_PV=${PV:4:6} @@ -13,6 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc" +IUSE="" S=${WORKDIR}/${MY_P} diff --git a/sys-apps/smartmontools/smartmontools-5.26.ebuild b/sys-apps/smartmontools/smartmontools-5.26.ebuild index 1b8ae917c49a..e9225ebdd1f6 100644 --- a/sys-apps/smartmontools/smartmontools-5.26.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.26.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.5 2004/06/25 23:39:49 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.26.ebuild,v 1.6 2004/07/15 02:35:18 agriffis Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sf.net/" @@ -10,8 +10,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 sparc" - -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die diff --git a/sys-apps/smartmontools/smartmontools-5.30.ebuild b/sys-apps/smartmontools/smartmontools-5.30.ebuild index 5425ed93e615..d124bb406d79 100644 --- a/sys-apps/smartmontools/smartmontools-5.30.ebuild +++ b/sys-apps/smartmontools/smartmontools-5.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.4 2004/06/24 22:26:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.30.ebuild,v 1.5 2004/07/15 02:35:18 agriffis Exp $ DESCRIPTION="control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.)" HOMEPAGE="http://smartmontools.sf.net/" @@ -10,8 +10,7 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~alpha" - -S=${WORKDIR}/${P} +IUSE="" src_compile() { econf || die |