Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/autocutsel/
Date: Sat, 25 Feb 2017 14:15:37
Message-Id: 1488032050.6be22fcb09543dbb5a9143a2a18dbcdcc269e529.soap@gentoo
1 commit: 6be22fcb09543dbb5a9143a2a18dbcdcc269e529
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 22 13:59:38 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 14:14:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be22fcb
7
8 x11-misc/autocutsel: EAPI bump 5 -> 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/4057
12
13 x11-misc/autocutsel/autocutsel-0.10.0.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
17 index fd2f880661..02109250e2 100644
18 --- a/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
19 +++ b/x11-misc/autocutsel/autocutsel-0.10.0.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI="5"
27 +EAPI=6
28
29 DESCRIPTION="Synchronise the two copy/paste buffers mainly used by X applications"
30 HOMEPAGE="http://www.nongnu.org/autocutsel/ https://github.com/sigmike/autocutsel"
31 @@ -23,5 +23,3 @@ DEPEND="
32 ${RDEPEND}
33 x11-proto/xproto
34 "
35 -
36 -DOCS=( AUTHORS ChangeLog NEWS README TODO )