Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/md6sum/, app-crypt/md6sum/files/
Date: Sat, 04 Feb 2017 20:07:26
Message-Id: 1486238797.ba974526a8a5dfb0864d4ecad906c6a0b7032026.alonbl@gentoo
1 commit: ba974526a8a5dfb0864d4ecad906c6a0b7032026
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 4 11:34:14 2017 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 4 20:06:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba974526
7
8 app-crypt/md6sum: eapi bump
9
10 Package-Manager: portage-2.3.3
11
12 app-crypt/md6sum/files/md6sum-1.0-cflags.patch | 4 ++--
13 app-crypt/md6sum/md6sum-1.0-r2.ebuild | 19 +++++++------------
14 2 files changed, 9 insertions(+), 14 deletions(-)
15
16 diff --git a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
17 index 18e1937..b0bf8f0 100644
18 --- a/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
19 +++ b/app-crypt/md6sum/files/md6sum-1.0-cflags.patch
20 @@ -1,5 +1,5 @@
21 ---- Makefile.in 2012-11-07 22:04:51.207982344 -0500
22 -+++ Makefile.in.new 2012-11-07 22:06:00.905977580 -0500
23 +--- a/Makefile.in 2012-11-07 22:04:51.207982344 -0500
24 ++++ b/Makefile.in 2012-11-07 22:06:00.905977580 -0500
25 @@ -18,19 +18,19 @@
26 all: md6sum
27
28
29 diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
30 index 446e21a..9a8c035 100644
31 --- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
32 +++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
33 @@ -1,8 +1,8 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2017 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 -EAPI="5"
40 +EAPI="6"
41
42 inherit eutils
43
44 @@ -15,13 +15,8 @@ SLOT="0"
45 KEYWORDS="amd64 x86"
46 IUSE=""
47
48 -src_prepare() {
49 - epatch "${FILESDIR}/${P}-ldflags.patch"
50 - epatch "${FILESDIR}/${P}-cflags.patch"
51 - epatch "${FILESDIR}/${P}-format-security.patch"
52 -}
53 -
54 -src_install() {
55 - default
56 - newdoc README_Reference.txt README
57 -}
58 +PATCHES=(
59 + "${FILESDIR}/${P}-ldflags.patch"
60 + "${FILESDIR}/${P}-cflags.patch"
61 + "${FILESDIR}/${P}-format-security.patch"
62 +)