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 8B7691395E8 for ; Sun, 5 Feb 2017 19:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5D6D21C04E; Sun, 5 Feb 2017 19:08:09 +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 91FCC21C04E for ; Sun, 5 Feb 2017 19:08:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8D6B341670 for ; Sun, 5 Feb 2017 19:08:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDA063DC6 for ; Sun, 5 Feb 2017 19:08:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1486321622.dc3b8541da8c6ae4998f959869beaaafc8f7e550.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbitmaps/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild X-VCS-Directories: x11-misc/xbitmaps/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: dc3b8541da8c6ae4998f959869beaaafc8f7e550 X-VCS-Branch: master Date: Sun, 5 Feb 2017 19:08:06 +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: dd05bffb-f583-485a-88ca-4b15da1814dd X-Archives-Hash: 112e4f94bce6f366255b1441ab96f482 commit: dc3b8541da8c6ae4998f959869beaaafc8f7e550 Author: Harri Nieminen gmail com> AuthorDate: Sun Feb 5 14:14:37 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 5 19:07:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc3b8541 x11-misc/xbitmaps: EAPI bump 3 -> 5 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3828 x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild new file mode 100644 index 00000000..0eb86c6 --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}"