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, 04 Feb 2019 01:14:19
Message-Id: 1549242725.66b728a0392cb114f6134c77944aa399f96d7fd1.asturm@gentoo
1 commit: 66b728a0392cb114f6134c77944aa399f96d7fd1
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Fri Jan 11 05:03:23 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 01:12:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b728a0
7
8 x11-terms/terminology: remove old
9
10 Package-Manager: Portage[mgorny]-2.3.51.1
11 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-terms/terminology/terminology-1.3.2.ebuild | 35 --------------------------
15 1 file changed, 35 deletions(-)
16
17 diff --git a/x11-terms/terminology/terminology-1.3.2.ebuild b/x11-terms/terminology/terminology-1.3.2.ebuild
18 deleted file mode 100644
19 index 813c81c47cd..00000000000
20 --- a/x11-terms/terminology/terminology-1.3.2.ebuild
21 +++ /dev/null
22 @@ -1,35 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -inherit meson
29 -
30 -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
31 -HOMEPAGE="https://www.enlightenment.org/about-terminology"
32 -SRC_URI="https://fau.re/${PN}/${P}.tar.xz"
33 -
34 -LICENSE="BSD-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
37 -IUSE="nls"
38 -
39 -RDEPEND="
40 - || ( dev-libs/efl[egl] dev-libs/efl[opengl] )
41 - || ( dev-libs/efl[X] dev-libs/efl[wayland] )
42 - app-arch/lz4
43 - dev-libs/efl[eet,fontconfig]
44 -"
45 -DEPEND="${RDEPEND}"
46 -BDEPEND="
47 - virtual/pkgconfig
48 - nls? ( sys-devel/gettext )
49 -"
50 -
51 -src_configure() {
52 - local emesonargs=(
53 - $(meson_use nls)
54 - )
55 -
56 - meson_src_configure
57 -}