diff options
-rw-r--r-- | x11-terms/mate-terminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index 59ab612..1b93277 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1,2 +1 @@ -DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79 SHA512 2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76 DIST mate-terminal-1.24.1.tar.xz 2032824 BLAKE2B d5c6e97fbb22550f8caf0042422ea9104b947f04e3dacb42bee4e6d1dcdbd59c8cb6765889ac86ea5850ac5ca293a9f796aa5c41d5e1707df2bb37670b3832f3 SHA512 83090667f823605ef0681efeff66c30729df83e7335c100171017ee5f2e819ec0bb219fdc71ed54a27c4a846fcc8db01c4462ef5b9c1e3f31d9c5838427566dc diff --git a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild b/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild deleted file mode 100644 index 3a1096a..0000000 --- a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild +++ /dev/null @@ -1,43 +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 - virtual/libintl -" - -DEPEND="${COMMON_DEPEND} - app-text/rarian - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools - dev-util/glib-utils - >=sys-devel/gettext-0.19.8:* - virtual/pkgconfig -" |