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 D241A138359 for ; Thu, 5 Nov 2020 17:01:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B72C6E08D3; Thu, 5 Nov 2020 17:01:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 76FF5E08D3 for ; Thu, 5 Nov 2020 17:01:34 +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 8753C3409A4 for ; Thu, 5 Nov 2020 17:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9A7456 for ; Thu, 5 Nov 2020 17:01:29 +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: <1604595654.d5380be44eab12979bfaaeb9b043670de73e3e71.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/util-macros/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/util-macros/util-macros-1.19.2-r1.ebuild X-VCS-Directories: x11-misc/util-macros/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d5380be44eab12979bfaaeb9b043670de73e3e71 X-VCS-Branch: master Date: Thu, 5 Nov 2020 17:01:29 +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: 73a9cdaf-9e58-4474-9259-e44eb82dd699 X-Archives-Hash: 38c31de9e92b81fa4e1d2ed376eb90d6 commit: d5380be44eab12979bfaaeb9b043670de73e3e71 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 5 16:51:00 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 5 17:00:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5380be4 x11-misc/util-macros: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild deleted file mode 100644 index 26b75243fcd..00000000000 --- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="X.Org autotools utility macros" -HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros" -SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# there is nothing to compile for this package, all its contents are produced by -# configure. the only make job that matters is make install -src_compile() { true; }