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 7C43C138330 for ; Fri, 25 May 2018 04:40:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D8A3E093B; Fri, 25 May 2018 04:40:36 +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 1D0E0E093B for ; Fri, 25 May 2018 04:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 31D2D335CB0 for ; Fri, 25 May 2018 04:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1104A2BA for ; Fri, 25 May 2018 04:40:21 +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: <1527223075.4b7b890f89b74fa126b0692dae390e3d52be438e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/listres/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/listres/Manifest x11-apps/listres/listres-1.0.3.ebuild X-VCS-Directories: x11-apps/listres/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4b7b890f89b74fa126b0692dae390e3d52be438e X-VCS-Branch: master Date: Fri, 25 May 2018 04:40:21 +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-Archives-Salt: b440c05c-fa12-42d6-aeb4-db267f1dd6b5 X-Archives-Hash: 2a62168ec5d43d25b8e38b64c7953282 commit: 4b7b890f89b74fa126b0692dae390e3d52be438e Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:37:55 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:37:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7b890f x11-apps/listres: Drop old versions x11-apps/listres/Manifest | 1 - x11-apps/listres/listres-1.0.3.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/listres/Manifest b/x11-apps/listres/Manifest index efcac735daf..a8ac7f735f5 100644 --- a/x11-apps/listres/Manifest +++ b/x11-apps/listres/Manifest @@ -1,2 +1 @@ -DIST listres-1.0.3.tar.bz2 115429 BLAKE2B e4cc1e627d2331595e88ce6610c5cffa50eed0f2f8c898b3b9bfd93d1aeb66346d33079b1c25fd23e6694f47d5f7a3484ffac2f0dfb2043d6688820dded3eb89 SHA512 999156e9fcf1636fd4a398dc3940749eeab3b514141b9dc5125bbbb4c611c0fca9d4afa7e3b127bd9e7d3e3f94b942ef3be6aa79636eaf89bef75353c8203c22 DIST listres-1.0.4.tar.bz2 125472 BLAKE2B 99865e682eb2894b7af1a84a6fd29bf16f0345b8660bbb61060dbb7927bf376591c7403356b97cff13ff3392321d52f34388f49fd2aac6dab52592317818010c SHA512 925bceab6ff96fcf91f58ba2f858905d6e2eff7074ba29cfc02def7c19fb493545837884f1070dc004422451f749cd459000c01e8c9bb51a7cce7f7ab4067b8a diff --git a/x11-apps/listres/listres-1.0.3.ebuild b/x11-apps/listres/listres-1.0.3.ebuild deleted file mode 100644 index f3b647b0af7..00000000000 --- a/x11-apps/listres/listres-1.0.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="list resources in widgets" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu - x11-libs/libXaw" -DEPEND="${RDEPEND}"