summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-20 18:34:10 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-21 09:13:44 +0100
commitff97a5a4b78b7e4b28f0c34a832a9ff4b2f31e77 (patch)
treef4f60bbe2751f9de197a7468e5abcbf98062d109 /x11-misc
parentx11-misc/xsel: EAPI bump 4 -> 6 (diff)
downloadgentoo-ff97a5a4b78b7e4b28f0c34a832a9ff4b2f31e77.tar.gz
gentoo-ff97a5a4b78b7e4b28f0c34a832a9ff4b2f31e77.tar.bz2
gentoo-ff97a5a4b78b7e4b28f0c34a832a9ff4b2f31e77.zip
x11-misc/xsnap: EAPI bump 5 -> 6
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4046
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xsnap/xsnap-1.5.15-r1.ebuild (renamed from x11-misc/xsnap/xsnap-1.5.15.ebuild)9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/xsnap/xsnap-1.5.15.ebuild b/x11-misc/xsnap/xsnap-1.5.15-r1.ebuild
index 3d0c69a1c69f..6747829d9692 100644
--- a/x11-misc/xsnap/xsnap-1.5.15.ebuild
+++ b/x11-misc/xsnap/xsnap-1.5.15-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=6
+inherit toolchain-funcs
DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen"
HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/"
@@ -34,9 +34,10 @@ DEPEND="
"
DOCS=( AUTHORS Changelog README )
+PATCHES=( "${FILESDIR}"/${P}-root_name.patch )
src_prepare() {
- epatch "${FILESDIR}"/${P}-root_name.patch
+ default
sed -i \
-e 's|/usr/share/locale|$(LOCALEDIR)|g' \