From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62FAD1381F1 for ; Mon, 14 May 2018 05:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ED3EE0875; Mon, 14 May 2018 05:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B624E0875 for ; Mon, 14 May 2018 05:59:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30EC3335C92 for ; Mon, 14 May 2018 05:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9761627 for ; Mon, 14 May 2018 05:59:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1526277527.b9f01ab4df7a1ea28c3b28000b24044fc73418c1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libdmx/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libdmx/Manifest x11-libs/libdmx/libdmx-1.1.4.ebuild X-VCS-Directories: x11-libs/libdmx/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b9f01ab4df7a1ea28c3b28000b24044fc73418c1 X-VCS-Branch: master Date: Mon, 14 May 2018 05:59:17 +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: 30183a13-0200-4166-9c2c-edbc900f4882 X-Archives-Hash: 338289d016133be3617e1690e16de687 commit: b9f01ab4df7a1ea28c3b28000b24044fc73418c1 Author: Matt Turner gentoo org> AuthorDate: Mon May 14 05:58:38 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon May 14 05:58:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9f01ab4 x11-libs/libdmx: Version bump to 1.1.4 x11-libs/libdmx/Manifest | 1 + x11-libs/libdmx/libdmx-1.1.4.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-libs/libdmx/Manifest b/x11-libs/libdmx/Manifest index c96488ccd49..fa83c7898bf 100644 --- a/x11-libs/libdmx/Manifest +++ b/x11-libs/libdmx/Manifest @@ -1 +1,2 @@ DIST libdmx-1.1.3.tar.bz2 290859 BLAKE2B 3cf8094d7b1a3d82657ae5b4c41735738beed4ed5264f0d7dcdcf25c0741f9dc567d330f1a8b8bd1dbddfd87b7317a16692053379a0aebe62637614be96c3610 SHA512 551cbba06e87ddc6f9a1f4567de4b8c592a4b6f6b6c27970c67c644ffe5c7f396e3c64c6df564d83a73f1b3842ba0a29a2463580fc0a264c552d76fbcba5a021 +DIST libdmx-1.1.4.tar.bz2 316517 BLAKE2B bede1dcf554fba15257277419c1a458125ab962365a4ae679b22a98d6a1e31584087fe09fc1a2e5a7e9b212c0fd332438cdf5c56c8a9d32b6ea755091026b6b0 SHA512 77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9 diff --git a/x11-libs/libdmx/libdmx-1.1.4.ebuild b/x11-libs/libdmx/libdmx-1.1.4.ebuild new file mode 100644 index 00000000000..68d16096b58 --- /dev/null +++ b/x11-libs/libdmx/libdmx-1.1.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org dmx library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-base/xorg-proto" +DEPEND="${RDEPEND}"