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 4B3891382C5 for ; Thu, 26 Apr 2018 21:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3847CE094F; Thu, 26 Apr 2018 21:16:29 +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 13E09E094E for ; Thu, 26 Apr 2018 21:16:27 +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 E3462335C43 for ; Thu, 26 Apr 2018 21:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4984C2AF for ; Thu, 26 Apr 2018 21:16:25 +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: <1524777375.91bfb927a99b0d8db7c984772a75d04fd1e3fb34.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/liberation-fonts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild X-VCS-Directories: media-fonts/liberation-fonts/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 91bfb927a99b0d8db7c984772a75d04fd1e3fb34 X-VCS-Branch: master Date: Thu, 26 Apr 2018 21:16:25 +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: f0902650-11bf-41a7-98cd-fbb1675b5f4f X-Archives-Hash: 73b8b3495941580c390d65c8b7dba6d4 commit: 91bfb927a99b0d8db7c984772a75d04fd1e3fb34 Author: Johannes Huber gentoo org> AuthorDate: Thu Apr 26 21:16:05 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Apr 26 21:16:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91bfb927 media-fonts/liberation-fonts: Remove 2.00.1-r1 Deprecated EAPI 4 and overshadowed by 2.00.1-r3 Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../liberation-fonts-2.00.1-r1.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild deleted file mode 100644 index 106fba61c42..00000000000 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.1-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -PYTHON_COMPAT=( python2_7 ) - -inherit font python-any-r1 - -DESCRIPTION="A Helvetica/Times/Courier replacement TrueType font set, courtesy of Red Hat" -HOMEPAGE="https://pagure.io/liberation-fonts" -SRC_URI="!fontforge? ( https://releases.pagure.org/${PN}/${PN}-ttf-${PV}.tar.gz ) -fontforge? ( https://releases.pagure.org/${PN}/${P}.tar.gz )" - -KEYWORDS="~alpha amd64 arm arm64 ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x64-solaris" -SLOT="0" -LICENSE="OFL-1.1" -IUSE="fontforge X" - -FONT_SUFFIX="ttf" - -FONT_CONF=( "${FILESDIR}/60-liberation.conf" ) - -DEPEND="fontforge? ( - ${PYTHON_DEPS} - media-gfx/fontforge - dev-python/fonttools - )" -RDEPEND="" - -pkg_setup() { - if use fontforge; then - FONT_S="${S}/${PN}-ttf-${PV}" - python-any-r1_pkg_setup - else - FONT_S="${WORKDIR}/${PN}-ttf-${PV}" - S="${FONT_S}" - fi - font_pkg_setup -}