summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-04-16 06:51:51 +0000
committerJustin Lecher <jlec@gentoo.org>2010-04-16 06:51:51 +0000
commitff1010de46ac82cebe717974dc70f8d2cfd4c144 (patch)
tree240b300d2d889b04b313d44d51537685133d7f5d /x11-terms
parentVersion bump. Remove old. (diff)
downloadgentoo-2-ff1010de46ac82cebe717974dc70f8d2cfd4c144.tar.gz
gentoo-2-ff1010de46ac82cebe717974dc70f8d2cfd4c144.tar.bz2
gentoo-2-ff1010de46ac82cebe717974dc70f8d2cfd4c144.zip
Version Bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/terminator/ChangeLog7
-rw-r--r--x11-terms/terminator/terminator-0.93.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog
index 0d7933586dea..5766df0784ec 100644
--- a/x11-terms/terminator/ChangeLog
+++ b/x11-terms/terminator/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-terms/terminator
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/ChangeLog,v 1.4 2010/04/08 06:15:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/ChangeLog,v 1.5 2010/04/16 06:51:51 jlec Exp $
+
+*terminator-0.93 (16 Apr 2010)
+
+ 16 Apr 2010; Justin Lecher <jlec@gentoo.org> +terminator-0.93.ebuild:
+ Version Bump
*terminator-0.92 (08 Apr 2010)
diff --git a/x11-terms/terminator/terminator-0.93.ebuild b/x11-terms/terminator/terminator-0.93.ebuild
new file mode 100644
index 000000000000..60baebb5938d
--- /dev/null
+++ b/x11-terms/terminator/terminator-0.93.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/terminator/terminator-0.93.ebuild,v 1.1 2010/04/16 06:51:51 jlec Exp $
+
+EAPI="2"
+
+PYTHON_DEPEND="2"
+PYTHON_MODNAME="terminatorlib"
+
+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]"
+DEPEND="dev-util/intltool"
+
+src_prepare() {
+ epatch "${FILESDIR}"/0.90-without-icon-cache.patch
+ distutils_src_prepare
+}