summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-08-30 11:59:45 +0000
committerMichał Górny <mgorny@gentoo.org>2014-08-30 11:59:45 +0000
commitf202b4a8db5882f7755ea3bcd7e66e553363f2d0 (patch)
tree0479fdbebaecd669bbe55075a903a47cc3b76e8b /sys-apps
parentStable for amd64 wrt bug #513558 (diff)
downloadgentoo-2-f202b4a8db5882f7755ea3bcd7e66e553363f2d0.tar.gz
gentoo-2-f202b4a8db5882f7755ea3bcd7e66e553363f2d0.tar.bz2
gentoo-2-f202b4a8db5882f7755ea3bcd7e66e553363f2d0.zip
Replace einstall with emake install, bug #521658.
(Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/uhinv/ChangeLog7
-rw-r--r--sys-apps/uhinv/uhinv-0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/uhinv/ChangeLog b/sys-apps/uhinv/ChangeLog
index 69b4da4d8bf5..6fb187a01cff 100644
--- a/sys-apps/uhinv/ChangeLog
+++ b/sys-apps/uhinv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/uhinv
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/ChangeLog,v 1.7 2012/10/07 10:17:03 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/ChangeLog,v 1.8 2014/08/30 11:59:45 mgorny Exp $
+
+ 30 Aug 2014; Michał Górny <mgorny@gentoo.org> uhinv-0.4.ebuild:
+ Replace einstall with emake install, bug #521658.
07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, #200342
diff --git a/sys-apps/uhinv/uhinv-0.4.ebuild b/sys-apps/uhinv/uhinv-0.4.ebuild
index ec6edbe00c63..e90e3452de45 100644
--- a/sys-apps/uhinv/uhinv-0.4.ebuild
+++ b/sys-apps/uhinv/uhinv-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v 1.5 2012/04/23 17:28:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v 1.6 2014/08/30 11:59:45 mgorny Exp $
DESCRIPTION="Universal Hardware Inventory Tool, uhinv displays operating system and hardware info"
HOMEPAGE="http://developer.berlios.de/projects/uhinv/"
@@ -13,5 +13,5 @@ LICENSE="GPL-2"
IUSE=""
src_install() {
- einstall || die
+ emake DESTDIR="${D}" install || die
}