Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-terms/mate-terminal/
Date: Thu, 10 Jun 2021 00:24:06
Message-Id: 1623282518.25bb25fc36ae5c35a08610882169b4e592af3e40.np-hardass@gentoo
1 commit: 25bb25fc36ae5c35a08610882169b4e592af3e40
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 23:48:38 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 23:48:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=25bb25fc
7
8 x11-terms/mate-terminal: Drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 x11-terms/mate-terminal/Manifest | 1 -
14 .../mate-terminal/mate-terminal-1.24.0.ebuild | 43 ----------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
18 index 59ab612..1b93277 100644
19 --- a/x11-terms/mate-terminal/Manifest
20 +++ b/x11-terms/mate-terminal/Manifest
21 @@ -1,2 +1 @@
22 -DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79 SHA512 2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76
23 DIST mate-terminal-1.24.1.tar.xz 2032824 BLAKE2B d5c6e97fbb22550f8caf0042422ea9104b947f04e3dacb42bee4e6d1dcdbd59c8cb6765889ac86ea5850ac5ca293a9f796aa5c41d5e1707df2bb37670b3832f3 SHA512 83090667f823605ef0681efeff66c30729df83e7335c100171017ee5f2e819ec0bb219fdc71ed54a27c4a846fcc8db01c4462ef5b9c1e3f31d9c5838427566dc
24
25 diff --git a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild b/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild
26 deleted file mode 100644
27 index 3a1096a..0000000
28 --- a/x11-terms/mate-terminal/mate-terminal-1.24.0.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit mate
37 -
38 -if [[ ${PV} != 9999 ]]; then
39 - KEYWORDS="amd64 ~arm ~arm64 x86"
40 -fi
41 -
42 -DESCRIPTION="The MATE Terminal"
43 -LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
44 -SLOT="0"
45 -
46 -IUSE=""
47 -
48 -COMMON_DEPEND="
49 - dev-libs/atk
50 - >=dev-libs/glib-2.50:2
51 - >=gnome-base/dconf-0.13.4
52 - x11-libs/gdk-pixbuf:2
53 - x11-libs/libICE
54 - x11-libs/libSM
55 - x11-libs/libX11
56 - x11-libs/pango
57 - >=x11-libs/gtk+-3.22:3[X]
58 - >=x11-libs/vte-0.48:2.91
59 -"
60 -
61 -RDEPEND="${COMMON_DEPEND}
62 - >=mate-base/mate-desktop-1.6
63 - virtual/libintl
64 -"
65 -
66 -DEPEND="${COMMON_DEPEND}
67 - app-text/rarian
68 - >=app-text/scrollkeeper-dtd-1:1.0
69 - app-text/yelp-tools
70 - dev-util/glib-utils
71 - >=sys-devel/gettext-0.19.8:*
72 - virtual/pkgconfig
73 -"