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 3F570139083 for ; Fri, 15 Dec 2017 08:31:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B29E1065; Fri, 15 Dec 2017 08:31:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 F3117E1065 for ; Fri, 15 Dec 2017 08:31:45 +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 CA9CC33BF01 for ; Fri, 15 Dec 2017 08:31:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 971DDAE8A for ; Fri, 15 Dec 2017 08:31:41 +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: <1513326529.c6ce6f387724561c6f828a879e609e00069e1b0e.monsieurp@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/font-misc-ethiopic-1.0.3.ebuild X-VCS-Directories: media-fonts/font-misc-ethiopic/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: c6ce6f387724561c6f828a879e609e00069e1b0e X-VCS-Branch: master Date: Fri, 15 Dec 2017 08:31:41 +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: 0073c939-e227-4399-ac1c-b79888309050 X-Archives-Hash: 9f83f20a84bc7daeda7fabf5279b7edf commit: c6ce6f387724561c6f828a879e609e00069e1b0e Author: Harri Nieminen gmail com> AuthorDate: Tue Dec 12 08:42:00 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Dec 15 08:28:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ce6f38 media-fonts/font-misc-ethiopic: clean up old. Package-Manager: Portage-2.3.18, Repoman-2.3.6 .../font-misc-ethiopic-1.0.3.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild b/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild deleted file mode 100644 index 425ea77f546..00000000000 --- a/media-fonts/font-misc-ethiopic/font-misc-ethiopic-1.0.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 -FONT_DIR="OTF" - -inherit xorg-2 - -DESCRIPTION="Miscellaneous Ethiopic fonts" - -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - x11-apps/bdftopcf" - -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 "${D}/${EPREFIX}usr/share/fonts/TTF" -}