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 5F9071382C5 for ; Wed, 24 Jun 2020 20:13:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D93A9E09B8; Wed, 24 Jun 2020 20:13:15 +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 DD2EEE09B1 for ; Wed, 24 Jun 2020 20:13:14 +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 F2C8C34EDF6 for ; Wed, 24 Jun 2020 20:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DCDC2B2 for ; Wed, 24 Jun 2020 20:13:11 +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: <1593029574.998904356340c9787da43322f3e4a34f6faa27e9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/ico/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/ico/Manifest x11-apps/ico/ico-1.0.4.ebuild X-VCS-Directories: x11-apps/ico/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 998904356340c9787da43322f3e4a34f6faa27e9 X-VCS-Branch: master Date: Wed, 24 Jun 2020 20:13:11 +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: cf3b6a8d-0def-4879-9983-ae576b531356 X-Archives-Hash: 90f4b1e8096f1fddfb9948f0c4b7639d commit: 998904356340c9787da43322f3e4a34f6faa27e9 Author: Matt Turner gentoo org> AuthorDate: Wed Jun 24 20:01:31 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 24 20:12:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99890435 x11-apps/ico: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/ico/Manifest | 1 - x11-apps/ico/ico-1.0.4.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-apps/ico/Manifest b/x11-apps/ico/Manifest index 4f86166d0aa..fc52583fe18 100644 --- a/x11-apps/ico/Manifest +++ b/x11-apps/ico/Manifest @@ -1,2 +1 @@ -DIST ico-1.0.4.tar.bz2 127619 BLAKE2B 8e9e161b2f0ae23acc989e7bd8ce70e953ffdb43e9d998d63993504073bc339b5dee85c0e5611e38a6c1b3b98a9a1067b0468c6dc3a1aaef26e38fac76efffa8 SHA512 f7200fc04e7d0442215a3fe1f53456fe6bcd14eb2e2fd048cbe7f5700ad28e10ea8ef72ab98d3cd232c801b037fdac5ac4367ba98484f2912de0715a23f82e5d DIST ico-1.0.5.tar.bz2 136727 BLAKE2B 6c6d0a3e9521d9dad9f17f20ca7e1ccb52da31b6a5c5879bbe3d63e58231956cb2ff665b109191185a9af8ee9d2b87f034d349d4d3b33d18dc7b52e0d0640972 SHA512 93a94a66d4a41b39d4b3657050e58f8269d352dae5d5916c9ecdda1cb14f23b9d159d67c50fdfa654b4b1c2ad11434bed140ace70703c82b05d3fe8686aab8f6 diff --git a/x11-apps/ico/ico-1.0.4.ebuild b/x11-apps/ico/ico-1.0.4.ebuild deleted file mode 100644 index 0c60e859472..00000000000 --- a/x11-apps/ico/ico-1.0.4.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="animate an icosahedron or other polyhedron" -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~x86-linux" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}"