Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminology/
Date: Wed, 13 Jun 2018 10:41:09
Message-Id: 1528885653.bf6d3677405ab2f0b718bf04b3c929943f5ef87a.mgorny@gentoo
1 commit: bf6d3677405ab2f0b718bf04b3c929943f5ef87a
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 12 08:34:09 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:27:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6d3677
7
8 x11-terms/terminology: remove -9999
9
10 Unmaintained.
11
12 Package-Manager: Portage[mgorny]-2.3.36.1
13
14 x11-terms/terminology/terminology-9999.ebuild | 29 ---------------------------
15 1 file changed, 29 deletions(-)
16
17 diff --git a/x11-terms/terminology/terminology-9999.ebuild b/x11-terms/terminology/terminology-9999.ebuild
18 deleted file mode 100644
19 index b8b33368f9b..00000000000
20 --- a/x11-terms/terminology/terminology-9999.ebuild
21 +++ /dev/null
22 @@ -1,29 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="6"
27 -
28 -inherit git-r3 meson
29 -
30 -DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
31 -HOMEPAGE="https://www.enlightenment.org/about-terminology"
32 -EGIT_REPO_URI="https://git.enlightenment.org/apps/${PN}.git"
33 -
34 -LICENSE="BSD-2"
35 -SLOT="0"
36 -IUSE="nls"
37 -
38 -RDEPEND=">=dev-libs/efl-1.20.0[eet,fontconfig,opengl,X]"
39 -DEPEND="
40 - ${RDEPEND}
41 - virtual/pkgconfig
42 - nls? ( sys-devel/gettext )
43 -"
44 -
45 -src_configure() {
46 - local emesonargs=(
47 - -D nls=$(usex nls true false)
48 - )
49 -
50 - meson_src_configure
51 -}