summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 13:34:14 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2017-02-04 22:06:37 +0200
commitba974526a8a5dfb0864d4ecad906c6a0b7032026 (patch)
tree0cbd689cfefe444809e71a57598488085d53fb0f /app-crypt/md6sum/md6sum-1.0-r2.ebuild
parentapp-crypt/acr38u: eapi bump (diff)
downloadgentoo-ba974526a8a5dfb0864d4ecad906c6a0b7032026.tar.gz
gentoo-ba974526a8a5dfb0864d4ecad906c6a0b7032026.tar.bz2
gentoo-ba974526a8a5dfb0864d4ecad906c6a0b7032026.zip
app-crypt/md6sum: eapi bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-crypt/md6sum/md6sum-1.0-r2.ebuild')
-rw-r--r--app-crypt/md6sum/md6sum-1.0-r2.ebuild19
1 files changed, 7 insertions, 12 deletions
diff --git a/app-crypt/md6sum/md6sum-1.0-r2.ebuild b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
index 446e21a7c2ab..9a8c03587612 100644
--- a/app-crypt/md6sum/md6sum-1.0-r2.ebuild
+++ b/app-crypt/md6sum/md6sum-1.0-r2.ebuild
@@ -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
@@ -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"
+)