diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-08-20 21:04:52 +0200 |
---|---|---|
committer | Adam Feldman <NP-Hardass@gentoo.org> | 2020-09-02 02:01:35 -0400 |
commit | 42a94209d061f7e2e6db1a71df005a3465e27b28 (patch) | |
tree | 2c09a7b06dec9aac6ba04c8560038cb7df0d2b02 /x11-terms/mate-terminal | |
parent | mate-extra/mate-user-share: drop mate-user-share-1.22.1 (diff) | |
download | gentoo-42a94209d061f7e2e6db1a71df005a3465e27b28.tar.gz gentoo-42a94209d061f7e2e6db1a71df005a3465e27b28.tar.bz2 gentoo-42a94209d061f7e2e6db1a71df005a3465e27b28.zip |
x11-terms/mate-terminal: drop mate-terminal-1.22.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'x11-terms/mate-terminal')
-rw-r--r-- | x11-terms/mate-terminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index f3bb348c483c..b9282e13f7fa 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1,2 +1 @@ -DIST mate-terminal-1.22.1.tar.xz 1543900 BLAKE2B 9c5d92525391603f3dd06444c07d892bbae43c03da7f09414901ee31ce8497e65dfca9f184c8186bead91c27c99c69a528ad2021983ad074023781b275e2b748 SHA512 b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534 DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79 SHA512 2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76 diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild deleted file mode 100644 index cc113ab0ab41..000000000000 --- a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm ~arm64 x86" -fi - -DESCRIPTION="The MATE Terminal" -LICENSE="FDL-1.1+ GPL-3+ LGPL-3+" -SLOT="0" - -IUSE="" - -COMMON_DEPEND="dev-libs/atk - >=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" - -DEPEND="${COMMON_DEPEND} - app-text/rarian - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools - dev-util/glib-utils - >=dev-util/intltool-0.50.1 - sys-devel/gettext - virtual/pkgconfig" |