summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-12-15 15:07:24 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-12-15 15:07:24 +0200
commit0b32a4caa29ed9c256eb48add16a0007d563aad4 (patch)
treee652a699b375b88469979b65db960162fc09f781 /x11-terms/terminology
parentwww-client/chromium: security cleanup (diff)
downloadgentoo-0b32a4caa29ed9c256eb48add16a0007d563aad4.tar.gz
gentoo-0b32a4caa29ed9c256eb48add16a0007d563aad4.tar.bz2
gentoo-0b32a4caa29ed9c256eb48add16a0007d563aad4.zip
x11-terms/terminology: drop 1.10.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'x11-terms/terminology')
-rw-r--r--x11-terms/terminology/Manifest1
-rw-r--r--x11-terms/terminology/terminology-1.10.0.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/x11-terms/terminology/Manifest b/x11-terms/terminology/Manifest
index eae03e1a5534..58e9a7146a0e 100644
--- a/x11-terms/terminology/Manifest
+++ b/x11-terms/terminology/Manifest
@@ -1,2 +1 @@
-DIST terminology-1.10.0.tar.xz 4984496 BLAKE2B f8ca3e30686057a95d3d37993680e436c30df64fa058ebfdc5faeb2c4695b1e7277a542c4d92870d89e006db408b93b1cc99f1d2d5037023b1525662ab95192d SHA512 2afd253da27a49bf4d306bcc92fb14148c7f2df1116de8422a60be128be8483042ae61457805ce446d863b5671c6d1613d77efc811167a786f3968f68964dae1
DIST terminology-1.11.0.tar.xz 4984128 BLAKE2B 059de50cd9e4c94f628e992f44909a1f2dcd79ce01c48cbde2f043f08a2e22c6ded1e7de61f84bd8b37961191501a4ec32ca027c32994a1d7b1929a2270c977e SHA512 9c26c383760a497cc9bbb36aa8bd154599a708cb6bbede26fc2f5c6d6459a51d566066c4d9b64198afaadd94463ce83bca4b392551fd4ff3e68d8a4383d6c403
diff --git a/x11-terms/terminology/terminology-1.10.0.ebuild b/x11-terms/terminology/terminology-1.10.0.ebuild
deleted file mode 100644
index 3d7c7e698105..000000000000
--- a/x11-terms/terminology/terminology-1.10.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit meson python-any-r1 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/terminology/${P}.tar.xz https://downloads.terminolo.gy/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="extras nls"
-
-RDEPEND="|| ( dev-libs/efl[gles2-only] dev-libs/efl[opengl] )
- || ( dev-libs/efl[X] dev-libs/efl[wayland] )
- app-arch/lz4
- dev-libs/efl[eet,fontconfig]"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}
- virtual/libintl
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-pkg_setup() {
- python-any-r1_pkg_setup
-}
-
-src_prepare() {
- default
-
- # Fix python shebangs for python-exec[-native-symlinks], #766081
- local shebangs=($(grep -rl "#!/usr/bin/env python3" || die))
- python_fix_shebang -q ${shebangs[*]}
-}
-
-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
-}