From 845b2d81e6eb9e842bd9450e5adc0be12e75ef01 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 28 Jan 2018 04:35:02 +0300 Subject: x11-terms/terminator: Drop old Bug: https://bugs.gentoo.org/624160 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- x11-terms/terminator/Manifest | 3 - x11-terms/terminator/files/0.94-session.patch | 13 ---- .../files/terminator-0.97-brightness.patch | 35 ---------- .../terminator/files/terminator-1.0-desktop.patch | 11 ---- x11-terms/terminator/terminator-0.97-r1.ebuild | 62 ------------------ x11-terms/terminator/terminator-0.98.ebuild | 73 --------------------- x11-terms/terminator/terminator-1.0.ebuild | 76 ---------------------- 7 files changed, 273 deletions(-) delete mode 100644 x11-terms/terminator/files/0.94-session.patch delete mode 100644 x11-terms/terminator/files/terminator-0.97-brightness.patch delete mode 100644 x11-terms/terminator/files/terminator-1.0-desktop.patch delete mode 100644 x11-terms/terminator/terminator-0.97-r1.ebuild delete mode 100644 x11-terms/terminator/terminator-0.98.ebuild delete mode 100644 x11-terms/terminator/terminator-1.0.ebuild (limited to 'x11-terms') diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest index 5fb65d1d112f..28305643e3a7 100644 --- a/x11-terms/terminator/Manifest +++ b/x11-terms/terminator/Manifest @@ -1,4 +1 @@ -DIST terminator-0.97.tar.gz 5025337 BLAKE2B 2d220166d76d0d5380f3541f2a0817cf22d6b04272af6970d76bd2ff1cd0b120b9f2766ee79d099a9ccbdf4c78dca917a87907b02ee03a21b16e3cc2f85a3806 SHA512 ac1dfb5c014323ddd3b3347645ac26083d96fe8e895d31c5992d185863d40b5f1a67c5db1315b48f483d9511faeb1adb16133a4aef1e1f178656f3437d4a7470 -DIST terminator-0.98.tar.gz 6007243 BLAKE2B 852182a52470646dc11a44b6d2ba4e3002bcdaef3482117ff2d5da6c5b6f96d00f0bb3e5e051c46f98a8e5f59d81aab9ccef0942f45da355ca4d0e4418c3eb43 SHA512 c40ac1929bb446239f769d33f37a6d49ee79ea10755dda4bbbd228763f13661f0ef7efd950a592462150237e516077311318e2a19c9f08adac76a418cf633573 -DIST terminator-1.0.tar.gz 881675 BLAKE2B 89c89f24c7950c7a7589a051d1deaf1198c519d31a4c887c0205df6ce30f66fd557acfa7c5d16a70c0a8e4e388efcb4f4125c9f7315aeb81fd4e98bac9b4d1e7 SHA512 5dbd7463dd8eca2f3554d7d51ae4b8745279485f39b3160feff93c8a02e5e753fff24ecbeaed756320e8ef3e58f14f2c367efa41180224176cff49eaed04d590 DIST terminator-1.91.tar.gz 910536 BLAKE2B 887eef489dc3eb73f7ae8f6284104ee5e6a23b33bc8486b203f9b53c7de5a11a43fdc6a344b02f269c0d4ce71cfc82f0c8285440900870870a43cd10d99326b9 SHA512 6feee96cda08f913601d3b01e51632bed87712ddb5ce577df1daa8a5fe4e8dc39075d5e21f87b865d1f007c7e1070ee2c0c814540c9c7786f0f24fbee762a03d diff --git a/x11-terms/terminator/files/0.94-session.patch b/x11-terms/terminator/files/0.94-session.patch deleted file mode 100644 index 4583b0cff7b6..000000000000 --- a/x11-terms/terminator/files/0.94-session.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py -index 1686006..960e53d 100755 ---- a/terminatorlib/terminator.py -+++ b/terminatorlib/terminator.py -@@ -61,8 +61,6 @@ class Terminator(Borg): - self.doing_layout = False - if not self.pid_cwd: - self.pid_cwd = get_pid_cwd() -- if self.gnome_client is None: -- self.attempt_gnome_client() - - def set_origcwd(self, cwd): - """Store the original cwd our process inherits""" diff --git a/x11-terms/terminator/files/terminator-0.97-brightness.patch b/x11-terms/terminator/files/terminator-0.97-brightness.patch deleted file mode 100644 index 9e35d7d593f6..000000000000 --- a/x11-terms/terminator/files/terminator-0.97-brightness.patch +++ /dev/null @@ -1,35 +0,0 @@ -=== modified file 'terminatorlib/prefseditor.py' ---- terminatorlib/prefseditor.py 2013-02-16 00:10:45 +0000 -+++ terminatorlib/prefseditor.py 2013-05-11 22:03:46 +0000 -@@ -923,6 +923,8 @@ - - def on_inactive_color_offset_change_value(self, widget, scroll, value): - """Inactive color offset setting changed""" -+ if value > 1.0: -+ value = 1.0 - self.config['inactive_color_offset'] = round(value, 2) - self.config.save() - - -=== modified file 'terminatorlib/terminal.py' ---- terminatorlib/terminal.py 2013-02-15 15:10:55 +0000 -+++ terminatorlib/terminal.py 2013-05-11 22:03:46 +0000 -@@ -621,11 +621,17 @@ - - factor = self.config['inactive_color_offset'] - self.fgcolor_inactive = self.fgcolor_active.copy() -+ dbg(("fgcolor_inactive set to: RGB(%s,%s,%s)", getattr(self.fgcolor_inactive, "red"), -+ getattr(self.fgcolor_inactive, "green"), -+ getattr(self.fgcolor_inactive, "blue"))) - - for bit in ['red', 'green', 'blue']: - setattr(self.fgcolor_inactive, bit, - getattr(self.fgcolor_inactive, bit) * factor) - -+ dbg(("fgcolor_inactive set to: RGB(%s,%s,%s)", getattr(self.fgcolor_inactive, "red"), -+ getattr(self.fgcolor_inactive, "green"), -+ getattr(self.fgcolor_inactive, "blue"))) - colors = self.config['palette'].split(':') - self.palette_active = [] - self.palette_inactive = [] - diff --git a/x11-terms/terminator/files/terminator-1.0-desktop.patch b/x11-terms/terminator/files/terminator-1.0-desktop.patch deleted file mode 100644 index 2edf260d76b3..000000000000 --- a/x11-terms/terminator/files/terminator-1.0-desktop.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/data/terminator.desktop.in -+++ b/data/terminator.desktop.in -@@ -9,7 +9,7 @@ - StartupNotify=true - X-Ubuntu-Gettext-Domain=terminator - X-Ayatana-Desktop-Shortcuts=NewWindow; --[NewWindow Shortcut Group] -+[X-NewWindow Shortcut Group] - Name=Open a New Window - Exec=terminator - TargetEnvironment=Unity diff --git a/x11-terms/terminator/terminator-0.97-r1.ebuild b/x11-terms/terminator/terminator-0.97-r1.ebuild deleted file mode 100644 index 892774b21200..000000000000 --- a/x11-terms/terminator/terminator-0.97-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 distutils-r1 - -DESCRIPTION="Multiple GNOME terminals in one window" -HOMEPAGE="http://www.tenshu.net/p/terminator.html" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus gnome +libnotify" - -RDEPEND=" - dev-libs/keybinder:0[python] - x11-libs/vte:0[python] - dbus? ( sys-apps/dbus ) - gnome? ( - dev-python/gconf-python - dev-python/libgnome-python - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - ) - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )" -DEPEND="dev-util/intltool" - -S="${WORKDIR}"/trunk - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}"/0.90-without-icon-cache.patch - "${FILESDIR}"/0.94-session.patch - "${FILESDIR}"/${P}-brightness.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 -} - -pkg_postinst() { - gnome2_pkg_postinst -} - -pkg_postrm() { - gnome2_pkg_postrm -} diff --git a/x11-terms/terminator/terminator-0.98.ebuild b/x11-terms/terminator/terminator-0.98.ebuild deleted file mode 100644 index 45c961dd5710..000000000000 --- a/x11-terms/terminator/terminator-0.98.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 distutils-r1 virtualx - -DESCRIPTION="Multiple GNOME terminals in one window" -HOMEPAGE="http://www.tenshu.net/p/terminator.html" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus doc gnome +libnotify" - -RDEPEND=" - dev-libs/keybinder:0[python] - x11-libs/vte:0[python] - dbus? ( sys-apps/dbus ) - gnome? ( - dev-python/gconf-python - dev-python/libgnome-python - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - ) - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] )" -DEPEND="dev-util/intltool" - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}"/0.90-without-icon-cache.patch - "${FILESDIR}"/0.94-session.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 - - sed \ - -e "/'share', 'doc'/s:${PN}:${PF}:g" \ - -i setup.py terminatorlib/util.py || die - - use doc || \ - sed \ - -e '/install_documentation/s:True:False:g' \ - -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - VIRTUALX_COMMAND="esetup.py" - virtualmake test -} - -pkg_postinst() { - gnome2_pkg_postinst -} - -pkg_postrm() { - gnome2_pkg_postrm -} diff --git a/x11-terms/terminator/terminator-1.0.ebuild b/x11-terms/terminator/terminator-1.0.ebuild deleted file mode 100644 index 22d00846e1b2..000000000000 --- a/x11-terms/terminator/terminator-1.0.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) -inherit gnome2 distutils-r1 virtualx - -DESCRIPTION="Multiple GNOME terminals in one window" -HOMEPAGE="http://www.tenshu.net/p/terminator.html" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus doc gnome +libnotify" - -RDEPEND=" - dev-libs/keybinder:0[python] - dev-python/psutil - x11-libs/vte:0[python] - dbus? ( sys-apps/dbus ) - gnome? ( - dev-python/gconf-python - dev-python/libgnome-python - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - ) - libnotify? ( dev-python/notify-python[${PYTHON_USEDEP}] ) -" -DEPEND=" - dev-util/intltool -" - -python_prepare_all() { - local PATCHES=( - "${FILESDIR}"/0.90-without-icon-cache.patch - "${FILESDIR}"/0.94-session.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 - - sed \ - -e "/'share', 'doc'/s:${PN}:${PF}:g" \ - -i setup.py terminatorlib/util.py || die - - use doc || \ - sed \ - -e '/install_documentation/s:True:False:g' \ - -i setup.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - VIRTUALX_COMMAND="esetup.py" - virtualmake test -} - -pkg_postinst() { - gnome2_pkg_postinst -} - -pkg_postrm() { - gnome2_pkg_postrm -} -- cgit v1.2.3-65-gdbad