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 EBB79138330 for ; Fri, 25 May 2018 04:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EEFFE0924; Fri, 25 May 2018 04:40:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 46D5EE091C for ; Fri, 25 May 2018 04:40:32 +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 E8857335CC0 for ; Fri, 25 May 2018 04:40:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE1152B8 for ; Fri, 25 May 2018 04:40:20 +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: <1527223024.b78ac987444230eab57f6d4cdd8d4d6d87b312b6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/smproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/smproxy/Manifest x11-apps/smproxy/smproxy-1.0.5.ebuild X-VCS-Directories: x11-apps/smproxy/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b78ac987444230eab57f6d4cdd8d4d6d87b312b6 X-VCS-Branch: master Date: Fri, 25 May 2018 04:40:20 +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: 346d9ab4-c42b-4a4b-bf1c-29e9634de11b X-Archives-Hash: c3c3dc01bbff32568f591ef93cc0e8e3 commit: b78ac987444230eab57f6d4cdd8d4d6d87b312b6 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 04:37:04 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri May 25 04:37:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78ac987 x11-apps/smproxy: Drop old versions x11-apps/smproxy/Manifest | 1 - x11-apps/smproxy/smproxy-1.0.5.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest index 6a1a916c56f..9badd36f865 100644 --- a/x11-apps/smproxy/Manifest +++ b/x11-apps/smproxy/Manifest @@ -1,2 +1 @@ -DIST smproxy-1.0.5.tar.bz2 118207 BLAKE2B 79afc9787ddc36d43de9679cdb6ad8a76db19433e3c54b02a80349b9ed71431b3e3274e69da915d379f363a6810a6a84b3d68c1fb6490d41e67df6f36427c4f9 SHA512 88ea92d468e1e46e473bda5bf355f0b2a98b178c5aa54e1fd29d9038a39fe843a7122a853e983034ffe6f5be3ed7b85f8b51266e4a4d1677a755ab6d4c30040e DIST smproxy-1.0.6.tar.bz2 132046 BLAKE2B b1eeba52730da79ed9f374636631c0400df997b2c5ab5ce18f1644ea6de7c55ba2914978d0b8b88f0cc455a0b5a65513fd7e29d2a374e7464fed14e007f8cf96 SHA512 4945c92c0f07c5dba5698889f415e78ce406939f4a36eb977309488c27385ce4ce04235c4e850a90a451fea8d7885ded7c6b18db71335c7731b38aaeefa9fcb7 diff --git a/x11-apps/smproxy/smproxy-1.0.5.ebuild b/x11-apps/smproxy/smproxy-1.0.5.ebuild deleted file mode 100644 index 491d36494d8..00000000000 --- a/x11-apps/smproxy/smproxy-1.0.5.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit xorg-2 - -DESCRIPTION="Session Manager Proxy" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libXt - x11-libs/libXmu" -DEPEND="${RDEPEND}"