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 42A46158095 for ; Sat, 17 Sep 2022 17:34:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1F1E0916; Sat, 17 Sep 2022 17:34:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 68C22E0916 for ; Sat, 17 Sep 2022 17:34:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2E62341013 for ; Sat, 17 Sep 2022 17:34:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61D25DA for ; Sat, 17 Sep 2022 17:34:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1663436052.5923c540c048fec0121419f89779d96929e05928.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xprintidle/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xprintidle/Manifest x11-misc/xprintidle/xprintidle-2.0.ebuild X-VCS-Directories: x11-misc/xprintidle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5923c540c048fec0121419f89779d96929e05928 X-VCS-Branch: master Date: Sat, 17 Sep 2022 17:34:45 +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: f97c7277-476e-4c8d-8316-1770d17d5acb X-Archives-Hash: 89a26db3211d77437f219a4d2c40b98e commit: 5923c540c048fec0121419f89779d96929e05928 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 28 19:11:50 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 17 17:34:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5923c540 x11-misc/xprintidle: drop 2.0, EAPI-6-- Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/xprintidle/Manifest | 1 - x11-misc/xprintidle/xprintidle-2.0.ebuild | 36 ------------------------------- 2 files changed, 37 deletions(-) diff --git a/x11-misc/xprintidle/Manifest b/x11-misc/xprintidle/Manifest index 228dd3e632e4..dd3f58283b3f 100644 --- a/x11-misc/xprintidle/Manifest +++ b/x11-misc/xprintidle/Manifest @@ -1,2 +1 @@ -DIST xprintidle-2.0.tar.gz 87308 BLAKE2B b2ef3cd82f7208b2c2a2a2cf3fcff028c318e682b7b1e5de4982a50bb757b263044cf54edcd5452fea7fd93f435b86da3da6d0ef38dbacee761bc77399f43665 SHA512 cc2f62b33ef387366246ee9a195be4cde68b2d13a49a4d1299640da2d42f7042152bfdf6932e7904a7f4211b0dc22486bbd62b47fdaf9d5d3db895e296b5f2f9 DIST xprintidle-2.1.tar.gz 92360 BLAKE2B 9bfc08151a18200eb83b6569c2e9d79cbeb6326c39f0e8b9f5e400d0d3e28baa889ada32e3e0452197af77f90bae50d1094bae6972aeb0c3dbe81732246b6f1f SHA512 12393e10a6e53491f3e803fb2e946cc5e20d9fb6198c95d53512b3418034d0f262fddafe9fa10e1aa3f335940134365dcdecb0ac00216e32a2bc4cc5be1c8ec5 diff --git a/x11-misc/xprintidle/xprintidle-2.0.ebuild b/x11-misc/xprintidle/xprintidle-2.0.ebuild deleted file mode 100644 index 83b621d16fed..000000000000 --- a/x11-misc/xprintidle/xprintidle-2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Prints user's X server idle time in milliseconds" -HOMEPAGE="https://github.com/lucianposton/xprintidle" -SRC_URI="https://github.com/lucianposton/xprintidle/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXScrnSaver - " -RDEPEND="${DEPEND}" - -DOCS=( - AUTHORS - ChangeLog - NEWS - README -) - -src_prepare() { - eapply_user - - # Address "configure: WARNING: 'missing' script is too old or missing" - eautoreconf -}