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 88C7C13835D for ; Fri, 25 Sep 2020 04:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EC45E0833; Fri, 25 Sep 2020 04:53:34 +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 54E4BE0833 for ; Fri, 25 Sep 2020 04:53:34 +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 52CE7340DB0 for ; Fri, 25 Sep 2020 04:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 870E238C for ; Fri, 25 Sep 2020 04:53:30 +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: <1601009561.e4e1184e910c215f51ae0f5657b50d021b298c34.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/font-misc-ethiopic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/font-misc-ethiopic/Manifest media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild X-VCS-Directories: media-fonts/font-misc-ethiopic/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e4e1184e910c215f51ae0f5657b50d021b298c34 X-VCS-Branch: master Date: Fri, 25 Sep 2020 04:53:30 +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: 604b4887-8733-440f-b46a-cbdc069d16b9 X-Archives-Hash: 558b6d8f613ca42ba1de75e1ba7e3bf0 commit: e4e1184e910c215f51ae0f5657b50d021b298c34 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 25 04:33:16 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 25 04:52:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4e1184e media-fonts/font-misc-ethiopic: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/font-misc-ethiopic/Manifest | 1 - .../font-misc-ethiopic-1.0.3-r1.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/media-fonts/font-misc-ethiopic/Manifest b/media-fonts/font-misc-ethiopic/Manifest index d75850858a9..58a204e032c 100644 --- a/media-fonts/font-misc-ethiopic/Manifest +++ b/media-fonts/font-misc-ethiopic/Manifest @@ -1,2 +1 @@ -DIST font-misc-ethiopic-1.0.3.tar.bz2 245606 BLAKE2B e0cf89f4500226b7213d6f3f88b3bf575501140d8742fe5e30b07eefd2c1fe2fc9bfe941639032d3b5ce45eb7e6f352af7b6468e7f8b0fc941ed9cee8d531f96 SHA512 b3e3f7462f37216796730a894761c7d60d5ede0f51351997e6c3c92e3136c788a2710690f482d05ed1396a4b6be452e1f871febc7e5b7a1a67e43bcc1ec7c77d DIST font-misc-ethiopic-1.0.4.tar.bz2 270076 BLAKE2B b27d188fcb5be3e4e5fed810f26c0f5edf5a51a3532bd51b44e55283518bc1a353054da4f37c5535197eeb6958bfe1567ab54d1d9f428b046b84c5d1233aae21 SHA512 4fed9ff3782746898c56dac199e9ca89356f4967779937049b9ff4ffad202317c023859f92d44b371dfa5485d5368ccad648e64b12cde0ed21f7d4aee5affcd5 diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild deleted file mode 100644 index aa7c7e0be9a..00000000000 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -FONT_DIR="OTF" - -inherit xorg-2 - -DESCRIPTION="Miscellaneous Ethiopic fonts" - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" -IUSE="" - -FONT_OPTIONS="--with-otf-fontdir=${EPREFIX}/usr/share/fonts/OTF" - -src_install() { - xorg-2_src_install - # TTF fonts are not supposed to be installed. - # Also fixes file collision per bug #309689 - rm -rf "${ED}/usr/share/fonts/TTF" || die -}