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 7C9621382C5 for ; Sat, 12 May 2018 11:50:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0D6E086A; Sat, 12 May 2018 11:50:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 25C5FE086A for ; Sat, 12 May 2018 11:50:34 +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 78618335C8A for ; Sat, 12 May 2018 11:50:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B88337 for ; Sat, 12 May 2018 11:50:31 +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: <1526125825.5fc184928f96fd84266840076d9aa363d456f5cd.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-r3.ebuild X-VCS-Directories: media-fonts/droid/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5fc184928f96fd84266840076d9aa363d456f5cd X-VCS-Branch: master Date: Sat, 12 May 2018 11:50:31 +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: 6226867b-0c93-4dad-be81-2e3b7ca7cbc1 X-Archives-Hash: ba189ca7d6b28563d48db8bc5b46f762 commit: 5fc184928f96fd84266840076d9aa363d456f5cd Author: Johannes Huber gentoo org> AuthorDate: Sat May 12 11:50:07 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat May 12 11:50:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc18492 media-fonts/droid: Remove 113-r3 Uses deprecated EAPI 4 and is overshadowed by 113-r4. Package-Manager: Portage-2.3.36, Repoman-2.3.9 media-fonts/droid/droid-113-r3.ebuild | 37 ----------------------------------- 1 file changed, 37 deletions(-) diff --git a/media-fonts/droid/droid-113-r3.ebuild b/media-fonts/droid/droid-113-r3.ebuild deleted file mode 100644 index 716a56bbf0d..00000000000 --- a/media-fonts/droid/droid-113-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 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" -}