Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/
Date: Mon, 09 Jul 2018 20:30:17
Message-Id: 1531168180.7a689b50fbedb3a464ad4dec38a703a7c7a3b5c9.asturm@gentoo
1 commit: 7a689b50fbedb3a464ad4dec38a703a7c7a3b5c9
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Mon Jul 9 16:48:59 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 20:29:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a689b50
7
8 x11-terms/terminology: clean old
9
10 Package-Manager: Portage[mgorny]-2.3.36.1
11
12 x11-terms/terminology/Manifest | 2 --
13 x11-terms/terminology/terminology-0.9.1.ebuild | 18 ------------------
14 x11-terms/terminology/terminology-1.0.0.ebuild | 23 -----------------------
15 3 files changed, 43 deletions(-)
16
17 diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
18 index 59a2b4e4b00..90de0c1c9eb 100644
19 --- a/x11-terms/terminology/Manifest
20 +++ b/x11-terms/terminology/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST terminology-0.9.1.tar.xz 4961876 BLAKE2B 03aab7c5c0740bede4c06b90721d96c121500009b6dd939387e8bd3dae160b4c705cf95a724dd8cc404badc9b9d5f22a5321312f229dd488331e4c4c1e2b0844 SHA512 c6db9fa62f3f168be635da1e3ed7a13deba13cbfa5bed75e3f97ee6e13837ca9cb5facab48c44f200baed34b8f32f852eadd9844de648795733602602fae32fd
23 -DIST terminology-1.0.0.tar.xz 4979420 BLAKE2B cbc78b751a2e6812ab31c69a62ea4abe2bb53f12b647cea7adae03e54fe0a238c56c5c029c43057c3a1326c7c8af0412574a85a404896554a142ed068ab581ab SHA512 5c99e1e1eea0de24d67779059d3ba65a8fbd1fdf63d9f22099e38defc11fdc8923fbe50a7276bc483ce5ee7527f665e3f2c48358d85c3a06f33e551bd8ef2320
24 DIST terminology-1.1.0.tar.xz 4989512 BLAKE2B b2bcc22a63d25517aa4dd223b914a784d8c4c87ce9d971dff20b9f66b3ff0d2667babc053f3e1923d0bcaa5508902b824302420c0731173c96136d2071400f61 SHA512 ad4ecc6d51a6a124e90eb63d887d5f742500944747b469239366732587510717a227aa41a90089911cf1ac5b289228880619726ae95688de9a92972d554bf95d
25 DIST terminology-1.2.1.tar.xz 4858528 BLAKE2B 953917ed9dac9d17048d19394e6d8b38fd1673bc618cd1ecb596eee7b889f973b5622ef9d3424bc9f94928f44129062a7a4f88cdb2af519b87aeb141661902bc SHA512 8485d38a5426ac0f32b3cb049170bfa015a9f648134973462d72412b291b160f05b6ccfb3ba47115740946c8d87160401d55672a6853027d0cc216bdc7cc659b
26
27 diff --git a/x11-terms/terminology/terminology-0.9.1.ebuild b/x11-terms/terminology/terminology-0.9.1.ebuild
28 deleted file mode 100644
29 index 9b08d95ad0d..00000000000
30 --- a/x11-terms/terminology/terminology-0.9.1.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 1999-2015 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
39 -HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology"
40 -SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND=">=dev-libs/efl-1.15.1
48 - >=media-libs/elementary-1.15.1"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig"
51
52 diff --git a/x11-terms/terminology/terminology-1.0.0.ebuild b/x11-terms/terminology/terminology-1.0.0.ebuild
53 deleted file mode 100644
54 index dc28f45542c..00000000000
55 --- a/x11-terms/terminology/terminology-1.0.0.ebuild
56 +++ /dev/null
57 @@ -1,23 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI="5"
62 -
63 -MY_P=${P/_/-}
64 -
65 -if [[ "${PV}" == "9999" ]] ; then
66 - EGIT_SUB_PROJECT="apps"
67 - EGIT_URI_APPEND="${PN}"
68 -else
69 - SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${MY_P}.tar.xz"
70 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
71 -fi
72 -
73 -inherit enlightenment
74 -
75 -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
76 -HOMEPAGE="https://www.enlightenment.org/p.php?p=about/terminology"
77 -
78 -RDEPEND=">=dev-libs/efl-1.18"
79 -DEPEND="${RDEPEND}
80 - virtual/pkgconfig"