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 2F730138331 for ; Mon, 16 Apr 2018 17:37:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13B6FE096A; Mon, 16 Apr 2018 17:37:40 +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 E0DFEE0975 for ; Mon, 16 Apr 2018 17:37:39 +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 56432335C36 for ; Mon, 16 Apr 2018 17:37:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF8C727C for ; Mon, 16 Apr 2018 17:37:36 +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: <1523900247.93238980eb950e9a06966d599e228d2bc8a27fd3.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/ubuntu-font-family/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild X-VCS-Directories: media-fonts/ubuntu-font-family/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 93238980eb950e9a06966d599e228d2bc8a27fd3 X-VCS-Branch: master Date: Mon, 16 Apr 2018 17:37:36 +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: 1d043535-385b-4b32-b6a5-843483e4dcf0 X-Archives-Hash: a06a0536e5e5bf7b8cd8a46eb978b25f commit: 93238980eb950e9a06966d599e228d2bc8a27fd3 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 16 17:24:41 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 16 17:37:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93238980 media-fonts/ubuntu-font-family: Remove 0.71.2 Deprecated EAPI 4 and overshadowed by 0.80. Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../ubuntu-font-family-0.71.2.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild deleted file mode 100644 index 76cc753aedf..00000000000 --- a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.71.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit font - -DESCRIPTION="A set of matching libre/open fonts funded by Canonical" -HOMEPAGE="http://font.ubuntu.com/" -SRC_URI="http://font.ubuntu.com/download/${P}.zip" - -LICENSE="UbuntuFontLicense-1.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -FONT_SUFFIX="ttf" - -DOCS="CONTRIBUTING.txt FONTLOG.txt README.txt"