From b21e3a7d3ed18bd511217d1f625d1f98b9128932 Mon Sep 17 00:00:00 2001 From: Horodniceanu Andrei Date: Sat, 13 Jan 2024 16:46:16 +0200 Subject: x11-terms/tilix: drop 1.9.3-r2 Signed-off-by: Horodniceanu Andrei --- x11-terms/tilix/Manifest | 1 - x11-terms/tilix/tilix-1.9.3-r2.ebuild | 47 ----------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 x11-terms/tilix/tilix-1.9.3-r2.ebuild (limited to 'x11-terms') diff --git a/x11-terms/tilix/Manifest b/x11-terms/tilix/Manifest index 5bf3865..dbf5f34 100644 --- a/x11-terms/tilix/Manifest +++ b/x11-terms/tilix/Manifest @@ -1,2 +1 @@ -DIST tilix-1.9.3.tar.gz 837010 BLAKE2B b132ec95a51a09d4fba5b4358961919c581b2ffec2c1d05c2b5e11a5f49f6404cbdd5d553bf2735c1630e917b66c5b8e80d6186f6bf97c0c1f6eae983d575ba5 SHA512 59165d24404c3fb9beb40070005131c6262abe98626c164552c0d90d0d74b3fc1d0532430b56027497674934a7fbfd2fdf4195b01915cb6d03a284f468c7adca DIST tilix-1.9.6.tar.gz 1047476 BLAKE2B a08ea0c4060772af798f44119461764c74f5db330b9dbcb6381a94713c69f213c07affb024f06efc51ad58725117a515869cb74644f7240422496bd8ce8be7aa SHA512 2d51e8c0203863573e52c7bf68a66ba4ec58f929ecebf90bb68bae3f15d9f745f956fc524b7dd23d1804d5130dd0bf39ff834d262042375448e53714021338f6 diff --git a/x11-terms/tilix/tilix-1.9.3-r2.ebuild b/x11-terms/tilix/tilix-1.9.3-r2.ebuild deleted file mode 100644 index 74a3175..0000000 --- a/x11-terms/tilix/tilix-1.9.3-r2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="A tiling terminal emulator for Linux using GTK+ 3" -HOMEPAGE="https://gnunn1.github.io/tilix-web/" -LICENSE="MPL-2.0" - -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+crypt" - -DLANG_VERSION_RANGE="2.075-2.086" -DLANG_PACKAGE_TYPE="single" - -inherit dlang - -GITHUB_URI="https://codeload.github.com/gnunn1" -SRC_URI="${GITHUB_URI}/${PN}/tar.gz/${PV} -> ${PN}-${PV}.tar.gz" - -RDEPEND=" - >=sys-devel/gettext-0.19.8.1 - >=dev-libs/gtkd-3.8.5:3[vte,${DLANG_COMPILER_USE}] - x11-libs/vte:2.91[crypt?]" -DEPEND=" - sys-devel/automake:1.16 - >=sys-devel/autoconf-2.69 - app-text/po4a - ${RDEPEND}" - -src_prepare() { - eapply_user - ./autogen.sh -} - -d_src_configure() { - export GTKD_CFLAGS="-I/usr/include/dlang/gtkd-3" - export GTKD_LIBS="-L-ldl -L-lvted-3 -L-lgtkd-3" - default_src_configure -} - -d_src_install() { - default_src_install - # Silence "Please fix the ebuild not to install compressed files" QA warnings - gzip -d "${D}"/usr/share/man/man1/tilix.1.gz "${D}"/usr/share/man/*/man1/tilix.1.gz -} -- cgit v1.2.3-65-gdbad