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 9DD23138331 for ; Sun, 13 May 2018 10:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD37AE0AD4; Sun, 13 May 2018 10:54:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 83DBCE0ABF for ; Sun, 13 May 2018 10:54:30 +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 31763335C9B for ; Sun, 13 May 2018 10:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D5D243 for ; Sun, 13 May 2018 10:54:27 +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: <1526208859.56550aeb807a1481dfb7b71cb7c8dd43fbd29ef2.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/sil-doulos-5.000.ebuild X-VCS-Directories: media-fonts/sil-doulos/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 56550aeb807a1481dfb7b71cb7c8dd43fbd29ef2 X-VCS-Branch: master Date: Sun, 13 May 2018 10:54:27 +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: 28291347-cb48-45f5-accb-29cf3d9a2334 X-Archives-Hash: 43ac9e02afbfdb056fb6a4e4a7ee0506 commit: 56550aeb807a1481dfb7b71cb7c8dd43fbd29ef2 Author: Johannes Huber gentoo org> AuthorDate: Sun May 13 10:54:06 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 13 10:54:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56550aeb media-fonts/sil-doulos: Remove 5.000 (r0) Package-Manager: Portage-2.3.36, Repoman-2.3.9 media-fonts/sil-doulos/sil-doulos-5.000.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/media-fonts/sil-doulos/sil-doulos-5.000.ebuild b/media-fonts/sil-doulos/sil-doulos-5.000.ebuild deleted file mode 100644 index b11b1f8c7a3..00000000000 --- a/media-fonts/sil-doulos/sil-doulos-5.000.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit font - -MY_P="DoulosSIL-${PV}" - -DESCRIPTION="SIL Doulos - SIL font for Roman and Cyrillic Languages" -HOMEPAGE="http://scripts.sil.org/DoulosSILfont" -SRC_URI="http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MY_P}.zip&filename=${MY_P}.zip -> ${P}.zip" - -LICENSE="OFL-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="app-arch/unzip" - -DOCS="OFL-FAQ.txt documentation/*" -S="${WORKDIR}/${MY_P}" -FONT_S="${S}" -FONT_SUFFIX="ttf"