Skip to content

Commit

Permalink
app-crypt/md6sum: eapi bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.3
  • Loading branch information
alonbl committed Feb 4, 2017
1 parent f8fa2b0 commit ba97452
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app-crypt/md6sum/files/md6sum-1.0-cflags.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Makefile.in 2012-11-07 22:04:51.207982344 -0500
+++ Makefile.in.new 2012-11-07 22:06:00.905977580 -0500
--- a/Makefile.in 2012-11-07 22:04:51.207982344 -0500
+++ b/Makefile.in 2012-11-07 22:06:00.905977580 -0500
@@ -18,19 +18,19 @@
all: md6sum

Expand Down
19 changes: 7 additions & 12 deletions app-crypt/md6sum/md6sum-1.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
EAPI="6"

inherit eutils

Expand All @@ -15,13 +15,8 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

src_prepare() {
epatch "${FILESDIR}/${P}-ldflags.patch"
epatch "${FILESDIR}/${P}-cflags.patch"
epatch "${FILESDIR}/${P}-format-security.patch"
}

src_install() {
default
newdoc README_Reference.txt README
}
PATCHES=(
"${FILESDIR}/${P}-ldflags.patch"
"${FILESDIR}/${P}-cflags.patch"
"${FILESDIR}/${P}-format-security.patch"
)

0 comments on commit ba97452

Please sign in to comment.