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-proto/presentproto/
Date: Thu, 26 Jan 2017 16:17:34
Message-Id: 1485447442.ab38c26cf4b434055de6ff23964d1da36ab0c393.mattst88@gentoo
1 commit: ab38c26cf4b434055de6ff23964d1da36ab0c393
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 16:17:06 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 16:17:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab38c26c
7
8 x11-proto/presentproto: Version bump to 1.1.
9
10 x11-proto/presentproto/Manifest | 1 +
11 x11-proto/presentproto/presentproto-1.1.ebuild | 15 +++++++++++++++
12 2 files changed, 16 insertions(+)
13
14 diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest
15 index 8d00085..96f430b 100644
16 --- a/x11-proto/presentproto/Manifest
17 +++ b/x11-proto/presentproto/Manifest
18 @@ -1 +1,2 @@
19 DIST presentproto-1.0.tar.bz2 107998 SHA256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce SHA512 6d6b3cb78ff7c6ad8103d0003479f94702aea412640feec5d82cb630c9560fd0e1f7b6124e9eaba138adc9bf61ee08ef193537c2754c9b79737ef871c5114c59 WHIRLPOOL 57476a23543587949d2b2cf7505eaba9769fa3d4bca0005461957f03a7700f0c21a742a66d71bb3ad91b2a14debbabade0277143749b46acc09e6b9755db6592
20 +DIST presentproto-1.1.tar.bz2 116156 SHA256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 SHA512 2c712136c8b4e99190932928d98e1a628197d0bf25180cac196ab8768720d61f7907006315bc3610e23666a8fbe39cfa9115c5fd72914aee2498776c8b46f7b2 WHIRLPOOL c5551ee1a3309b304b13e770bfc0e4d22f1487eacb56ea49edeb1699a081094c7e4172edaa39e36fd1a3657417dc94e52c5e4cfd67486f8a638b1df133e5c9ef
21
22 diff --git a/x11-proto/presentproto/presentproto-1.1.ebuild b/x11-proto/presentproto/presentproto-1.1.ebuild
23 new file mode 100644
24 index 00000000..c8394d7
25 --- /dev/null
26 +++ b/x11-proto/presentproto/presentproto-1.1.ebuild
27 @@ -0,0 +1,15 @@
28 +# Copyright 1999-2017 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +XORG_MULTILIB=yes
34 +inherit xorg-2
35 +
36 +DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers"
37 +
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
39 +IUSE=""
40 +
41 +RDEPEND=""
42 +DEPEND="${RDEPEND}"