summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-06-12 11:34:09 +0300
committerMichał Górny <mgorny@gentoo.org>2018-06-13 12:27:33 +0200
commitbf6d3677405ab2f0b718bf04b3c929943f5ef87a (patch)
tree6c83490e26817bc5f860d4903bbcce4db941b52d /x11-terms/terminology
parentmedia-plugins/evas_generic_loaders: remove -9999 (diff)
downloadgentoo-bf6d3677405ab2f0b718bf04b3c929943f5ef87a.tar.gz
gentoo-bf6d3677405ab2f0b718bf04b3c929943f5ef87a.tar.bz2
gentoo-bf6d3677405ab2f0b718bf04b3c929943f5ef87a.zip
x11-terms/terminology: remove -9999
Unmaintained. Package-Manager: Portage[mgorny]-2.3.36.1
Diffstat (limited to 'x11-terms/terminology')
-rw-r--r--x11-terms/terminology/terminology-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/x11-terms/terminology/terminology-9999.ebuild b/x11-terms/terminology/terminology-9999.ebuild
deleted file mode 100644
index b8b33368f9b5..000000000000
--- a/x11-terms/terminology/terminology-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit git-r3 meson
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology"
-EGIT_REPO_URI="https://git.enlightenment.org/apps/${PN}.git"
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/efl-1.20.0[eet,fontconfig,opengl,X]"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )
-"
-
-src_configure() {
- local emesonargs=(
- -D nls=$(usex nls true false)
- )
-
- meson_src_configure
-}