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 16B44139070 for ; Fri, 18 May 2018 22:14:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 078CCE09DE; Fri, 18 May 2018 22:14:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D3ADDE09DE for ; Fri, 18 May 2018 22:14:00 +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 310C5335C63 for ; Fri, 18 May 2018 22:13:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 065C1286 for ; Fri, 18 May 2018 22:13:57 +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: <1526681633.e56e69f0ea0f1e175e2fa74dbccef91ce7f0e93e.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/wqy-unibit/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild X-VCS-Directories: media-fonts/wqy-unibit/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e56e69f0ea0f1e175e2fa74dbccef91ce7f0e93e X-VCS-Branch: master Date: Fri, 18 May 2018 22:13:57 +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: c2395fe3-ba0c-4db0-8cb2-d83e6c8de879 X-Archives-Hash: 89fdbf59d00cba575e2b0e0d0ae5adac commit: e56e69f0ea0f1e175e2fa74dbccef91ce7f0e93e Author: Johannes Huber gentoo org> AuthorDate: Fri May 18 22:13:32 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Fri May 18 22:13:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56e69f0 media-fonts/wqy-unibit: Remove 1.1.0_p1 (r0) Uses deprecated EAPI 0 and overshadowed by 1.1.0_p1-r1. Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild | 32 ----------------------- 1 file changed, 32 deletions(-) diff --git a/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild b/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild deleted file mode 100644 index fd2c5d2e45a..00000000000 --- a/media-fonts/wqy-unibit/wqy-unibit-1.1.0_p1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit font - -MY_P="${PN}-bdf-${PV/_p/-}" -DESCRIPTION="WenQuanYi Unibit CJK font" -HOMEPAGE="http://wenq.org/enindex.cgi" -SRC_URI="mirror://sourceforge/wqy/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="" - -DEPEND="media-gfx/ebdftopcf" -RDEPEND="" - -S="${WORKDIR}/${PN}" -FONT_S="${S}" -FONT_SUFFIX="pcf.gz" -DOCS="AUTHORS ChangeLog README" - -# Only installs fonts -RESTRICT="strip binchecks" - -src_compile() { - emake || die - gzip -9 wqy-unibit.pcf || die -}