summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/terminator/Manifest1
-rw-r--r--x11-terms/terminator/files/0.90-without-icon-cache.patch11
-rw-r--r--x11-terms/terminator/terminator-1.91.ebuild67
3 files changed, 0 insertions, 79 deletions
diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
index 5de1326fab22..b7d3b02a41bf 100644
--- a/x11-terms/terminator/Manifest
+++ b/x11-terms/terminator/Manifest
@@ -1,2 +1 @@
-DIST terminator-1.91.tar.gz 910536 BLAKE2B 887eef489dc3eb73f7ae8f6284104ee5e6a23b33bc8486b203f9b53c7de5a11a43fdc6a344b02f269c0d4ce71cfc82f0c8285440900870870a43cd10d99326b9 SHA512 6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d
DIST terminator-1.92.tar.gz 910613 BLAKE2B d7a665f81011b21da14837492f04204158e95d846aaf876d2393fe4a236113d9718be9b3946f38e1385168bbcec72fd65b895b5f476727c8a67bbc6e51016a63 SHA512 9a63d1993582d94711b7be6cad0ecde3969b3a5d297ab388677b485161fae308a93d559f84bc4cb7ff71c8755cac6c2511b3677a8ab1da3da6427c53c68529f1
diff --git a/x11-terms/terminator/files/0.90-without-icon-cache.patch b/x11-terms/terminator/files/0.90-without-icon-cache.patch
deleted file mode 100644
index c7862def3eaa..000000000000
--- a/x11-terms/terminator/files/0.90-without-icon-cache.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig 2009-08-12 22:22:53.000000000 -0400
-+++ setup.py 2009-08-12 22:22:57.000000000 -0400
-@@ -25,7 +25,7 @@
-
- def __init__ (self, *args):
- self.without_gettext = False
-- self.without_icon_cache = False
-+ self.without_icon_cache = True
- Distribution.__init__(self, *args)
-
-
diff --git a/x11-terms/terminator/terminator-1.91.ebuild b/x11-terms/terminator/terminator-1.91.ebuild
deleted file mode 100644
index 835d3640e109..000000000000
--- a/x11-terms/terminator/terminator-1.91.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-inherit eutils gnome2 distutils-r1 virtualx
-
-DESCRIPTION="Multiple GNOME terminals in one window"
-HOMEPAGE="https://launchpad.net/terminator/"
-SRC_URI="https://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus +libnotify"
-
-RDEPEND="
- >=x11-libs/gtk+-3.16:3
- >=dev-libs/glib-2.32:2
- dev-libs/keybinder:3[introspection]
- dev-python/psutil
- x11-libs/vte:2.91[introspection]
- dbus? ( sys-apps/dbus )
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- libnotify? (
- dev-python/notify-python[${PYTHON_USEDEP}]
- x11-libs/libnotify[introspection]
- )
-"
-DEPEND="
- dev-util/intltool
-"
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/0.90-without-icon-cache.patch
- "${FILESDIR}"/${P}-desktop.patch
- )
-
- local i p
- if [[ -n "${LINGUAS+x}" ]] ; then
- pushd "${S}"/po > /dev/null
- strip-linguas -i .
- for i in *.po; do
- if ! has ${i%.po} ${LINGUAS} ; then
- rm ${i} || die
- fi
- done
- popd > /dev/null
- fi
-
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- VIRTUALX_COMMAND="esetup.py"
- virtualmake test
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-}