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 A00101382C5 for ; Wed, 17 Mar 2021 10:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2035E0837; Wed, 17 Mar 2021 10:49:09 +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 DA919E0837 for ; Wed, 17 Mar 2021 10:49: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F11B1340F0A for ; Wed, 17 Mar 2021 10:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B3D4F1 for ; Wed, 17 Mar 2021 10:49:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1615978116.0d0d36b8ac18309e1e68b1fc68e358223c901d90.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/powerline-symbols/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/powerline-symbols/Manifest media-fonts/powerline-symbols/powerline-symbols-20150224.ebuild X-VCS-Directories: media-fonts/powerline-symbols/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d0d36b8ac18309e1e68b1fc68e358223c901d90 X-VCS-Branch: master Date: Wed, 17 Mar 2021 10:49:07 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01fe164a-4846-4198-87e8-04b4f7e60f19 X-Archives-Hash: aec2e525ad1511ef1347a6e264f3bce0 commit: 0d0d36b8ac18309e1e68b1fc68e358223c901d90 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 17 10:43:34 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Mar 17 10:48:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0d36b8 media-fonts/powerline-symbols: Drop 20150224, EAPI5-- Closes: https://bugs.gentoo.org/776709 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-fonts/powerline-symbols/Manifest | 1 - .../powerline-symbols-20150224.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/media-fonts/powerline-symbols/Manifest b/media-fonts/powerline-symbols/Manifest index fdb2f131666..18f01fd4238 100644 --- a/media-fonts/powerline-symbols/Manifest +++ b/media-fonts/powerline-symbols/Manifest @@ -1,2 +1 @@ -DIST powerline-symbols-20150224.tar.xz 3972 BLAKE2B 94ce0e0f8ccd8e8be451c1e85f7b0ecc06a1b9d4513e40e7b80e0ef584109de96922d9211f2adf04fcc3c87ca9e450d5d2764787c762c19bd78c67fdded11f3e SHA512 85a4edefa692a7e28fd91c8d34c33b70424bee105f807aa1dcc182f64df3a66a29dd400892313b0d8ead59f9883e14f47c1a1afbf18af317b93f6aefb977c031 DIST powerline-symbols-20170508.tar.xz 4028 BLAKE2B f0ad0360fb1bfe2c160c531a8ce473bdc746800c4540e56c8a1c27500883922c67354d9d7d8478a9111d56bace51a730ac9683e6e21be112df7d0df288f7cf0b SHA512 6908cb029b28002021530ea330c9ce5626f6bc5ed2336750cd2678f4b314d043289e29ebea61003836bb0cbca9bbb91a1b748f1cf24e4f07932eaf18bf28eac5 diff --git a/media-fonts/powerline-symbols/powerline-symbols-20150224.ebuild b/media-fonts/powerline-symbols/powerline-symbols-20150224.ebuild deleted file mode 100644 index f03cb115598..00000000000 --- a/media-fonts/powerline-symbols/powerline-symbols-20150224.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit font - -DESCRIPTION="OpenType Unicode font with symbols for Powerline/Airline" -HOMEPAGE="https://github.com/powerline/powerline" -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz" -# We're redistributing just the (unversioned) font from the upstream repo here - -LICENSE="MIT-with-advertising" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -FONT_S="${S}" -FONT_SUFFIX="otf" -FONT_CONF=( 10-powerline-symbols.conf ) -DOCS="README.rst"