From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1594119-garchives=archives.gentoo.org@lists.gentoo.org> 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 ABE0B15838C for <garchives@archives.gentoo.org>; Wed, 24 Jan 2024 17:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BB50E2A1F; Wed, 24 Jan 2024 17:00:57 +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 3DE7AE2A1F for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jan 2024 17:00:57 +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 57D6C3433B7 for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jan 2024 17:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC42C14C9 for <gentoo-commits@lists.gentoo.org>; Wed, 24 Jan 2024 17:00:52 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> 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" <mattst88@gentoo.org> Message-ID: <1706115645.e640ae83fab2398f53d97abb0f7a795fddf73971.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXfont2/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXfont2/libXfont2-2.0.6.ebuild X-VCS-Directories: x11-libs/libXfont2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e640ae83fab2398f53d97abb0f7a795fddf73971 X-VCS-Branch: master Date: Wed, 24 Jan 2024 17:00:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 38edd79e-afe8-469f-b88b-7c1ff0948765 X-Archives-Hash: 42e3281450b5f2fc5a31ed485672468e commit: e640ae83fab2398f53d97abb0f7a795fddf73971 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 16:51:53 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 17:00:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e640ae83 x11-libs/libXfont2: Drop old versions Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/libXfont2/libXfont2-2.0.6.ebuild | 35 ------------------------------- 1 file changed, 35 deletions(-) diff --git a/x11-libs/libXfont2/libXfont2-2.0.6.ebuild b/x11-libs/libXfont2/libXfont2-2.0.6.ebuild deleted file mode 100644 index 4e0cd81f1ae4..000000000000 --- a/x11-libs/libXfont2/libXfont2-2.0.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_DOC=doc -XORG_PACKAGE_NAME=libxfont -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Xfont library" - -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" -IUSE="bzip2 truetype" - -RDEPEND="sys-libs/zlib - dev-libs/libbsd - x11-libs/libfontenc - bzip2? ( app-arch/bzip2 ) - truetype? ( >=media-libs/freetype-2 )" -DEPEND="${RDEPEND} - x11-base/xorg-proto - x11-libs/xtrans" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - --enable-ipv6 - $(use_enable doc devel-docs) - $(use_with doc xmlto) - $(use_with bzip2) - $(use_enable truetype freetype) - --without-fop - ) - xorg-3_src_configure -}