commit:     48b5ff6c17e5c84baeb23a36ab9588d39678979c
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 10:26:04 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 10:27:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b5ff6c

x11-terms/terminology: remove old 1.7.0

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 x11-terms/terminology/Manifest                    |  1 -
 x11-terms/terminology/terminology-1.7.0-r1.ebuild | 46 -----------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index 6f951b7b9c7..2a0438cde3c 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1,2 +1 @@
-DIST terminology-1.7.0.tar.xz 4922616 BLAKE2B 
40ca7bfff534e773b4c188970ecd82e44c2eee7a75eb2a6d4fc6a8635c57857e2037a319818a437843271faa42995f25b613091a4463c02427d835c6ae572722
 SHA512 
9635da6a51344fbbafd333592252c2539daa795600b4a1d5ea5710e294f18ff9f5667706c789a3c91378b493ae631df47faec2bc43b4cc48d0266506ab3f2e78
 DIST terminology-1.8.1.tar.xz 4939080 BLAKE2B 
a87f6f27eca41b4e98d0d26c488ff9075e99e9ba99ef098db54069254a162c9e6f626716d650b6d04004e8f24fd2bcc36422de1834c575f95556612167b4f8a5
 SHA512 
9b12540d0e907ee1499c3249f1e2dbf7786f401e2154856a804dc0a1afbe389cb297b237fdc1c38aff8b81ba1f65d70cf3a27c986ec8cccef6f03894feadf14f

diff --git a/x11-terms/terminology/terminology-1.7.0-r1.ebuild 
b/x11-terms/terminology/terminology-1.7.0-r1.ebuild
deleted file mode 100644
index 6b3a9662a1c..00000000000
--- a/x11-terms/terminology/terminology-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson xdg-utils
-
-DESCRIPTION="Feature rich terminal emulator using the Enlightenment Foundation 
Libraries"
-HOMEPAGE="https://www.enlightenment.org/about-terminology";
-SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz";
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="extras nls"
-
-RDEPEND="|| (
-               || (
-                       >=dev-libs/efl-1.24.3[gles2-only]
-                       <dev-libs/efl-1.24.3[gles2]
-               )
-               dev-libs/efl[opengl]
-       )
-       || ( dev-libs/efl[X] dev-libs/efl[wayland] )
-       app-arch/lz4
-       dev-libs/efl[eet,fontconfig]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
-       nls? ( sys-devel/gettext )"
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use nls)
-               $(meson_use extras tests)
-       )
-
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       xdg_icon_cache_update
-}

Reply via email to