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 DBF8D138334 for ; Sat, 28 Jul 2018 00:38:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D339FE0843; Sat, 28 Jul 2018 00:38:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 F0F60E0843 for ; Sat, 28 Jul 2018 00:38:42 +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 DF474335CDA for ; Sat, 28 Jul 2018 00:38:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7909396 for ; Sat, 28 Jul 2018 00:38:37 +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: <1532738307.7da264060568991487d443422a58f1066228676c.mattst88@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-r2.ebuild x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild X-VCS-Directories: x11-misc/xbitmaps/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7da264060568991487d443422a58f1066228676c X-VCS-Branch: master Date: Sat, 28 Jul 2018 00:38:37 +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: 0782f388-7387-4122-9b85-86b047e4450b X-Archives-Hash: 88768b25c114e2693b935f25d2d6ce20 commit: 7da264060568991487d443422a58f1066228676c Author: Marty E. Plummer startmail com> AuthorDate: Fri Jul 27 23:43:21 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jul 28 00:38:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da26406 x11-misc/xbitmaps: port to EAPI 7 Package-Manager: Portage-2.3.41, Repoman-2.3.9 x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild | 19 +++++++++++++++++++ x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild new file mode 100644 index 00000000000..a6d6551cdbe --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.1-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="X.Org bitmaps data" +HOMEPAGE="https://www.x.org/wiki/" +SRC_URI="mirror://xorg/data/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +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}" +# there is nothing to compile for this package, all its contents are produced by +# configure. the only make job that matters is make install +src_compile() { true; } diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild new file mode 100644 index 00000000000..a6d6551cdbe --- /dev/null +++ b/x11-misc/xbitmaps/xbitmaps-1.1.2-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="X.Org bitmaps data" +HOMEPAGE="https://www.x.org/wiki/" +SRC_URI="mirror://xorg/data/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +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}" +# there is nothing to compile for this package, all its contents are produced by +# configure. the only make job that matters is make install +src_compile() { true; }