From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- x11-terms/roxterm/roxterm-3.9.3.ebuild | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 x11-terms/roxterm/roxterm-3.9.3.ebuild (limited to 'x11-terms/roxterm/roxterm-3.9.3.ebuild') 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 19430e52efac..000000000000 --- 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 -} -- cgit v1.2.3