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 ACC791382C5 for ; Sat, 10 Mar 2018 07:12:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95EEAE087A; Sat, 10 Mar 2018 07:12:49 +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 744F1E087A for ; Sat, 10 Mar 2018 07:12:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 46205335C34 for ; Sat, 10 Mar 2018 07:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F34A245 for ; Sat, 10 Mar 2018 07:12: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: <1520665944.7f0acdc222cd5f853e216a20721b4b9f7c07ff01.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbitmaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbitmaps/Manifest x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild X-VCS-Directories: x11-misc/xbitmaps/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7f0acdc222cd5f853e216a20721b4b9f7c07ff01 X-VCS-Branch: master Date: Sat, 10 Mar 2018 07:12: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: e76652a8-751e-4972-a263-2d197031c5cd X-Archives-Hash: 767239d77400a1874437f2a44564ddc8 commit: 7f0acdc222cd5f853e216a20721b4b9f7c07ff01 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 10 07:11:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 10 07:12:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0acdc2 x11-misc/xbitmaps: Version bump to 1.1.2 x11-misc/xbitmaps/Manifest | 1 + x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-misc/xbitmaps/Manifest b/x11-misc/xbitmaps/Manifest index 16d9f284651..9203ccf5a7a 100644 --- a/x11-misc/xbitmaps/Manifest +++ b/x11-misc/xbitmaps/Manifest @@ -1 +1,2 @@ DIST xbitmaps-1.1.1.tar.bz2 113346 BLAKE2B 2ecedf3208ca8d5e4802bccae0316e0dcb5ad9b1efede1ace2348779797f29adf6aa6b173fae4874cf7ab73341f87af0bdac645a9e378c8946fbd941739fefd3 SHA512 172a74014e699e5f295ae726a77f1669baf4ac00d64a138b77e5502102b2a02c10127f35ccea5b6af5479d17f60a6bb63ac0f943fd071ab8b396d43ef314ae61 +DIST xbitmaps-1.1.2.tar.bz2 129435 BLAKE2B eff2f1e2efbabf447cbe98db09f81db96dc1442d4cce01b570774fb4e3e7323a40385d7821685724a9d9c69219528da980b2ecf01b0d3b822be8879e4d7f3e9c SHA512 eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild new file mode 100644 index 00000000000..a40eee74215 --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +XORG_MODULE=data/ +XORG_STATIC=no +inherit xorg-2 + +DESCRIPTION="X.Org bitmaps data" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"