summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-04-06 15:43:06 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-09 20:19:22 +0300
commitd4b23d9d969e4a3215a0212e757ffb93670f3664 (patch)
treeeb15aba53b8e050c956d7ddc283bbd427795a690
parentx11-misc/mozo: add 1.28.0 (diff)
downloadgentoo-d4b23d9d969e4a3215a0212e757ffb93670f3664.tar.gz
gentoo-d4b23d9d969e4a3215a0212e757ffb93670f3664.tar.bz2
gentoo-d4b23d9d969e4a3215a0212e757ffb93670f3664.zip
x11-terms/mate-terminal: drop 1.27.1
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--x11-terms/mate-terminal/Manifest1
-rw-r--r--x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 01cf09a15807..4c05e3d0aadf 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1,2 +1 @@
DIST mate-terminal-1.26.1.tar.xz 2131524 BLAKE2B 72831d4a29ac8b1407c26337a966405a27b6742007624adaae51c973fe5bf44dee6259bf89f356b4b5023a9a535568050e79d22fdd911c05db3296476109a9e7 SHA512 75b40f58a117e10ae9214e11af3c00227a366ab8788fa4f06788c3be7173d402d6eba2b4f63fc9b0a6723311c0b79f912e02170650c5257adefe0f5ca0d78198
-DIST mate-terminal-1.27.1.tar.xz 2148092 BLAKE2B 3111d01270fca2db889d2f707718a812230ca7abe5336fa936bec2b5e265047a30de07078d9a3d0a1e5b80e3b01050727bf228da80400f99a2ad48cf713d5e72 SHA512 b7c2e0007d3b4fca5c00e366720fd9318693cce487f2e00e21a4e749525304fc9cb71bcba2d694f82162e93aede4aa04b1fe784612fdb388f83de949466fd3b0
diff --git a/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild
deleted file mode 100644
index 7e7071583457..000000000000
--- a/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit mate
-
-MINOR=$(($(ver_cut 2) % 2))
-if [[ ${MINOR} -eq 0 ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
-fi
-
-DESCRIPTION="The MATE Terminal"
-LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
-SLOT="0"
-
-COMMON_DEPEND="
- >=app-accessibility/at-spi2-core-2.46.0
- >=dev-libs/glib-2.50:2
- >=gnome-base/dconf-0.13.4
- x11-libs/gdk-pixbuf:2
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/pango
- >=x11-libs/gtk+-3.22:3[X]
- >=x11-libs/vte-0.48:2.91
-"
-
-RDEPEND="${COMMON_DEPEND}
- >=mate-base/mate-desktop-1.6
- virtual/libintl
-"
-
-BDEPEND="${COMMON_DEPEND}
- app-text/rarian
- app-text/yelp-tools
- dev-util/glib-utils
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-"