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 456D715800A for ; Wed, 16 Aug 2023 22:07:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0B722BC03B; Wed, 16 Aug 2023 22:07:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CB7512BC03B for ; Wed, 16 Aug 2023 22:07:39 +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 221F8340961 for ; Wed, 16 Aug 2023 22:07:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C3F0FC9 for ; Wed, 16 Aug 2023 22:07:35 +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: <1692223640.fd28da6ccc774830b4c59ca7d1bd4c0617741c2a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xtrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/xtrans/Manifest x11-libs/xtrans/xtrans-1.4.0.ebuild X-VCS-Directories: x11-libs/xtrans/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: fd28da6ccc774830b4c59ca7d1bd4c0617741c2a X-VCS-Branch: master Date: Wed, 16 Aug 2023 22:07:35 +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: 00904d97-705e-4e75-89cf-7c575b0872af X-Archives-Hash: ada76ce25acbd95e52f00819a4484ea2 commit: fd28da6ccc774830b4c59ca7d1bd4c0617741c2a Author: Matt Turner gentoo org> AuthorDate: Wed Aug 16 21:58:07 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 16 22:07:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd28da6c x11-libs/xtrans: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-libs/xtrans/Manifest | 1 - x11-libs/xtrans/xtrans-1.4.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/x11-libs/xtrans/Manifest b/x11-libs/xtrans/Manifest index 73b283154b84..043c085ac8c4 100644 --- a/x11-libs/xtrans/Manifest +++ b/x11-libs/xtrans/Manifest @@ -1,2 +1 @@ -DIST xtrans-1.4.0.tar.bz2 185371 BLAKE2B 15e5ff810f8df94fa6a050dab00158646003ecc7b200e199eb713d8bd6e7ca8df1769490ebc3d8b8920915bb5f2ede698f01a1a120ca09acfc85f225c4d618f8 SHA512 4fea89a3455c0e13321cbefa43340016dbb59bdd0dbdb5b796c1a6d2a6b1fd63cf1327b769ab426286b9c54b32ec764a50cd2b46228e4e43b841bda6b94de214 DIST xtrans-1.5.0.tar.xz 170388 BLAKE2B a07dc501a36f4a6d7d9c407c36c5fcaa9555eeec3066d91fa8531118ac04bc55a1fbdce6370782aa8a18e1f26b14e3ad644e1e98ae3a353234e3ecae71fe065b SHA512 e8091f11d4ad2b14e01de3eac56bdf2267ea26687ce66e3056374d0d02e049480c0b27c482f8828a0efd086f1e4c485108ca4dce3f83d66c1896effa3b38b228 diff --git a/x11-libs/xtrans/xtrans-1.4.0.ebuild b/x11-libs/xtrans/xtrans-1.4.0.ebuild deleted file mode 100644 index 705221822325..000000000000 --- a/x11-libs/xtrans/xtrans-1.4.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_PACKAGE_NAME="lib${PN}" -# this package just installs some .c and .h files, no libraries -XORG_DOC=doc -inherit xorg-3 - -DESCRIPTION="X.Org xtrans 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" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - $(use_enable doc docs) - $(use_with doc xmlto) - --without-fop - ) - xorg-3_src_configure -}