summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-04-09 12:15:32 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-04-09 12:15:32 +0000
commit6dcb2e4e388ac9d0362d0b6a573ff131da0e56c2 (patch)
tree358ab22af3c173287539d88edb8cdfc452ed8a85 /dev-util/insight
parentUse newenvd instead of insinto /etc/env.d (bug #173884). (diff)
downloadgentoo-2-6dcb2e4e388ac9d0362d0b6a573ff131da0e56c2.tar.gz
gentoo-2-6dcb2e4e388ac9d0362d0b6a573ff131da0e56c2.tar.bz2
gentoo-2-6dcb2e4e388ac9d0362d0b6a573ff131da0e56c2.zip
Use doenvd for bug #173884.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/ChangeLog5
-rw-r--r--dev-util/insight/insight-6.5.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index b40fb55c6962..bdb6059a9d95 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/insight
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.38 2007/03/08 01:36:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.39 2007/04/09 12:15:32 betelgeuse Exp $
+
+ 09 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> insight-6.5.ebuild:
+ Use doenvd for bug #173884.
*insight-6.6 (08 Mar 2007)
diff --git a/dev-util/insight/insight-6.5.ebuild b/dev-util/insight/insight-6.5.ebuild
index 81f8b78e5df7..f34eb4271058 100644
--- a/dev-util/insight/insight-6.5.ebuild
+++ b/dev-util/insight/insight-6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.5.ebuild,v 1.7 2006/11/28 03:08:37 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.5.ebuild,v 1.8 2007/04/09 12:15:32 betelgeuse Exp $
inherit eutils
@@ -32,7 +32,7 @@ src_compile() {
myconf="$(use_enable nls)"
strip-linguas -i bfd/po opcodes/po
-
+
./configure --prefix="${INSIGHTDIR}" \
--mandir="${D}${INSIGHTDIR}/share/man" \
--infodir="${D}${INSIGHTDIR}/share/info" \
@@ -46,6 +46,5 @@ src_install () {
mandir="${D}${INSIGHTDIR}/share/man" \
infodir="${D}${INSIGHTDIR}/share/info" \
install || die
- insinto /etc/env.d
- doins "${FILESDIR}/99insight"
+ doenvd "${FILESDIR}/99insight"
}