summaryrefslogtreecommitdiff
path: root/x11-terms/terminator
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/terminator')
-rw-r--r--x11-terms/terminator/Manifest1
-rw-r--r--x11-terms/terminator/terminator-2.1.1.ebuild65
2 files changed, 0 insertions, 66 deletions
diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
index 2621514e5f1a..1717ae4d8a7e 100644
--- a/x11-terms/terminator/Manifest
+++ b/x11-terms/terminator/Manifest
@@ -3,5 +3,4 @@ AUX terminator-1.91-without-icon-cache.patch 567 BLAKE2B 72ebaa0eaee27491d0f9398
DIST terminator-2.1.1.tar.gz 1033153 BLAKE2B f92235bacf34ec5bfe2400c6bbfc8bbdee3867531fac5129fb59b84459101f2d673e3a6699eecf1fa0d19c33d30467bb043010bd19737c2bc0461cea861c71a7 SHA512 a916b9718801bb015d14bdec2eede24c89101d5ea36d22131b7d34f8dad48b9db9e79811645ce571e3c95c9e4b2f18d6b8508f519de7ff54c4246c5f7b546af2
DIST terminator-2.1.1.tar.gz.asc 866 BLAKE2B d7362ce47f0cba18a3d10c54dca40b23001c818784cf5b5e4c98fbbd13983cf46e6ce631c4a4f5464c2badbb21e6052ce31456bf8b2d2c2deea6a647ad184b5c SHA512 ab171e0538686599fd86a35d0f5455aa9763c5f29c2c6bd5677cfd678beaeaad4dc141553e0abfecd19279a1a1653f12e07ed20f03ee09ee8ec10edbd63d6c14
EBUILD terminator-2.1.1-r1.ebuild 1713 BLAKE2B 6b91af54ae6df2e83058d653b9cf900d2a766a9761ef27194a69d13a9456603fa2e5d4005b4be56c462c36fcfce8c179350fb0da01f537fc0cb10a7381fa2801 SHA512 923097df4aabeab251db09ea7c315f4f901e444ddeec61f2d7ccdb68a7d81f70c97f8f98d8528cae3d3934a68be1290b78f6bddc835a5e5d99c9aedc754f3990
-EBUILD terminator-2.1.1.ebuild 1674 BLAKE2B 5fb09a6c2b9dc319af7e34a3fa1e6aa10ab4aeb39f856651b133ef4b594d02d1a0d09425eeb3d4e3a9e2ff5fb5aa59a3300fddb5c1f5c7e78160e5fe95673cf3 SHA512 8a223dc859dcbc9c656b92be8cb9e78979f936a830e0d1c9205b36ed036795d0c9214e3a4a4a44b8e33c1ba383c778656dddfedd717ce6fe07699f59c59c577e
MISC metadata.xml 859 BLAKE2B 315ffd413597c4b0b5e847e4869c330be0f9092f3c272dcb362fdce1b89423a65a887a6e63b2770253aa2125cc3e6368adb058491f0fd420594d315047279c83 SHA512 2a56b28dcc37b9697c778de2482b7e191fc83907f1e8930a015b3e60a8a672faeec18a6602565ad60c0883f7857b956a1abccf06800f4a4276f72cd643449030
diff --git a/x11-terms/terminator/terminator-2.1.1.ebuild b/x11-terms/terminator/terminator-2.1.1.ebuild
deleted file mode 100644
index e477a83d58f7..000000000000
--- a/x11-terms/terminator/terminator-2.1.1.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1 optfeature verify-sig virtualx xdg
-
-DESCRIPTION="Multiple GNOME terminals in one window"
-HOMEPAGE="https://github.com/gnome-terminator/terminator"
-SRC_URI="
- https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz
- verify-sig? ( https://github.com/gnome-terminator/terminator/releases/download/v${PV}/${P}.tar.gz.asc )
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="test"
-
-RDEPEND="
- dev-libs/glib:2
- dev-python/configobj[${PYTHON_USEDEP}]
- dev-python/psutil[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- gnome-base/gsettings-desktop-schemas[introspection]
- x11-libs/gtk+:3
- x11-libs/vte:2.91[introspection]
-"
-BDEPEND="
- dev-util/intltool
- sys-devel/gettext
- test? (
- dev-python/dbus-python[${PYTHON_USEDEP}]
- x11-libs/libnotify[introspection]
- )
- verify-sig? ( sec-keys/openpgp-keys-terminator )
-"
-distutils_enable_tests pytest
-
-VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/terminator.asc
-
-PATCHES=(
- "${FILESDIR}"/terminator-1.91-without-icon-cache.patch
- "${FILESDIR}"/terminator-1.91-desktop.patch
-)
-
-src_prepare() {
- xdg_environment_reset
- sed -i -e '/pytest-runner/d' setup.py || die
- distutils-r1_src_prepare
-}
-
-src_test() {
- virtx distutils-r1_src_test
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- optfeature "D-Bus" dev-python/dbus-python
- optfeature "desktop notifications" "x11-libs/libnotify[introspection]"
- optfeature "global keyboard shortcuts" "dev-libs/keybinder:3[introspection]"
-}