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 06BC5138334 for ; Wed, 1 May 2019 20:47:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98511E08C9; Wed, 1 May 2019 20:47:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 80E57E08C9 for ; Wed, 1 May 2019 20:47:32 +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 ACDAB343236 for ; Wed, 1 May 2019 20:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD2A4F6 for ; Wed, 1 May 2019 20:47:28 +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: <1556743002.b166a5b2e863d0f5b2674e6d42cf81f715dff51a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmore/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xmore/Manifest x11-apps/xmore/xmore-1.0.2.ebuild X-VCS-Directories: x11-apps/xmore/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b166a5b2e863d0f5b2674e6d42cf81f715dff51a X-VCS-Branch: master Date: Wed, 1 May 2019 20:47:28 +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: e5d88363-4bc2-4388-ab00-72d7e6d011cf X-Archives-Hash: e2a867a0ffced449126dbf69df609cce commit: b166a5b2e863d0f5b2674e6d42cf81f715dff51a Author: Matt Turner gentoo org> AuthorDate: Wed May 1 20:36:42 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 1 20:36:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b166a5b2 x11-apps/xmore: Drop old versions Signed-off-by: Matt Turner gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 x11-apps/xmore/Manifest | 1 - x11-apps/xmore/xmore-1.0.2.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest index e2dc64a5ce0..b22af194a51 100644 --- a/x11-apps/xmore/Manifest +++ b/x11-apps/xmore/Manifest @@ -1,2 +1 @@ -DIST xmore-1.0.2.tar.bz2 107340 BLAKE2B 35dd82edf2f00d861d4b8df4175626fe7c72f2e27b0a0621184f86bdd57d84406fbd1d4724466779e31ae58b0045bb71b669b0524d2909c9a87f28598d14ee5f SHA512 718ad254beaae57475cead3815fc7625692699c76749c64e3aeb722daf5e1cecbea9d1207e3427d6a5d0aa240a6aaf678ea1656d6731b9f47e1a8045d62c3efb DIST xmore-1.0.3.tar.bz2 127587 BLAKE2B f59c9b6b7a134694dc7df5540c75a4331785ef7da0c5b40618923a3d1d53a543f7a54b7b8383f2e816b4f478056f6c0b1c6a4ce212c50b4fca75a307057c3f54 SHA512 e3e44831cd87a54bb585f80ef0d87f69dc35f6c834a73241aad9f6e2b0999b53c51a0a3f915a94ae4d6dc9bdfb9f60b6576f0bdcec441443abd98efa6c51b1d3 diff --git a/x11-apps/xmore/xmore-1.0.2.ebuild b/x11-apps/xmore/xmore-1.0.2.ebuild deleted file mode 100644 index 8029981f089..00000000000 --- a/x11-apps/xmore/xmore-1.0.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="plain text display program for the X Window System" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 s390 sh ~sparc x86" -IUSE="" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXt -" -DEPEND="${RDEPEND}"