Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/dfxml/
Date: Sun, 24 Sep 2017 19:20:59
Message-Id: 1506280850.8523ba111ef0b942f241ccc0b95958632c5341e9.jer@gentoo
1 commit: 8523ba111ef0b942f241ccc0b95958632c5341e9
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 24 10:33:54 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 24 19:20:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8523ba11
7
8 app-forensics/dfxml: Do not install autotools helper.
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11
12 .../dfxml/{dfxml-20170921.ebuild => dfxml-20170921-r1.ebuild} | 7 -------
13 app-forensics/dfxml/dfxml-99999999.ebuild | 7 -------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/app-forensics/dfxml/dfxml-20170921.ebuild b/app-forensics/dfxml/dfxml-20170921-r1.ebuild
17 similarity index 86%
18 rename from app-forensics/dfxml/dfxml-20170921.ebuild
19 rename to app-forensics/dfxml/dfxml-20170921-r1.ebuild
20 index fa4fcd22ca6..d291bbf43c4 100644
21 --- a/app-forensics/dfxml/dfxml-20170921.ebuild
22 +++ b/app-forensics/dfxml/dfxml-20170921-r1.ebuild
23 @@ -31,10 +31,3 @@ src_prepare() {
24
25 eautoreconf
26 }
27 -
28 -src_install() {
29 - default
30 -
31 - insinto /usr/share/aclocal
32 - doins dfxml_configure.m4
33 -}
34
35 diff --git a/app-forensics/dfxml/dfxml-99999999.ebuild b/app-forensics/dfxml/dfxml-99999999.ebuild
36 index 1ec11d75492..2acea0ac8a0 100644
37 --- a/app-forensics/dfxml/dfxml-99999999.ebuild
38 +++ b/app-forensics/dfxml/dfxml-99999999.ebuild
39 @@ -26,10 +26,3 @@ src_prepare() {
40
41 eautoreconf
42 }
43 -
44 -src_install() {
45 - default
46 -
47 - insinto /usr/share/aclocal
48 - doins dfxml_configure.m4
49 -}