summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-07-28 02:13:32 +0000
committerZac Medico <zmedico@gentoo.org>2011-07-28 02:13:32 +0000
commitdc42bd6b2cfde57b19cca90ff82e86a205c85c3a (patch)
treeaa69ae165e4b05149c6d90963ebb45e0be41044d /sys-apps/smartmontools
parentVersion bump (diff)
downloadgentoo-2-dc42bd6b2cfde57b19cca90ff82e86a205c85c3a.tar.gz
gentoo-2-dc42bd6b2cfde57b19cca90ff82e86a205c85c3a.tar.bz2
gentoo-2-dc42bd6b2cfde57b19cca90ff82e86a205c85c3a.zip
Bump to EAPI 3 and fix for prefix.
(Portage version: 2.2.0_alpha47_p5/cvs/Linux i686)
Diffstat (limited to 'sys-apps/smartmontools')
-rw-r--r--sys-apps/smartmontools/ChangeLog6
-rw-r--r--sys-apps/smartmontools/smartmontools-5.41.ebuild6
-rw-r--r--sys-apps/smartmontools/smartmontools-9999.ebuild8
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/smartmontools/ChangeLog b/sys-apps/smartmontools/ChangeLog
index b973d9ea02fe..f4951aeb1b06 100644
--- a/sys-apps/smartmontools/ChangeLog
+++ b/sys-apps/smartmontools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/smartmontools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.101 2011/06/13 22:30:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/ChangeLog,v 1.102 2011/07/28 02:13:32 zmedico Exp $
+
+ 28 Jul 2011; Zac Medico <zmedico@gentoo.org> smartmontools-5.41.ebuild,
+ smartmontools-9999.ebuild:
+ Bump to EAPI 3 and fix for prefix.
*smartmontools-5.41 (13 Jun 2011)
diff --git a/sys-apps/smartmontools/smartmontools-5.41.ebuild b/sys-apps/smartmontools/smartmontools-5.41.ebuild
index 18ebb9148305..4c8dbeb10a9a 100644
--- a/sys-apps/smartmontools/smartmontools-5.41.ebuild
+++ b/sys-apps/smartmontools/smartmontools-5.41.ebuild
@@ -1,8 +1,8 @@
# 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.ebuild,v 1.1 2011/06/13 22:30:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-5.41.ebuild,v 1.2 2011/07/28 02:13:32 zmedico Exp $
-EAPI="2"
+EAPI="3"
inherit flag-o-matic
if [[ ${PV} == "9999" ]] ; then
@@ -56,7 +56,7 @@ src_configure() {
fi
econf \
- --with-docdir="/usr/share/doc/${PF}" \
+ --with-docdir="${EPREFIX}/usr/share/doc/${PF}" \
--with-initscriptdir="/toss-it-away" \
${myconf} \
|| die
diff --git a/sys-apps/smartmontools/smartmontools-9999.ebuild b/sys-apps/smartmontools/smartmontools-9999.ebuild
index f7ae9c99ad1d..edba876c4390 100644
--- a/sys-apps/smartmontools/smartmontools-9999.ebuild
+++ b/sys-apps/smartmontools/smartmontools-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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-9999.ebuild,v 1.4 2010/12/17 15:33:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/smartmontools/smartmontools-9999.ebuild,v 1.5 2011/07/28 02:13:32 zmedico Exp $
-EAPI="2"
+EAPI="3"
inherit flag-o-matic
if [[ ${PV} == "9999" ]] ; then
@@ -56,7 +56,7 @@ src_configure() {
fi
econf \
- --with-docdir="/usr/share/doc/${PF}" \
+ --with-docdir="${EPREFIX}/usr/share/doc/${PF}" \
--with-initscriptdir="/toss-it-away" \
${myconf} \
|| die