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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0EE61581E7 for ; Sun, 21 Apr 2024 21:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 947E8E29E1; Sun, 21 Apr 2024 21:09:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F0CBE29E1 for ; Sun, 21 Apr 2024 21:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A92634355E for ; Sun, 21 Apr 2024 21:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD90D1752 for ; Sun, 21 Apr 2024 21:09:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1713733502.18ed72eeb2d12858bdce81c442865ee49e6d5901.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/encodings/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/encodings/Manifest media-fonts/encodings/encodings-1.0.7.ebuild X-VCS-Directories: media-fonts/encodings/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 18ed72eeb2d12858bdce81c442865ee49e6d5901 X-VCS-Branch: master Date: Sun, 21 Apr 2024 21:09:09 +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: 0a3fcc9b-7efd-4b1d-ac9d-375e6dc9aff1 X-Archives-Hash: c590165d99fd95a5b2ec104e4a6df445 commit: 18ed72eeb2d12858bdce81c442865ee49e6d5901 Author: Matt Turner gentoo org> AuthorDate: Sun Apr 21 21:05:02 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Apr 21 21:05:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ed72ee media-fonts/encodings: Drop old versions Signed-off-by: Matt Turner gentoo.org> media-fonts/encodings/Manifest | 1 - media-fonts/encodings/encodings-1.0.7.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/media-fonts/encodings/Manifest b/media-fonts/encodings/Manifest index ec7c028910ff..ef6dd459f689 100644 --- a/media-fonts/encodings/Manifest +++ b/media-fonts/encodings/Manifest @@ -1,2 +1 @@ -DIST encodings-1.0.7.tar.xz 299588 BLAKE2B 25c1be5e1bab85630617803eff63ad3a55ca865db5e5ffad98979986f2396e501d40736ebf90c9d9548bad79dff6ec53440c9e0e0bfe27e2f22acfe24a63bf5e SHA512 dc72982b14e5d89fe1eff1ab11f308796c89255a06337d8cd6bf65757f11dd0a5478b41d844793213db8fe9638389734f148abe9df9fb05027ea563dacde6ba8 DIST encodings-1.1.0.tar.xz 298328 BLAKE2B be5409d05e71ca0d9998a09395151d7e66e36c01ee35b0395cc54526a1b699abfdd515d6de0ef716cc9f4267821e95b3ab99af657028c84bf75f17e20b0ae7ad SHA512 ae912e120847954f5756193cc8860f50ada6c79bb3ba44f7f0cd1913b13aeed7885e140282cb47989a93fae0a0e8cedebe9a2420f65b1936b40192dc7d208427 diff --git a/media-fonts/encodings/encodings-1.0.7.ebuild b/media-fonts/encodings/encodings-1.0.7.ebuild deleted file mode 100644 index 215cb52c513f..000000000000 --- a/media-fonts/encodings/encodings-1.0.7.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# font eclass is inherited directly, since this package is a special case that -# would greatly complicate the fonts logic of xorg-3 -XORG_TARBALL_SUFFIX="xz" -inherit font xorg-3 - -DESCRIPTION="X.Org font encodings" - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -BDEPEND="x11-apps/mkfontscale - >=media-fonts/font-util-1.1.1-r1" - -XORG_CONFIGURE_OPTIONS=( - # https://bugs.gentoo.org/815520 - --with-fontrootdir="${EPREFIX}"/usr/share/fonts -)