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 70D941382C5 for ; Mon, 5 Mar 2018 04:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E7ACE0893; Mon, 5 Mar 2018 04:42:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 488F8E0893 for ; Mon, 5 Mar 2018 04:42:48 +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 4904E335C2E for ; Mon, 5 Mar 2018 04:42:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5FD1242 for ; Mon, 5 Mar 2018 04:42:45 +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: <1520224751.58b6e5b1b72f4521589983fb174b958d56955e9c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/util-macros/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/util-macros/Manifest x11-misc/util-macros/util-macros-1.19.2.ebuild X-VCS-Directories: x11-misc/util-macros/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 58b6e5b1b72f4521589983fb174b958d56955e9c X-VCS-Branch: master Date: Mon, 5 Mar 2018 04:42:45 +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: 01227587-5d60-4a41-875d-ba3ecb97260b X-Archives-Hash: b764f43495854cb1151eb2b26e2734a3 commit: 58b6e5b1b72f4521589983fb174b958d56955e9c Author: Matt Turner gentoo org> AuthorDate: Mon Mar 5 04:38:47 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 5 04:39:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b6e5b1 x11-misc/util-macros: Version bump to 1.19.2 x11-misc/util-macros/Manifest | 1 + x11-misc/util-macros/util-macros-1.19.2.ebuild | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/x11-misc/util-macros/Manifest b/x11-misc/util-macros/Manifest index 5fee4613e77..2723b0cab4b 100644 --- a/x11-misc/util-macros/Manifest +++ b/x11-misc/util-macros/Manifest @@ -1 +1,2 @@ DIST util-macros-1.19.1.tar.bz2 83274 BLAKE2B 014cf10cb1389809c4de793d28aa7941403734bc0abb28d920b22be3f05b7597a7106d716b0f3b5de5dc945fa23095dfd032e103711dbcd0711b8634a5153b7e SHA512 d69a415d5922f072bab1ddf8984c98bc349a24ffc7a60184320a12992a76b04d7cb773b426b1a7000e6dc7983d59df51bbc8f2ff25273d63e4e238b4cd91eb38 +DIST util-macros-1.19.2.tar.bz2 84139 BLAKE2B 94eeeca771042671c6915c562e055c8b965f874c3a5aa1c8107abe38ca984ee32293f68a51ca73d65ac82d245dec6e02ddd62939ab14aee12b4b6fbf350b8c39 SHA512 3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619 diff --git a/x11-misc/util-macros/util-macros-1.19.2.ebuild b/x11-misc/util-macros/util-macros-1.19.2.ebuild new file mode 100644 index 00000000000..65cada7e381 --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.19.2.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/macros.git" +DESCRIPTION="X.Org autotools utility macros" + +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE=""