diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-03-31 06:20:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-03-31 06:20:08 +0000 |
commit | 58f5ca52e299253da064a06f24ae2cd920c10939 (patch) | |
tree | 6ccf9dc04d5311d33c180d62633214bdfdf4b286 /x11-terms | |
parent | Version bump for dev channel release. Remove old. (diff) | |
download | historical-58f5ca52e299253da064a06f24ae2cd920c10939.tar.gz historical-58f5ca52e299253da064a06f24ae2cd920c10939.tar.bz2 historical-58f5ca52e299253da064a06f24ae2cd920c10939.zip |
Import from sunrise, #213243
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/terminator/ChangeLog | 11 | ||||
-rw-r--r-- | x11-terms/terminator/Manifest | 15 | ||||
-rw-r--r-- | x11-terms/terminator/files/0.90-without-icon-cache.patch | 11 | ||||
-rw-r--r-- | x11-terms/terminator/metadata.xml | 14 | ||||
-rw-r--r-- | x11-terms/terminator/terminator-0.90.ebuild | 29 |
5 files changed, 80 insertions, 0 deletions
diff --git a/x11-terms/terminator/ChangeLog b/x11-terms/terminator/ChangeLog new file mode 100644 index 000000000000..e68647441430 --- /dev/null +++ b/x11-terms/terminator/ChangeLog @@ -0,0 +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.1 2010/03/31 06:20:08 jlec Exp $ + +*terminator-0.90 (31 Mar 2010) + + 31 Mar 2010; Justin Lecher <jlec@gentoo.org> + +files/0.90-without-icon-cache.patch, +terminator-0.90.ebuild, + +metadata.xml: + Import from sunrise, #213243 + diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest new file mode 100644 index 000000000000..2821d8cb75e3 --- /dev/null +++ b/x11-terms/terminator/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +AUX 0.90-without-icon-cache.patch 305 RMD160 281f8a8ae23a67f802fd2b001021a921cf9473bf SHA1 29efc6db37579c263629a4f5df9e24b97b7fe88a SHA256 b20fe414e6a443c0cb52c4da0da4be5c5f8ac8af90d5e9763b43c5383623978b +DIST terminator_0.90.tar.gz 191486 RMD160 54e9c3a058aac7c28528bcf73bd66c9e274435e5 SHA1 22dd706e09f7ee5e36965fea8299011c636f9416 SHA256 a41e466a4fd316c7806430a4c185234b2dbd2ac63254cd6829229f043ee5fd42 +EBUILD terminator-0.90.ebuild 730 RMD160 bce07a060d9d19b2933fab59041cd28166e5b3f7 SHA1 1e68c1b155c1b6b0ba9402721ed38abd6d0fba07 SHA256 e663d4336be727ce9228fe227aedebb934d989515cc021659aee0e632bb61149 +MISC ChangeLog 404 RMD160 f317093a0d5b4a54ff50060b4e4d85a946a06c9f SHA1 722be29890b6ee15cc7cefaa8e0b3027d1b6805c SHA256 749c523f32fdff0179f90920da6a74d04559cf3bec7f75cfa0d1fb42194cfc61 +MISC metadata.xml 507 RMD160 bac1efd3c7a15b8b384913ae8c413ac9d4847480 SHA1 3e27f557040be016cdfb4e8d8ccb9203a52aeb30 SHA256 fe88f30c2403ff5401c9631957e5188d72a66eafa9fa564c97f784c2eeadae05 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAkuy6Z4ACgkQgAnW8HDreRYwwACguMKz6OF4eKJqi1P54kHmDedK +2/oAnit49g2472ZWepDqaZWgXaBU7qzn +=SRja +-----END PGP SIGNATURE----- diff --git a/x11-terms/terminator/files/0.90-without-icon-cache.patch b/x11-terms/terminator/files/0.90-without-icon-cache.patch new file mode 100644 index 000000000000..c7862def3eaa --- /dev/null +++ b/x11-terms/terminator/files/0.90-without-icon-cache.patch @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000000..180fb04e9c86 --- /dev/null +++ b/x11-terms/terminator/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<pkgmetadata> +<herd>gnome</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +<longdescription> + Much of the behaviour of Terminator is based on GNOME Terminal, and + we are adding more features from that as time goes by, but we also + want to extend out in different directions with useful features for + sysadmins and other users. If you have any suggestions, please file + wishlist bugs! (see below for the address) +</longdescription> +</pkgmetadata> diff --git a/x11-terms/terminator/terminator-0.90.ebuild b/x11-terms/terminator/terminator-0.90.ebuild new file mode 100644 index 000000000000..622dfbbb1bd6 --- /dev/null +++ b/x11-terms/terminator/terminator-0.90.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.90.ebuild,v 1.1 2010/03/31 06:20:08 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="" + +src_prepare() { + epatch "${FILESDIR}"/${PV}-without-icon-cache.patch + distutils_src_prepare +} |