diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-01-26 08:17:06 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-01-26 08:17:22 -0800 |
commit | ab38c26cf4b434055de6ff23964d1da36ab0c393 (patch) | |
tree | 5c8aa6a4251409db0ae987c09a0d31dc784a9662 /x11-proto | |
parent | x11-drivers/xf86-input-vmmouse: Drop maintainer. (diff) | |
download | gentoo-ab38c26cf4b434055de6ff23964d1da36ab0c393.tar.gz gentoo-ab38c26cf4b434055de6ff23964d1da36ab0c393.tar.bz2 gentoo-ab38c26cf4b434055de6ff23964d1da36ab0c393.zip |
x11-proto/presentproto: Version bump to 1.1.
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/presentproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/presentproto/presentproto-1.1.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest index 8d0008542235..96f430bc133e 100644 --- a/x11-proto/presentproto/Manifest +++ b/x11-proto/presentproto/Manifest @@ -1 +1,2 @@ DIST presentproto-1.0.tar.bz2 107998 SHA256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce SHA512 6d6b3cb78ff7c6ad8103d0003479f94702aea412640feec5d82cb630c9560fd0e1f7b6124e9eaba138adc9bf61ee08ef193537c2754c9b79737ef871c5114c59 WHIRLPOOL 57476a23543587949d2b2cf7505eaba9769fa3d4bca0005461957f03a7700f0c21a742a66d71bb3ad91b2a14debbabade0277143749b46acc09e6b9755db6592 +DIST presentproto-1.1.tar.bz2 116156 SHA256 f69b23a8869f78a5898aaf53938b829c8165e597cda34f06024d43ee1e6d26b9 SHA512 2c712136c8b4e99190932928d98e1a628197d0bf25180cac196ab8768720d61f7907006315bc3610e23666a8fbe39cfa9115c5fd72914aee2498776c8b46f7b2 WHIRLPOOL c5551ee1a3309b304b13e770bfc0e4d22f1487eacb56ea49edeb1699a081094c7e4172edaa39e36fd1a3657417dc94e52c5e4cfd67486f8a638b1df133e5c9ef diff --git a/x11-proto/presentproto/presentproto-1.1.ebuild b/x11-proto/presentproto/presentproto-1.1.ebuild new file mode 100644 index 000000000000..c8394d71bf5a --- /dev/null +++ b/x11-proto/presentproto/presentproto-1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers" + +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" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |