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 746501382C5 for ; Tue, 13 Apr 2021 16:12:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF2F7E0E97; Tue, 13 Apr 2021 16:12:58 +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 A7E14E0E97 for ; Tue, 13 Apr 2021 16:12:58 +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 58742340DF8 for ; Tue, 13 Apr 2021 16:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B60F571D for ; Tue, 13 Apr 2021 16:12:53 +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: <1618330352.3b47feb63281c8623072fa1dab199f26e2d9f551.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/moserial/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/moserial/Manifest net-dialup/moserial/moserial-3.0.12.ebuild X-VCS-Directories: net-dialup/moserial/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3b47feb63281c8623072fa1dab199f26e2d9f551 X-VCS-Branch: master Date: Tue, 13 Apr 2021 16:12:53 +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: 65e0e866-0461-4e62-8296-0e47c4d22f76 X-Archives-Hash: d8d87cb4dc33ce1a974674a5f165625e commit: 3b47feb63281c8623072fa1dab199f26e2d9f551 Author: Matt Turner gentoo org> AuthorDate: Tue Apr 13 15:52:45 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 13 16:12:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b47feb6 net-dialup/moserial: Drop old versions Signed-off-by: Matt Turner gentoo.org> net-dialup/moserial/Manifest | 1 - net-dialup/moserial/moserial-3.0.12.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/net-dialup/moserial/Manifest b/net-dialup/moserial/Manifest index 0fd7900fbad..d6546ce64df 100644 --- a/net-dialup/moserial/Manifest +++ b/net-dialup/moserial/Manifest @@ -1,2 +1 @@ -DIST moserial-3.0.12.tar.xz 1123184 BLAKE2B a8ac7ad422325853f354e1c5c7cd59ca0bf1a2249fb58886fdf104975fe458cc3befe041810cff9b97c941188a757a5929acb0507e8eb4518cb034c2cdc14b87 SHA512 e5ee3776cfa63585290fe7ffb9cab562082b19b505d630c6842d09b4783fadf5438243816c433157ad6360e2a4902cb0e0ada07b61972d3c8119509ca4f520ad DIST moserial-3.0.15.tar.xz 1169728 BLAKE2B a4520ff493c86f13e8c6dc7969d630bbc9690215527a70f68d948869b64347cb4145f19a12b166945faa1d243a1f323491c2f4873eed208188761248c0e00714 SHA512 e5410243a26afbfbb7a52dd3f52a99ced099b26ce43f9be8ed85874a02a361ef99cea74663e243eecc31ca0ac3f51de7ebc7abfc7fc0f48eedbd7a8fc42f9b5d diff --git a/net-dialup/moserial/moserial-3.0.12.ebuild b/net-dialup/moserial/moserial-3.0.12.ebuild deleted file mode 100644 index 014374c9fe9..00000000000 --- a/net-dialup/moserial/moserial-3.0.12.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2 - -DESCRIPTION="A clean and friendly gtk-based serial terminal" -HOMEPAGE="https://wiki.gnome.org/moserial" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.16:2[dbus] - gnome-base/gsettings-desktop-schemas - >=x11-libs/gtk+-3.0.0:3 -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - dev-util/itstool - virtual/pkgconfig -"