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 87F891382C5 for ; Mon, 14 May 2018 16:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C197E0916; Mon, 14 May 2018 16:36:52 +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 58E64E0916 for ; Mon, 14 May 2018 16:36:52 +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 10B94335CA9 for ; Mon, 14 May 2018 16:36:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98F91291 for ; Mon, 14 May 2018 16:36:48 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1526315793.28679a4cd8992264cfc80969f9b71a5531784e66.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/sil-doulos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/sil-doulos/Manifest media-fonts/sil-doulos/sil-doulos-4.110.ebuild X-VCS-Directories: media-fonts/sil-doulos/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 28679a4cd8992264cfc80969f9b71a5531784e66 X-VCS-Branch: master Date: Mon, 14 May 2018 16:36:48 +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: db2956bc-bc5d-43fd-96d4-717fa0e22fee X-Archives-Hash: 65f8b0b8808ad3bafc4e5abe3d1f3b8e commit: 28679a4cd8992264cfc80969f9b71a5531784e66 Author: Johannes Huber gentoo org> AuthorDate: Mon May 14 16:32:32 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon May 14 16:36:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28679a4c media-fonts/sil-doulos: Remove 4.110 Uses deprecated EAPI 4 and overshadowed by 5.000-r1. Package-Manager: Portage-2.3.36, Repoman-2.3.9 media-fonts/sil-doulos/Manifest | 1 - media-fonts/sil-doulos/sil-doulos-4.110.ebuild | 31 -------------------------- 2 files changed, 32 deletions(-) diff --git a/media-fonts/sil-doulos/Manifest b/media-fonts/sil-doulos/Manifest index 6ee1375a0e4..d0211552212 100644 --- a/media-fonts/sil-doulos/Manifest +++ b/media-fonts/sil-doulos/Manifest @@ -1,2 +1 @@ -DIST DoulosSIL-4.110.zip 1498994 BLAKE2B 112a0e26880c00b72c40e2bf26929eda99195a997333d8aba59c15ddad9eb89c3ed99650bbea1792f213f55a3023bda735c71244637fd615781c67f1fd6988ec SHA512 b08b662dfc0647dac6c629e7ceb66676c36ff098a589cf4292cac2d9d965ea46302e797d7de7a178dff8f4c0def44827699c21ab1763db6abaaaf4c6484b13d7 DIST sil-doulos-5.000.zip 1347526 BLAKE2B d6f5ea4ce5e5cf264dcd59a96e7bb328fdb7cce66d07e30743e8381ec5631eab6b32cdd929940d75bf7b9bca3f102fdd8619f56a813c022ea90020d4fa2d7429 SHA512 3698b3f330d34cfa2be93f9dfc87c113a0b3e174a40ce9c2277bb452161cda61aab4688338ab3aeaaaa3cc684cedc58bbb3f066392e3911246a230d1a9fb02f3 diff --git a/media-fonts/sil-doulos/sil-doulos-4.110.ebuild b/media-fonts/sil-doulos/sil-doulos-4.110.ebuild deleted file mode 100644 index 216d29aa326..00000000000 --- a/media-fonts/sil-doulos/sil-doulos-4.110.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit font - -MY_P="DoulosSIL-${PV}" - -DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages" -HOMEPAGE="http://scripts.sil.org/DoulosSILfont" -SRC_URI="mirror://gentoo/${MY_P}.zip" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="doc" - -DOCS="OFL-FAQ.txt" -FONT_SUFFIX="ttf" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" - -src_install() { - font_src_install - use doc && dodoc -r "${S}"/documentation -}