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 C3ED213835C for ; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F312E0876; Mon, 18 Jan 2021 11:36:42 +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 09F05E0876 for ; Mon, 18 Jan 2021 11:36:42 +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 02EC6340E91 for ; Mon, 18 Jan 2021 11:36:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62FB64AD for ; Mon, 18 Jan 2021 11:36:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1610969774.232f56387ea65a7dc78f40603bf69384b1e8722c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/roxterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/roxterm/Manifest x11-terms/roxterm/roxterm-3.9.3.ebuild X-VCS-Directories: x11-terms/roxterm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 232f56387ea65a7dc78f40603bf69384b1e8722c X-VCS-Branch: master Date: Mon, 18 Jan 2021 11:36:38 +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: 659335db-e9ef-4d6d-8a37-283800ce2419 X-Archives-Hash: 987d1c7641a175169e5f561e6cd1a5ca commit: 232f56387ea65a7dc78f40603bf69384b1e8722c Author: Jakov Smolic sartura hr> AuthorDate: Mon Jan 18 11:36:14 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 18 11:36:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232f5638 x11-terms/roxterm: Remove old Closes: https://github.com/gentoo/gentoo/pull/19101 Bug: https://bugs.gentoo.org/764155 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> x11-terms/roxterm/Manifest | 1 - x11-terms/roxterm/roxterm-3.9.3.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/x11-terms/roxterm/Manifest b/x11-terms/roxterm/Manifest index 89a6f81c555..8f56c6b63ca 100644 --- a/x11-terms/roxterm/Manifest +++ b/x11-terms/roxterm/Manifest @@ -1,2 +1 @@ -DIST roxterm-3.9.3.tar.gz 527056 BLAKE2B 442b9ee2605dd2b5e817ec792cab718eeed7aeacdd5a34582df780ee7fb970299985a49fda146c56dfa242d3a34098673fdcdbf7af96f1ab9e7c4340f08d78d9 SHA512 d3e29575a9985c8c967d9fa2b73d7dfd45cc13334b29c759219a90a3e0299c4d253a15e969be8c85c9aa12b1fddd390830fdb3ae99fea49d37a849e9881bd087 DIST roxterm-3.9.4.tar.gz 527450 BLAKE2B 0041ce4a026eddd2b78c7e9aed650f21c5ed75903c7903ef79950e95a92045fdc951b23f199173846439b39712be72b0325fba5c2be92f95ee5a121b112977bb SHA512 42f48e56b2f8017fc3ec249ed1e6d42aadc171ab854f948a7b686c36d9b1c5202f7879dab66a04f2a4e0438b09ef0eed69da72eac0cf651c205d9b4724403759 diff --git a/x11-terms/roxterm/roxterm-3.9.3.ebuild b/x11-terms/roxterm/roxterm-3.9.3.ebuild deleted file mode 100644 index 19430e52efa..00000000000 --- a/x11-terms/roxterm/roxterm-3.9.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils - -DESCRIPTION="A terminal emulator designed to integrate with the ROX environment" -HOMEPAGE="https://github.com/realh/roxterm" -SRC_URI="https://github.com/realh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 LGPL-3" -SLOT="1" -KEYWORDS="amd64 x86" - -RDEPEND="dev-libs/dbus-glib - dev-libs/glib:2 - dev-libs/libpcre2 - sys-apps/dbus - x11-libs/gtk+:3 - x11-libs/vte:2.91[vanilla]" -# vanilla vte due to https://github.com/realh/roxterm/issues/222 -DEPEND="${RDEPEND} - dev-libs/libxslt" -BDEPEND="virtual/pkgconfig" - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}