summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-26 09:29:49 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-26 09:29:49 +0000
commit5ef3cda15dfedb540e3787fed30fcee1de0fc54b (patch)
treebe00218188d337148e2f79d964510c091064488f /dev-util/insight
parentAdd missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner. (diff)
downloadgentoo-2-5ef3cda15dfedb540e3787fed30fcee1de0fc54b.tar.gz
gentoo-2-5ef3cda15dfedb540e3787fed30fcee1de0fc54b.tar.bz2
gentoo-2-5ef3cda15dfedb540e3787fed30fcee1de0fc54b.zip
Minor style touchups.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-util/insight')
-rw-r--r--dev-util/insight/ChangeLog5
-rw-r--r--dev-util/insight/insight-6.8.1-r1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/insight/ChangeLog b/dev-util/insight/ChangeLog
index d56fcc3fa78a..b12be1be9729 100644
--- a/dev-util/insight/ChangeLog
+++ b/dev-util/insight/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/insight
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.61 2015/05/26 09:28:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.62 2015/05/26 09:29:49 vapier Exp $
+
+ 26 May 2015; Mike Frysinger <vapier@gentoo.org> insight-6.8.1-r1.ebuild:
+ Minor style touchups.
26 May 2015; Mike Frysinger <vapier@gentoo.org> insight-6.8.1-r1.ebuild:
Add missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner.
diff --git a/dev-util/insight/insight-6.8.1-r1.ebuild b/dev-util/insight/insight-6.8.1-r1.ebuild
index e70e01b45e52..b8342e1f7c55 100644
--- a/dev-util/insight/insight-6.8.1-r1.ebuild
+++ b/dev-util/insight/insight-6.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.6 2015/05/26 09:28:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.7 2015/05/26 09:29:49 vapier Exp $
EAPI=4
@@ -52,9 +52,9 @@ src_prepare() {
rm -rf "${S}"/{itcl,tcl,tk,readline} || die
for location in gdb/gdbtk/plugins libgui; do
- pushd ${location} > /dev/null
+ pushd ${location} >/dev/null
eautoreconf
- popd > /dev/null
+ popd >/dev/null
done
# disable regeneration of info pages we never install. #465460
@@ -99,7 +99,7 @@ src_install() {
# the tcl-related subdirs are not parallel safe
emake -j1 DESTDIR="${D}" install
- find "${ED}" -name '*.la' -exec rm -f {} +
+ find "${ED}" -name '*.la' -delete
dodoc gdb/gdbtk/{README,TODO}