From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D7A97138454 for ; Fri, 11 Sep 2015 11:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D80E080A; Fri, 11 Sep 2015 11:36:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD02BE080A for ; Fri, 11 Sep 2015 11:36:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94881340A5D for ; Fri, 11 Sep 2015 11:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6779182 for ; Fri, 11 Sep 2015 11:36:02 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1441971361.6477c595f7c9b0df4a4479d8a52775d3ca8ed3be.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/terminator/terminator-0.96-r2.ebuild x11-terms/terminator/terminator-0.96-r3.ebuild x11-terms/terminator/terminator-0.97.ebuild X-VCS-Directories: x11-terms/terminator/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 6477c595f7c9b0df4a4479d8a52775d3ca8ed3be X-VCS-Branch: master Date: Fri, 11 Sep 2015 11:36:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 623fd83a-43c9-4049-83aa-6b109f3bab25 X-Archives-Hash: 3ce722729bc1c897e393ce5f4dc8a578 commit: 6477c595f7c9b0df4a4479d8a52775d3ca8ed3be Author: Justin Lecher gentoo org> AuthorDate: Fri Sep 11 11:05:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 11 11:36:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6477c595 x11-terms/terminator: Drop old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> x11-terms/terminator/terminator-0.96-r2.ebuild | 48 -------------------- x11-terms/terminator/terminator-0.96-r3.ebuild | 61 ------------------------- x11-terms/terminator/terminator-0.97.ebuild | 63 -------------------------- 3 files changed, 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 a9adbdf..0000000 --- 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 f4711d7..0000000 --- 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 b88a5f6..0000000 --- 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 -}