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 16CEB1382C5 for ; Sun, 28 Mar 2021 13:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62BDAE089A; Sun, 28 Mar 2021 13:11:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4A796E089A for ; Sun, 28 Mar 2021 13:11:28 +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 3101133BF51 for ; Sun, 28 Mar 2021 13:11:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C04E630 for ; Sun, 28 Mar 2021 13:11:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616936887.1ffbd03217920a9f077dd254b4fb847b5c706db7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/x11fonts-jmk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild X-VCS-Directories: media-fonts/x11fonts-jmk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1ffbd03217920a9f077dd254b4fb847b5c706db7 X-VCS-Branch: master Date: Sun, 28 Mar 2021 13:11:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8c6a4b0-3cdf-40a5-965a-f6c5f49c2bc8 X-Archives-Hash: 9248060e47676cc34048b5b104d20d1c commit: 1ffbd03217920a9f077dd254b4fb847b5c706db7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 28 13:08:07 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 28 13:08:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffbd032 media-fonts/x11fonts-jmk: Drop 3.0-r3 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild b/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild deleted file mode 100644 index 3e27e148565..00000000000 --- a/media-fonts/x11fonts-jmk/x11fonts-jmk-3.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="jmk-x11-fonts-${PV}" - -DESCRIPTION="This package contains character-cell fonts for use with X" -HOMEPAGE="http://www.jmknoble.net/fonts/" -SRC_URI="http://www.pobox.com/~jmknoble/fonts/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc s390 sparc x86" - -BDEPEND=" - x11-misc/imake - >=x11-apps/mkfontscale-1.2.0 - x11-apps/bdftopcf" - -PATCHES=( "${FILESDIR}"/gzip.patch ) - -S="${WORKDIR}/${MY_P}" - -src_compile() { - xmkmf || die - default -} - -src_install() { - emake install INSTALL_DIR="${ED}/usr/share/fonts/jmk" - einstalldocs -}