diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-12 22:30:36 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-12 22:30:36 +0100 |
commit | f10318dbb5f5d31b4dc858695b82f67e75a6dbbe (patch) | |
tree | f5b5be578cb9fb9d6aa41cbb66bf7dbb71aeea1f /x11-proto | |
parent | x11-base/xorg-server: Version bump (diff) | |
download | gentoo-f10318dbb5f5d31b4dc858695b82f67e75a6dbbe.tar.gz gentoo-f10318dbb5f5d31b4dc858695b82f67e75a6dbbe.tar.bz2 gentoo-f10318dbb5f5d31b4dc858695b82f67e75a6dbbe.zip |
x11-proto/videoproto: Version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/videoproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/videoproto/videoproto-2.3.3.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-proto/videoproto/Manifest b/x11-proto/videoproto/Manifest index 58370dfd3a10..2ef54af22f09 100644 --- a/x11-proto/videoproto/Manifest +++ b/x11-proto/videoproto/Manifest @@ -1 +1,2 @@ DIST videoproto-2.3.2.tar.bz2 118862 SHA256 8dae168cb820fcd32f564879afb3f24d27c176300d9af66819a18265539bd4b6 SHA512 57ca8981b217724e4e0599624e6d8077aca0f2568855c54b74dbf5e03d25864eb114540b02a49c11487beb03d55d52efc09d8a7fb86a3078a4d52f4a3042ef36 WHIRLPOOL dca8458262eb87518cdfa08cfd07894b8ea079d89d15e823654c81636803c594ea5caf04cc80d14ca8382bd7bc6a541a64f5b82c2c45197752dab4fe33f36f28 +DIST videoproto-2.3.3.tar.bz2 121016 SHA256 c7803889fd08e6fcaf7b68cc394fb038b2325d1f315e571a6954577e07cca702 SHA512 84136f7ba15e86ef7e178af4ca70c4c0f0a83fb37e9e39c2564c31762439453c5e7b85934366b711261d454615a57314cf75ac35a17544cb186bad301e920cf5 WHIRLPOOL b7786bbc6436fa927974508b5aba527d60dc54dc0d6dc7e420579db49d79704f39cd5a65633a702256578fd93b61a538118c9e659514b42c5bc2b865b73cbb9a diff --git a/x11-proto/videoproto/videoproto-2.3.3.ebuild b/x11-proto/videoproto/videoproto-2.3.3.ebuild new file mode 100644 index 000000000000..9b70bff1f679 --- /dev/null +++ b/x11-proto/videoproto/videoproto-2.3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2016 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 Video protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |