From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1464573-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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6A50158020 for <garchives@archives.gentoo.org>; Tue, 6 Dec 2022 09:15:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3A22E07EF; Tue, 6 Dec 2022 09:15:00 +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 DB7D2E07EF for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 09:15:00 +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 E303034107E for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 09:14:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59044771 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 09:14:58 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1670318085.d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libICE/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libICE/libICE-1.1.0.ebuild X-VCS-Directories: x11-libs/libICE/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f X-VCS-Branch: master Date: Tue, 6 Dec 2022 09:14:58 +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: 964d9821-2c6c-4127-a9ae-e188d14daf33 X-Archives-Hash: 7a349a0f47b30cbc159d8ae2bac5727e commit: d6fe589b40bbc8e88f5c13fdea6558e50f1d8a4f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 09:14:45 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 09:14:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6fe589b x11-libs/libICE: drop 1.1.0 Bug: https://bugs.gentoo.org/884369 Bug: https://bugs.gentoo.org/884563 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/libICE/libICE-1.1.0.ebuild | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/x11-libs/libICE/libICE-1.1.0.ebuild b/x11-libs/libICE/libICE-1.1.0.ebuild deleted file mode 100644 index 4166e1d11bec..000000000000 --- a/x11-libs/libICE/libICE-1.1.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_MULTILIB=yes -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="X.Org Inter-Client Exchange library" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" - -DEPEND="x11-base/xorg-proto - x11-libs/xtrans" -RDEPEND="${DEPEND} - elibc_glibc? ( - || ( >=sys-libs/glibc-2.36 dev-libs/libbsd[${MULTILIB_USEDEP}] ) - ) -" - -XORG_CONFIGURE_OPTIONS=( - --enable-ipv6 - --disable-docs - --disable-specs - --without-fop -)