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 41ED6138334 for ; Wed, 1 May 2019 20:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 150E7E0866; Wed, 1 May 2019 20:47:32 +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 EEAEDE0866 for ; Wed, 1 May 2019 20:47:31 +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 2615D34320A 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 5514A5D5 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: <1556743053.ce16dfab57e762ee76b25c3b7e690968ae1a939b.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xstdcmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xstdcmap/Manifest x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild X-VCS-Directories: x11-apps/xstdcmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ce16dfab57e762ee76b25c3b7e690968ae1a939b 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: 80eea1f3-4246-4aaf-b951-11b7069d76cf X-Archives-Hash: 736acbd98175db3e4e52e25ab9043982 commit: ce16dfab57e762ee76b25c3b7e690968ae1a939b Author: Matt Turner gentoo org> AuthorDate: Wed May 1 20:37:33 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed May 1 20:37:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce16dfab x11-apps/xstdcmap: Drop old versions Signed-off-by: Matt Turner gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 x11-apps/xstdcmap/Manifest | 1 - x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-apps/xstdcmap/Manifest b/x11-apps/xstdcmap/Manifest index fde0ce0a868..451c6c53dc1 100644 --- a/x11-apps/xstdcmap/Manifest +++ b/x11-apps/xstdcmap/Manifest @@ -1,2 +1 @@ -DIST xstdcmap-1.0.3.tar.bz2 117491 BLAKE2B 971dc6e2e42fa7631f8cb084a6cf22dcb87e20ae23d93c1f73d92c5532878e36a4c192707ce49dbd9d6a6a95ac4c3d36911f63f3d7fc1847d503d43499736a44 SHA512 8037ddb9c6b8f3a65d35637a1fca2b1b6c7e76afce5c13b1947cf72c3ca87679aa2ed05caf308d90549432b7fe029a522a99f32701bd0087c140bf4fafdb4d49 DIST xstdcmap-1.0.4.tar.bz2 126269 BLAKE2B 5c2fccbc374871738ae03d722a045cc3ffd6bc431774d76525653e70c5ddb9a4281b2372996ff492807f9d4aee414eac1016f2696ea4e1979407a5b7cf37e1b5 SHA512 2adbb0aec1766341e04090efa962241ff6c9e32c612851b7221cec0ee16852107d406a08ec5251070f39df882c13e3c8c9edcd88f278187a9f373e1727643a8f diff --git a/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild b/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild deleted file mode 100644 index 1609cc4d3a8..00000000000 --- a/x11-apps/xstdcmap/xstdcmap-1.0.3.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X standard colormap utility" -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh ~sparc x86" -IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11" -DEPEND="${RDEPEND}"