From 25a96c8575fa3c9535f593f32bf09ce45f559813 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 31 Mar 2010 06:20:55 +0000 Subject: x11-terms/ terminator: InCvs svn path=/sunrise/; revision=10363 --- x11-terms/terminator/ChangeLog | 57 ---------------------- x11-terms/terminator/Manifest | 5 -- .../files/terminator-0.14-without-icon-cache.patch | 11 ----- x11-terms/terminator/metadata.xml | 6 --- x11-terms/terminator/terminator-0.14.ebuild | 23 --------- 5 files changed, 102 deletions(-) delete mode 100644 x11-terms/terminator/ChangeLog delete mode 100644 x11-terms/terminator/Manifest delete mode 100644 x11-terms/terminator/files/terminator-0.14-without-icon-cache.patch delete mode 100644 x11-terms/terminator/metadata.xml delete mode 100644 x11-terms/terminator/terminator-0.14.ebuild (limited to 'x11-terms') diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog deleted file mode 100644 index 0ca83c125..000000000 --- a/x11-terms/terminator/ChangeLog +++ /dev/null @@ -1,57 +0,0 @@ -# ChangeLog for x11-terms/terminator -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Mar 2010; Justin Riley - terminator-0.14.ebuild: - add inherit eutils since latest distutils no longer inherits it internally - - 07 Dec 2009; Justin Lecher (jlec) - -files/0.14-libnotify.patch, terminator-0.14.ebuild: - Removed libnotify support as upstream did drop it in 0.14 release - - 03 Dec 2009; Justin Lecher (jlec) - -terminator-0.13.ebuild, -files/terminator-0.13-without-icon-cache.patch, - -files/0.13-libnotify.patch, +terminator-0.14.ebuild, - +files/terminator-0.14-without-icon-cache.patch, - +files/0.14-libnotify.patch: - version bump - - 21 Nov 2009; Justin Lecher (jlec) - +files/0.13-libnotify.patch, terminator-0.13.ebuild: - Added patch to respect libnotify USE - - 13 Nov 2009; Justin Riley - terminator-0.13.ebuild, +files/terminator-0.13-without-icon-cache.patch, - metadata.xml: - Added gnome,libnotify to USE/RDEPEND. Also added patch to disable gnome icon - cache generation. Thanks ohnobikini, Tommy, and Ivan Toshkov - - 11 Nov 2009; Justin Lecher (jlec) - -terminator-0.12.ebuild, +terminator-0.13.ebuild: - Version bump - - 20 May 2009; Justin Lecher (jlec) - -terminator-0.9.ebuild, +terminator-0.12.ebuild: - x11-terms/terminator version bump to 0.12 - - 16 Mar 2009; Nick Fortino (nfortino) - terminator-0.9.ebuild: - Update ebuild to use EAPI 2. Thanks to Cristian Ruppert and Thomas Sachau - for review - - 08 Jul 2008; Ivan Toshkov (itoshkov) - -terminator-0.8.1.ebuild, +terminator-0.9.ebuild: - Version bump for terminator. - - 05 Jun 2008; Ivan Toshkov (itoshkov) - terminator-0.8.1.ebuild: - Checking if vte is built with python support. Thanks to Eric Chatellier. - - 17 Mar 2008; Jakub Moc terminator-0.8.1.ebuild: - Remove redundant src_install - - 17 Mar 2008; Ivan Toshkov (itoshkov) - +terminator-0.8.1.ebuild, +metadata.xml: - New Ebuild for bug 213243 thanks to Tommy[D]. - diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest deleted file mode 100644 index 159c75100..000000000 --- a/x11-terms/terminator/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX terminator-0.14-without-icon-cache.patch 305 RMD160 281f8a8ae23a67f802fd2b001021a921cf9473bf SHA1 29efc6db37579c263629a4f5df9e24b97b7fe88a SHA256 b20fe414e6a443c0cb52c4da0da4be5c5f8ac8af90d5e9763b43c5383623978b -DIST terminator_0.14.tar.gz 144868 RMD160 829aaea693c9d9972d8b258719a7a96901913ab5 SHA1 7bee32c6ff9e73699b87710702f1df2e7fcd7562 SHA256 7546e4237df21f41abe46a5c7e2eded343bd1810ce28669a7184d453871880a8 -EBUILD terminator-0.14.ebuild 563 RMD160 09f41bac519d50028405324602185e23fea7b31f SHA1 394bbc8de83bafec661393e5882e75ebfe237358 SHA256 156abe86bf1237c00f687fb4052ea088e406ef59c41094c6be206015601d3547 -MISC ChangeLog 2197 RMD160 2e556f11778f421537226432c2074c1e8b30475d SHA1 0441d31985868e77ca662fb92f8cfd4c9ff0432b SHA256 88be116422ac00a55864a02d0ca98cc8ebad14b072068e89d8a66c203a9fe46b -MISC metadata.xml 244 RMD160 3d91fe41482efa93d0fa13a0a1078f991e373964 SHA1 b91243411d89b3b5874d7a5da45ff3fc92cb8d01 SHA256 745d279ac21231c8136938854d2e5716341568ad614891280769c00ac391be56 diff --git a/x11-terms/terminator/files/terminator-0.14-without-icon-cache.patch b/x11-terms/terminator/files/terminator-0.14-without-icon-cache.patch deleted file mode 100644 index c7862def3..000000000 --- a/x11-terms/terminator/files/terminator-0.14-without-icon-cache.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2009-08-12 22:22:53.000000000 -0400 -+++ setup.py 2009-08-12 22:22:57.000000000 -0400 -@@ -25,7 +25,7 @@ - - def __init__ (self, *args): - self.without_gettext = False -- self.without_icon_cache = False -+ self.without_icon_cache = True - Distribution.__init__(self, *args) - - diff --git a/x11-terms/terminator/metadata.xml b/x11-terms/terminator/metadata.xml deleted file mode 100644 index b3c76e5d2..000000000 --- a/x11-terms/terminator/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - -maintainer-wanted -Multiple GNOME terminals in one window - diff --git a/x11-terms/terminator/terminator-0.14.ebuild b/x11-terms/terminator/terminator-0.14.ebuild deleted file mode 100644 index aad1b70a8..000000000 --- a/x11-terms/terminator/terminator-0.14.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit distutils eutils - -DESCRIPTION="Multiple GNOME terminals in one window" -HOMEPAGE="http://www.tenshu.net/terminator/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gnome" - -RDEPEND="gnome? ( dev-python/gnome-python ) - >=x11-libs/vte-0.16[python]" - -src_prepare() { - epatch "${FILESDIR}"/${P}-without-icon-cache.patch - distutils_src_prepare -} -- cgit v1.2.3-65-gdbad