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 EF4881382C5 for ; Sat, 19 May 2018 10:16:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5D7BE0AD4; Sat, 19 May 2018 10:16:08 +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 9A57CE0AD4 for ; Sat, 19 May 2018 10:16:08 +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 7C38B335C73 for ; Sat, 19 May 2018 10:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93E06299 for ; Sat, 19 May 2018 10:16:06 +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: <1526724955.4f9bc6de8929eae1b5f0085f312f77965e823870.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/droid/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/droid/droid-113-r4.ebuild X-VCS-Directories: media-fonts/droid/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 4f9bc6de8929eae1b5f0085f312f77965e823870 X-VCS-Branch: master Date: Sat, 19 May 2018 10:16:06 +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: 2c657ab4-c4d6-4b32-901c-9d64394fd0ea X-Archives-Hash: cba208a9d2fd399a03b8795b2d1630cc commit: 4f9bc6de8929eae1b5f0085f312f77965e823870 Author: Johannes Huber gentoo org> AuthorDate: Sat May 19 10:15:55 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat May 19 10:15:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9bc6de media-fonts/droid: Remove 113-r4 Uses deprecated EAPI 4 and overshadowed by 113-r5 Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-fonts/droid/droid-113-r4.ebuild | 38 ----------------------------------- 1 file changed, 38 deletions(-) diff --git a/media-fonts/droid/droid-113-r4.ebuild b/media-fonts/droid/droid-113-r4.ebuild deleted file mode 100644 index 72dad2faf6d..00000000000 --- a/media-fonts/droid/droid-113-r4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit font - -MY_PN="${PN/d/D}" - -# $PV is a build number, use fontforge to find it out. 113 was taken from: -# https://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=data/fonts;hb=HEAD -DESCRIPTION="Font family from Google's Android project" -HOMEPAGE="https://code.google.com/android/RELEASENOTES.html http://www.cosmix.org/software/" -SRC_URI="mirror://gentoo/${P}-r1.tar.bz2 - mirror://gentoo/${MY_PN}SansMonoSlashed-112_p1.ttf.bz2 - mirror://gentoo/${MY_PN}SansMonoDotted-112_p1.ttf.bz2" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 ppc ppc64 x86" -IUSE="" - -S="${WORKDIR}/${PN}" -FONT_S="${S}" -FONT_SUFFIX="ttf" -FONT_CONF=( - "${FILESDIR}/59-google-droid-sans-mono.conf" - "${FILESDIR}/59-google-droid-sans.conf" - "${FILESDIR}/59-google-droid-serif.conf" -) - -src_prepare() { - mv "${WORKDIR}/${MY_PN}SansMonoSlashed-112_p1.ttf" \ - "${S}/${MY_PN}SansMonoSlashed.ttf" - mv "${WORKDIR}/${MY_PN}SansMonoDotted-112_p1.ttf" \ - "${S}/${MY_PN}SansMonoDotted.ttf" - rm Ahem.ttf # bug 530158 -}