Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/uhinv: uhinv-0.4.ebuild ChangeLog
Date: Sat, 30 Aug 2014 11:59:50
Message-Id: 20140830115945.DFE2A440E@oystercatcher.gentoo.org
1 mgorny 14/08/30 11:59:45
2
3 Modified: uhinv-0.4.ebuild ChangeLog
4 Log:
5 Replace einstall with emake install, bug #521658.
6
7 (Portage version: 2.2.11_p175/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.6 sys-apps/uhinv/uhinv-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild?r1=1.5&r2=1.6
15
16 Index: uhinv-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- uhinv-0.4.ebuild 23 Apr 2012 17:28:12 -0000 1.5
23 +++ uhinv-0.4.ebuild 30 Aug 2014 11:59:45 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v 1.5 2012/04/23 17:28:12 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/uhinv-0.4.ebuild,v 1.6 2014/08/30 11:59:45 mgorny Exp $
30
31 DESCRIPTION="Universal Hardware Inventory Tool, uhinv displays operating system and hardware info"
32 HOMEPAGE="http://developer.berlios.de/projects/uhinv/"
33 @@ -13,5 +13,5 @@
34 IUSE=""
35
36 src_install() {
37 - einstall || die
38 + emake DESTDIR="${D}" install || die
39 }
40
41
42
43 1.8 sys-apps/uhinv/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/uhinv/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/uhinv/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 7 Oct 2012 10:17:03 -0000 1.7
56 +++ ChangeLog 30 Aug 2014 11:59:45 -0000 1.8
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/uhinv
59 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/ChangeLog,v 1.7 2012/10/07 10:17:03 pacho Exp $
61 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/uhinv/ChangeLog,v 1.8 2014/08/30 11:59:45 mgorny Exp $
63 +
64 + 30 Aug 2014; Michał Górny <mgorny@g.o> uhinv-0.4.ebuild:
65 + Replace einstall with emake install, bug #521658.
66
67 07 Oct 2012; Pacho Ramos <pacho@g.o> metadata.xml:
68 Drop maintainer due retirement, #200342