x11-apps/terminator: rm

Dependencies incorrect or missing, problems
with vte python bindings and I switched to
sakura.
This commit is contained in:
Julian Ospald 2016-02-19 14:56:50 +01:00
parent 8c4aedc6b1
commit 871e73226a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
2 changed files with 0 additions and 52 deletions

View File

@ -22,6 +22,5 @@ sys-power
voip
www-apps
www-servers
x11-apps
x11-themes
x11-wm

View File

@ -1,51 +0,0 @@
# Copyright 2014-2016 Julian Ospald <hasufell@hasufell.de>
# Distributed under the terms of the GNU General Public License v2
if ever is_scm; then
SCM_REPOSITORY="http://bazaar.launchpad.net/~gnome-terminator/terminator/"
require scm-bzr
else
require launchpad [ branch=trunk ]
fi
require gtk-icon-cache freedesktop-desktop
require setup-py [ blacklist="3" import=distutils has_bin=true has_lib=true \
multibuild=false ]
DESCRIPTION="Multiple GNOME terminals in one window"
HOMEPAGE="http://gnometerminator.blogspot.de/p/introduction.html"
LICENCES="GPL-2"
SLOT="0"
PLATFORMS="~amd64 ~x86"
DEPENDENCIES="
run:
dev-libs/keybinder
dev-libs/vte
dev-python/psutil[python_abis:*(-)?]
dev-python/notify-python[python_abis:*(-)?]
gnome-bindings/pygobject:2[python_abis:*(-)?]
gnome-bindings/pygtk:2[python_abis:*(-)?]
build:
dev-util/intltool
"
src_install() {
setup-py_src_install
edo rm -r "${IMAGE}"/usr/bin
}
pkg_preinst() {
gtk-icon-cache_pkg_preinst
}
pkg_postinst() {
gtk-icon-cache_pkg_postinst
freedesktop-desktop_pkg_postinst
}
pkg_postrm() {
gtk-icon-cache_pkg_postrm
freedesktop-desktop_pkg_postrm
}