Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbitmaps/
Date: Sat, 28 Jul 2018 00:38:52
Message-Id: 1532738307.7da264060568991487d443422a58f1066228676c.mattst88@gentoo
1 commit: 7da264060568991487d443422a58f1066228676c
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Fri Jul 27 23:43:21 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 28 00:38:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da26406
7
8 x11-misc/xbitmaps: port to EAPI 7
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild | 19 +++++++++++++++++++
13 x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 19 +++++++++++++++++++
14 2 files changed, 38 insertions(+)
15
16 diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild
17 new file mode 100644
18 index 00000000000..a6d6551cdbe
19 --- /dev/null
20 +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2018 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="X.Org bitmaps data"
28 +HOMEPAGE="https://www.x.org/wiki/"
29 +SRC_URI="mirror://xorg/data/${P}.tar.bz2"
30 +
31 +LICENSE="MIT"
32 +SLOT="0"
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}"
38 +# there is nothing to compile for this package, all its contents are produced by
39 +# configure. the only make job that matters is make install
40 +src_compile() { true; }
41
42 diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
43 new file mode 100644
44 index 00000000000..a6d6551cdbe
45 --- /dev/null
46 +++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild
47 @@ -0,0 +1,19 @@
48 +# Copyright 1999-2018 Gentoo Foundation
49 +# Distributed under the terms of the GNU General Public License v2
50 +
51 +EAPI=7
52 +
53 +DESCRIPTION="X.Org bitmaps data"
54 +HOMEPAGE="https://www.x.org/wiki/"
55 +SRC_URI="mirror://xorg/data/${P}.tar.bz2"
56 +
57 +LICENSE="MIT"
58 +SLOT="0"
59 +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"
60 +IUSE=""
61 +
62 +RDEPEND=""
63 +DEPEND="${RDEPEND}"
64 +# there is nothing to compile for this package, all its contents are produced by
65 +# configure. the only make job that matters is make install
66 +src_compile() { true; }