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/xbitmaps/
Date: Sun, 05 Feb 2017 19:08:10
Message-Id: 1486321622.dc3b8541da8c6ae4998f959869beaaafc8f7e550.soap@gentoo
1 commit: dc3b8541da8c6ae4998f959869beaaafc8f7e550
2 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 5 14:14:37 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 19:07:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b8541
7
8 x11-misc/xbitmaps: EAPI bump 3 -> 5
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3828
12
13 x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 16 ++++++++++++++++
14 1 file changed, 16 insertions(+)
15
16 diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
17 new file mode 100644
18 index 00000000..0eb86c6
19 --- /dev/null
20 +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild
21 @@ -0,0 +1,16 @@
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 +
28 +XORG_MODULE=data/
29 +XORG_STATIC=no
30 +inherit xorg-2
31 +
32 +DESCRIPTION="X.Org bitmaps data"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
34 +IUSE=""
35 +
36 +RDEPEND=""
37 +DEPEND="${RDEPEND}"