Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/
Date: Sun, 20 Sep 2015 10:24:13
Message-Id: 1442744642.5a1dab2b7a519560371206237d448a32cd95da87.jlec@gentoo
1 commit: 5a1dab2b7a519560371206237d448a32cd95da87
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:20:36 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:24:02 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1dab2b
7
8 x11-terms/terminator: Drop old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-terms/terminator/Manifest | 1 -
14 x11-terms/terminator/terminator-0.96-r1.ebuild | 53 --------------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/x11-terms/terminator/Manifest b/x11-terms/terminator/Manifest
18 index 3990ad0..d43ebf7 100644
19 --- a/x11-terms/terminator/Manifest
20 +++ b/x11-terms/terminator/Manifest
21 @@ -1,3 +1,2 @@
22 DIST terminator-0.97.tar.gz 5025337 SHA256 0281b568913f392eec92ebee3c6fea15afe4f4e01869bad38d9efe0eb305be49 SHA512 ac1dfb5c014323ddd3b3347645ac26083d96fe8e895d31c5992d185863d40b5f1a67c5db1315b48f483d9511faeb1adb16133a4aef1e1f178656f3437d4a7470 WHIRLPOOL 9d83bd34e1018dc535af573af27d08b425def1af5498de7be793e7c90298d0140c2e78479bae4264fa7315bcfa9b36d2d464f822b58af0d7452802a3cfc18583
23 DIST terminator-0.98.tar.gz 6007243 SHA256 0a6d8c9ffe36d67e60968fbf2752c521e5d498ceda42ef171ad3e966c02f26c1 SHA512 c40ac1929bb446239f769d33f37a6d49ee79ea10755dda4bbbd228763f13661f0ef7efd950a592462150237e516077311318e2a19c9f08adac76a418cf633573 WHIRLPOOL b9a6e9bba8a945ca51aca6936b00dfc51b9c1d266315450b2f63af2d64600c18a7ff9cce712a342f236aded0bbda07b7d1a979685f68d45006a14cf7b0d9a160
24 -DIST terminator_0.96.tar.gz 264226 SHA256 d708c783c36233fcafbd0139a91462478ae40f5cf696ef4acfcaf5891a843201 SHA512 f74b5887ea7a11bf5c6866eae5e879a60badd81dd5056cfd0fdb5e4940b81917e6cd05ea50b56a9c7beba8e9fc9e842b25d3c8ad3ed7b574b72f43a1d4fc6c5e WHIRLPOOL 53fed7d74a3a76e7cca01cb0ab7f1780f981b81aec9606a1f4416c3e786773aca41abac174e40f1b49b9285edc9d7c8fcf599395c09a9a23ec3ec4d745e35b55
25
26 diff --git a/x11-terms/terminator/terminator-0.96-r1.ebuild b/x11-terms/terminator/terminator-0.96-r1.ebuild
27 deleted file mode 100644
28 index 102cc67..0000000
29 --- a/x11-terms/terminator/terminator-0.96-r1.ebuild
30 +++ /dev/null
31 @@ -1,53 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=4
37 -
38 -PYTHON_DEPEND="2"
39 -PYTHON_MODNAME="terminatorlib"
40 -SUPPORT_PYTHON_ABIS="1"
41 -RESTRICT_PYTHON_ABIS="3.*"
42 -
43 -inherit gnome2 distutils eutils
44 -
45 -DESCRIPTION="Multiple GNOME terminals in one window"
46 -HOMEPAGE="http://www.tenshu.net/p/terminator.html"
47 -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -IUSE="dbus gnome +libnotify"
53 -
54 -RDEPEND="
55 - dev-libs/keybinder:0[python]
56 - x11-libs/vte:0[python]
57 - dbus? ( sys-apps/dbus )
58 - gnome? (
59 - dev-python/gconf-python
60 - dev-python/libgnome-python
61 - dev-python/pygobject:2
62 - dev-python/pygtk:2
63 - )
64 - libnotify? ( dev-python/notify-python )"
65 -DEPEND="dev-util/intltool"
66 -
67 -src_prepare() {
68 - epatch \
69 - "${FILESDIR}"/0.90-without-icon-cache.patch \
70 - "${FILESDIR}"/0.94-session.patch
71 - distutils_src_prepare
72 -}
73 -
74 -src_configure() { :; }
75 -
76 -pkg_postinst() {
77 - gnome2_pkg_postinst
78 - distutils_pkg_postinst
79 -}
80 -
81 -pkg_postrm() {
82 - gnome2_pkg_postrm
83 - distutils_pkg_postrm
84 -}