summaryrefslogtreecommitdiff
path: root/x11-terms/terminator/terminator-0.98.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-31 20:30:04 +0000
commit4650985dd0e898b82e0d2ec225931297d4fadccf (patch)
treeeb0e8002cf3ebf1009110b6fec47fa90f873d824 /x11-terms/terminator/terminator-0.98.ebuild
parent67f76a858f1ac826bd8a550d756d9ec6e340ed4f (diff)
gentoo resync : 31.01.2018
Diffstat (limited to 'x11-terms/terminator/terminator-0.98.ebuild')
-rw-r--r--x11-terms/terminator/terminator-0.98.ebuild73
1 files changed, 0 insertions, 73 deletions
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
-}