From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BF53D59CA3 for ; Sat, 12 Mar 2016 21:30:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D98B21C001; Sat, 12 Mar 2016 21:30:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9A0921C001 for ; Sat, 12 Mar 2016 21:30:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 80171340A15 for ; Sat, 12 Mar 2016 21:30:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 570AB2320 for ; Sat, 12 Mar 2016 21:30:48 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457818236.f10318dbb5f5d31b4dc858695b82f67e75a6dbbe.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/videoproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-proto/videoproto/Manifest x11-proto/videoproto/videoproto-2.3.3.ebuild X-VCS-Directories: x11-proto/videoproto/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f10318dbb5f5d31b4dc858695b82f67e75a6dbbe X-VCS-Branch: master Date: Sat, 12 Mar 2016 21:30:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 997e148f-25ac-4c5f-a78d-b445b968fce2 X-Archives-Hash: 80ec69ef3a9bf6d61aa50e43bf20a4da commit: f10318dbb5f5d31b4dc858695b82f67e75a6dbbe Author: Manuel Rüger gentoo org> AuthorDate: Sat Mar 12 21:30:36 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sat Mar 12 21:30:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10318db x11-proto/videoproto: Version bump Package-Manager: portage-2.2.28 x11-proto/videoproto/Manifest | 1 + x11-proto/videoproto/videoproto-2.3.3.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-proto/videoproto/Manifest b/x11-proto/videoproto/Manifest index 58370df..2ef54af 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 0000000..9b70bff --- /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}"