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 29BF71382C5 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 1400FE0975; 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 DFD41E096A 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 B6C79335C2C 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 E8B1828D 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: <1523900248.76b67a6cafc10b8574a5b6b9f07c161df01cf763.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.83.ebuild X-VCS-Directories: media-fonts/ubuntu-font-family/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 76b67a6cafc10b8574a5b6b9f07c161df01cf763 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: 621ba98f-29d2-49af-b7ed-d87462f83e22 X-Archives-Hash: cbbf42e202e3be2cede8c2cd24895fbd commit: 76b67a6cafc10b8574a5b6b9f07c161df01cf763 Author: Johannes Huber gentoo org> AuthorDate: Mon Apr 16 17:33:02 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Apr 16 17:37:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b67a6c media-fonts/ubuntu-font-family: Remove 0.83 (r0) Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../ubuntu-font-family-0.83.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild b/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild deleted file mode 100644 index 4d211863e95..00000000000 --- a/media-fonts/ubuntu-font-family/ubuntu-font-family-0.83.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 ~arm ~arm64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -FONT_SUFFIX="ttf" - -DOCS=(CONTRIBUTING.txt FONTLOG.txt README.txt) - -src_prepare() { - rm "${S}"/Ubuntu-M*.ttf || die -}