summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-09-11 13:05:42 +0200
committerJustin Lecher <jlec@gentoo.org>2015-09-11 13:36:01 +0200
commit6477c595f7c9b0df4a4479d8a52775d3ca8ed3be (patch)
treee3348cdf27c0dfec799c2a000d22d4b5260d6ac1 /x11-terms/terminator
parentapp-admin/gkrellm: Bump to version 2.3.6_rc1 (diff)
downloadgentoo-6477c595f7c9b0df4a4479d8a52775d3ca8ed3be.tar.gz
gentoo-6477c595f7c9b0df4a4479d8a52775d3ca8ed3be.tar.bz2
gentoo-6477c595f7c9b0df4a4479d8a52775d3ca8ed3be.zip
x11-terms/terminator: Drop old
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-terms/terminator')
-rw-r--r--x11-terms/terminator/terminator-0.96-r2.ebuild48
-rw-r--r--x11-terms/terminator/terminator-0.96-r3.ebuild61
-rw-r--r--x11-terms/terminator/terminator-0.97.ebuild63
3 files changed, 0 insertions, 172 deletions
diff --git a/x11-terms/terminator/terminator-0.96-r2.ebuild b/x11-terms/terminator/terminator-0.96-r2.ebuild
deleted file mode 100644
index a9adbdf3eb05..000000000000
--- a/x11-terms/terminator/terminator-0.96-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
-
-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/${PN}_${PV}.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"
-
-python_prepare_all() {
- local PATCHES=(
- "${FILESDIR}"/0.90-without-icon-cache.patch
- "${FILESDIR}"/0.94-session.patch
- )
- distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-}
diff --git a/x11-terms/terminator/terminator-0.96-r3.ebuild b/x11-terms/terminator/terminator-0.96-r3.ebuild
deleted file mode 100644
index f4711d75c06d..000000000000
--- a/x11-terms/terminator/terminator-0.96-r3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
-
-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/${PN}_${PV}.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"
-
-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
-
- distutils-r1_python_prepare_all
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_pkg_postrm
-}
diff --git a/x11-terms/terminator/terminator-0.97.ebuild b/x11-terms/terminator/terminator-0.97.ebuild
deleted file mode 100644
index b88a5f671306..000000000000
--- a/x11-terms/terminator/terminator-0.97.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_NO_PARALLEL_BUILD=true
-
-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
- )
-
- 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
-}