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 08C51138330 for ; Sat, 26 May 2018 20:30:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5AFCE0A52; Sat, 26 May 2018 20:30:54 +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 C42EDE0A52 for ; Sat, 26 May 2018 20:30:54 +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 437C4335CC3 for ; Sat, 26 May 2018 20:30:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6932292 for ; Sat, 26 May 2018 20:30:50 +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: <1527366586.5e7153c5877a8a5ef56957ee2efcd2605e6d4709.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xmag/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xmag/Manifest x11-apps/xmag/xmag-1.0.5.ebuild X-VCS-Directories: x11-apps/xmag/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5e7153c5877a8a5ef56957ee2efcd2605e6d4709 X-VCS-Branch: master Date: Sat, 26 May 2018 20:30:50 +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: df426e99-e52e-46b3-9a00-fae4ae368765 X-Archives-Hash: 261f865fac9760d7099fcada111a7735 commit: 5e7153c5877a8a5ef56957ee2efcd2605e6d4709 Author: Matt Turner gentoo org> AuthorDate: Sat May 26 19:37:43 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat May 26 20:29:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7153c5 x11-apps/xmag: Drop old versions x11-apps/xmag/Manifest | 1 - x11-apps/xmag/xmag-1.0.5.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/x11-apps/xmag/Manifest b/x11-apps/xmag/Manifest index 27ddddff57f..99f291da951 100644 --- a/x11-apps/xmag/Manifest +++ b/x11-apps/xmag/Manifest @@ -1,2 +1 @@ -DIST xmag-1.0.5.tar.bz2 136976 BLAKE2B ead1951a94c6eb7d9334e09d73f8c9964cb362dd4e73af07f189aeb8640bf4a37101000ce920fd75ca699d90ab3b814939b90691125ac830defd125c8402f49b SHA512 2f17a672b4b21842ea194fb6bee387c44cff510dad70f487a13de14d6a24f5c7b8f03c06fb30f7ca62753a44827c1fed67ac4d2d3550780f16ffdd932e4a8bfa DIST xmag-1.0.6.tar.bz2 143112 BLAKE2B f53d7f564c71100e5903c19ee86aae3405cbc56258c89a5ad3d5e583649e1c2a862fef875c6de18c462e103da2afcd4fcfc9927188e7a4e8b980c7d80b2c4c64 SHA512 98f3c8e0c58f31cd4f1736ba9c5cd68dba3b2e2de6191988de8ae3e91b1d310803461840189ad56be45ee57c9ca05a2c63544a49b02ce6f79f2ebc14c59613de diff --git a/x11-apps/xmag/xmag-1.0.5.ebuild b/x11-apps/xmag/xmag-1.0.5.ebuild deleted file mode 100644 index d17a8f6bb82..00000000000 --- a/x11-apps/xmag/xmag-1.0.5.ebuild +++ /dev/null @@ -1,17 +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.Org xmag application" - -KEYWORDS="amd64 arm hppa ~mips ppc ppc64 ~s390 ~sh sparc x86" -IUSE="" - -RDEPEND="x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-libs/libX11" -DEPEND="${RDEPEND}"