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 8475B139084 for ; Sat, 25 Nov 2017 20:19:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B42AE0DC4; Sat, 25 Nov 2017 20:19:03 +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 65F12E0DD1 for ; Sat, 25 Nov 2017 20:19:03 +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 8ABE633FE7D for ; Sat, 25 Nov 2017 20:19:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3666A77A for ; Sat, 25 Nov 2017 20:18:59 +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: <1511641118.ffc6afccc12168ecebd4369c371a8e0e2aa2e23f.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-cursor-misc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-cursor-misc/Manifest media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild X-VCS-Directories: media-fonts/font-cursor-misc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ffc6afccc12168ecebd4369c371a8e0e2aa2e23f X-VCS-Branch: master Date: Sat, 25 Nov 2017 20:18:59 +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: 9df9ad2a-013f-4830-aee1-bd256c8de8e2 X-Archives-Hash: d016301f14d47b9af7624bc14bc342cc commit: ffc6afccc12168ecebd4369c371a8e0e2aa2e23f Author: Harri Nieminen gmail com> AuthorDate: Sat Nov 25 14:03:12 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 25 20:18:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc6afcc media-fonts/font-cursor-misc: EAPI 3 -> 5 Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6296 media-fonts/font-cursor-misc/Manifest | 2 +- .../font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/media-fonts/font-cursor-misc/Manifest b/media-fonts/font-cursor-misc/Manifest index 15bbe0c7fc1..cdd18da67bf 100644 --- a/media-fonts/font-cursor-misc/Manifest +++ b/media-fonts/font-cursor-misc/Manifest @@ -1 +1 @@ -DIST font-cursor-misc-1.0.3.tar.bz2 102041 SHA256 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83 WHIRLPOOL 9d030ccc25f322db3ca70ff5b0b55514a0184b0f2704bdc2b9859f78c6239c4a86ef891338a11e076219ed08367b5b66b6774a9b94ea2610f075f674d2266598 +DIST font-cursor-misc-1.0.3.tar.bz2 102041 BLAKE2B 13ed204f19b64c0e392664665bf670a497b9ad9efaa748ff521787d8f3f0e170c9361dccf97c4e106be557743b57ebe61fbe346f7e0f71fe733df9c6aa378f14 SHA512 7ecb7f1c3c11da8b81fc0ff121fa6c1026b11f6c7878ffd0e4959df036511bc579d6b0552422ce13e26a8d188e3406631d2de55cab6b29bc7fce0416a8cffc83 diff --git a/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild new file mode 100644 index 00000000000..0e2835d2b6f --- /dev/null +++ b/media-fonts/font-cursor-misc/font-cursor-misc-1.0.3-r1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org cursor font" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="" + +DEPEND="x11-apps/bdftopcf"