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 3C6611382C5 for ; Fri, 26 Jan 2018 19:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F634E0AA1; Fri, 26 Jan 2018 19:18:21 +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 4C560E0AA1 for ; Fri, 26 Jan 2018 19:18:21 +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 1204B335C0B for ; Fri, 26 Jan 2018 19:18:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9410A1BB for ; Fri, 26 Jan 2018 19:18:17 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1516994286.fc6e8209c3c180b4fc43ce4cb91b8c1dcaed3de4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/fontawesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/fontawesome/Manifest media-fonts/fontawesome/fontawesome-4.6.3.ebuild X-VCS-Directories: media-fonts/fontawesome/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fc6e8209c3c180b4fc43ce4cb91b8c1dcaed3de4 X-VCS-Branch: master Date: Fri, 26 Jan 2018 19:18:17 +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: 38f1e599-bd9b-4232-b81a-584ede3fd6a1 X-Archives-Hash: 7c57763faf7ee4216ccd494f102bc92d commit: fc6e8209c3c180b4fc43ce4cb91b8c1dcaed3de4 Author: Mykyta Holubakha gmail com> AuthorDate: Thu Jan 25 22:27:34 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Jan 26 19:18:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc6e8209 media-fonts/fontawesome: drop old 4.6.3. Closes: https://github.com/gentoo/gentoo/pull/6962 media-fonts/fontawesome/Manifest | 1 - media-fonts/fontawesome/fontawesome-4.6.3.ebuild | 32 ------------------------ 2 files changed, 33 deletions(-) diff --git a/media-fonts/fontawesome/Manifest b/media-fonts/fontawesome/Manifest index 65422bdd861..20ea853d9ff 100644 --- a/media-fonts/fontawesome/Manifest +++ b/media-fonts/fontawesome/Manifest @@ -1,2 +1 @@ -DIST fontawesome-4.6.3.tar.gz 2526615 BLAKE2B 5ecc9cff9ba09bf72427a4170f450aeadda8f2b6a8925b1ce76409debe2b5fd0e1d13a995df13459a7a0b57e8ef1e03c63af054ef990ffeec80caad4094abce6 SHA512 ecf78028e7948e89d352c7f0de413198d95c235e36f49c24146d246012145ac62e0f4d1148655ef88be15710340688b2f3cc55247cfb6742a41400422f88d69f DIST fontawesome-4.7.0.tar.gz 2672776 BLAKE2B c20474c0167665d82fcbe74984ad9c44fa1155a2a5363222981d6c32f40a3bf13bfc2c582d78e8d36e57939f8af3810fa823f2241d1924a83a05c79ed08cface SHA512 913e5eec2211111e9601c92059745344766f4c3a6f3563cbc6f8a5f3850a0101bab8f3f992a97c6f1c264a2bbb5163f3feecc6b3f64fcb22c9592d2d38cc777d diff --git a/media-fonts/fontawesome/fontawesome-4.6.3.ebuild b/media-fonts/fontawesome/fontawesome-4.6.3.ebuild deleted file mode 100644 index d43429db8ad..00000000000 --- a/media-fonts/fontawesome/fontawesome-4.6.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit font - -REPO_PN="Font-Awesome" - -DESCRIPTION="The iconic font" -HOMEPAGE="http://fontawesome.io" -SRC_URI="https://github.com/FortAwesome/${REPO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-3.0 OFL-1.1" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86" -IUSE="+otf +ttf" - -REQUIRED_USE="|| ( otf ttf )" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${REPO_PN}-${PV}" - -FONT_S="${S}/fonts" -FONT_SUFFIX="" - -src_configure() { - use otf && FONT_SUFFIX+="otf " - use ttf && FONT_SUFFIX+="ttf " -}