public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/
Date: Fri, 11 Sep 2015 11:36:02 +0000 (UTC)	[thread overview]
Message-ID: <1441971361.767dc8b6ae440f90f7a6d1be3b926dde8e30af8e.jlec@gentoo> (raw)

commit:     767dc8b6ae440f90f7a6d1be3b926dde8e30af8e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 11:35:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 11:36:01 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767dc8b6

x11-terms/terminator: Version Bump

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560194

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-terms/terminator/Manifest               |  1 +
 x11-terms/terminator/terminator-0.98.ebuild | 74 +++++++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
index 1f8d777..3990ad0 100644
--- a/x11-terms/terminator/Manifest
+++ b/x11-terms/terminator/Manifest
@@ -1,2 +1,3 @@
 DIST terminator-0.97.tar.gz 5025337 SHA256 0281b568913f392eec92ebee3c6fea15afe4f4e01869bad38d9efe0eb305be49 SHA512 ac1dfb5c014323ddd3b3347645ac26083d96fe8e895d31c5992d185863d40b5f1a67c5db1315b48f483d9511faeb1adb16133a4aef1e1f178656f3437d4a7470 WHIRLPOOL 9d83bd34e1018dc535af573af27d08b425def1af5498de7be793e7c90298d0140c2e78479bae4264fa7315bcfa9b36d2d464f822b58af0d7452802a3cfc18583
+DIST terminator-0.98.tar.gz 6007243 SHA256 0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1 SHA512 c40ac1929bb446239f769d33f37a6d49ee79ea10755dda4bbbd228763f13661f0ef7efd950a592462150237e516077311318e2a19c9f08adac76a418cf633573 WHIRLPOOL b9a6e9bba8a945ca51aca6936b00dfc51b9c1d266315450b2f63af2d64600c18a7ff9cce712a342f236aded0bbda07b7d1a979685f68d45006a14cf7b0d9a160
 DIST terminator_0.96.tar.gz 264226 SHA256 d708c783c36233fcafbd0139a91462478ae40f5cf696ef4acfcaf5891a843201 SHA512 f74b5887ea7a11bf5c6866eae5e879a60badd81dd5056cfd0fdb5e4940b81917e6cd05ea50b56a9c7beba8e9fc9e842b25d3c8ad3ed7b574b72f43a1d4fc6c5e WHIRLPOOL 53fed7d74a3a76e7cca01cb0ab7f1780f981b81aec9606a1f4416c3e786773aca41abac174e40f1b49b9285edc9d7c8fcf599395c09a9a23ec3ec4d745e35b55

diff --git a/x11-terms/terminator/terminator-0.98.ebuild b/x11-terms/terminator/terminator-0.98.ebuild
new file mode 100644
index 0000000..d5c931d
--- /dev/null
+++ b/x11-terms/terminator/terminator-0.98.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 distutils-r1 virtualx
+
+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 doc 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
+
+	sed \
+		-e "/'share', 'doc'/s:${PN}:${PF}:g" \
+		-i setup.py terminatorlib/util.py || die
+
+	use doc || \
+		sed \
+			-e '/install_documentation/s:True:False:g' \
+			-i setup.py || die
+
+	distutils-r1_python_prepare_all
+}
+
+python_test() {
+	VIRTUALX_COMMAND="esetup.py"
+	virtualmake test
+}
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+}
+
+pkg_postrm() {
+	gnome2_pkg_postrm
+}


             reply	other threads:[~2015-09-11 11:36 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-11 11:36 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-03  0:33 [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/ Sam James
2025-06-22 17:58 Arthur Zamarin
2025-05-22 22:21 Sam James
2025-03-20  0:37 Sam James
2025-03-20  0:13 Sam James
2025-02-11 20:54 Andreas Sturmlechner
2024-09-13 19:35 Arthur Zamarin
2024-09-13 19:33 Arthur Zamarin
2024-09-13 19:33 Arthur Zamarin
2024-07-11 16:30 Eli Schwartz
2024-05-21 16:01 Rick Farina
2023-10-17  5:24 Yixun Lan
2023-05-02 15:21 Arthur Zamarin
2023-05-01  8:53 Sam James
2023-03-11 17:15 Sam James
2023-02-27  0:41 Sam James
2023-02-27  0:41 Sam James
2023-01-13 10:55 Joonas Niilola
2023-01-12 14:41 Joonas Niilola
2022-09-27 14:01 Andrew Ammerlaan
2022-06-09 19:30 Joonas Niilola
2022-06-09 19:30 Joonas Niilola
2022-06-08 11:15 Yixun Lan
2022-05-23 21:15 Conrad Kostecki
2021-06-21 22:26 Sam James
2021-06-06  7:14 Agostino Sarubbo
2021-06-05 20:35 Sam James
2021-04-10  6:58 Joonas Niilola
2021-04-04 18:55 Andreas Sturmlechner
2021-03-08  7:35 Joonas Niilola
2020-11-23 13:29 Joonas Niilola
2020-11-23  8:15 Joonas Niilola
2020-11-23  8:15 Joonas Niilola
2020-10-17 14:04 Joonas Niilola
2020-10-15 11:03 Joonas Niilola
2020-08-31  2:47 Stefan Strogin
2020-06-05  9:57 Andreas Sturmlechner
2020-06-04 15:31 Agostino Sarubbo
2020-06-04 15:28 Agostino Sarubbo
2020-06-04 12:09 Andreas Sturmlechner
2020-06-04 12:09 Andreas Sturmlechner
2020-02-16 20:25 David Seifert
2018-08-05 11:19 Sergei Trofimovich
2018-02-06 18:36 Thomas Deutschmann
2018-01-28 12:53 Mikle Kolyada
2018-01-12  0:13 Zac Medico
2017-11-26 23:33 David Seifert
2017-07-08 10:34 Jeroen Roovers
2016-11-28  8:06 Jeroen Roovers
2015-09-20 10:24 Justin Lecher
2015-09-19 13:30 Agostino Sarubbo
2015-09-11 11:36 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1441971361.767dc8b6ae440f90f7a6d1be3b926dde8e30af8e.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox