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 C80B4138334 for ; Sat, 18 May 2019 21:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64C2E0A5E; Sat, 18 May 2019 21:24:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B2EC2E0A5E for ; Sat, 18 May 2019 21:24:33 +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 7FA3E3440C6 for ; Sat, 18 May 2019 21:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20A7A59E for ; Sat, 18 May 2019 21:24:31 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1558214612.c9ef71af80123691cdb898864077d9fb687538cf.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-calculator/Manifest gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild X-VCS-Directories: gnome-extra/gnome-calculator/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c9ef71af80123691cdb898864077d9fb687538cf X-VCS-Branch: master Date: Sat, 18 May 2019 21:24:31 +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: 9ab2476b-1147-40b1-8c48-9b187e0c6817 X-Archives-Hash: 216609fe8f0a8ea7915ea52b87dad659 commit: c9ef71af80123691cdb898864077d9fb687538cf Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 18 20:48:01 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 18 21:23:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ef71af gnome-extra/gnome-calculator: remove old Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gnome-calculator/Manifest | 1 - .../gnome-calculator-3.24.0.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest index 23632fcbb79..f4a18199fb2 100644 --- a/gnome-extra/gnome-calculator/Manifest +++ b/gnome-extra/gnome-calculator/Manifest @@ -1,2 +1 @@ -DIST gnome-calculator-3.24.0.tar.xz 1358368 BLAKE2B 81ad42598418b11f2436ebf482bbf93547460990cdb464efb3107e93010081f3d687bf99c80d35d9a6576b5d838218c7ea07e81256abfa358ce78031d80b346d SHA512 55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f DIST gnome-calculator-3.30.1.tar.xz 1070308 BLAKE2B dca8e16f754d7ae7ac3371dbe65fcaacf51c251d377cc696c7c9a9ca6b4d9c0f6431acd06c3091e3d3e0f468cc599953452cbbe4de33473e365425ca3add602f SHA512 4c909f36d1e6ff594b9ab76419a6b50962cf4b5de606c4996d311e5ef6511a20d5c3b310919b271b1a0120ed6a0794644faf5a390d94b71ec6bb89883d498565 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild deleted file mode 100644 index bbbad3bed35..00000000000 --- a/gnome-extra/gnome-calculator/gnome-calculator-3.24.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A calculator application for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Calculator" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -COMMON_DEPEND=" - >=dev-libs/glib-2.40:2 - dev-libs/libxml2:2 - dev-libs/mpfr:0= - dev-libs/mpc:= - >=net-libs/libsoup-2.42:2.4 - >=x11-libs/gtk+-3.19.3:3 - >=x11-libs/gtksourceview-3.15.1:3.0 -" -RDEPEND="${COMMON_DEPEND} - !