From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Wed, 17 Jun 2020 20:45:17 +0000 (UTC) [thread overview]
Message-ID: <1592426691.a2e3cc233320f2ad236dd8f80c119d8441883a8e.leio@gentoo> (raw)
commit: a2e3cc233320f2ad236dd8f80c119d8441883a8e
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 17 20:44:00 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Jun 17 20:44:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e3cc23
x11-libs/vte: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
x11-libs/vte/Manifest | 2 -
x11-libs/vte/metadata.xml | 3 --
x11-libs/vte/vte-0.56.4.ebuild | 89 ------------------------------------------
3 files changed, 94 deletions(-)
diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index 8843f9fc24a..006d3141ffb 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,5 +1,3 @@
DIST vte-0.28.2.tar.xz 962340 BLAKE2B 1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9 SHA512 d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
-DIST vte-0.54.1-command-notify.patch.xz 3428 BLAKE2B 75b0c22720276300be2e49e8444aa68fed77fb7a6cc6b0e93a5c2d41257626bd60ff1084d68579769cb3d85e7ec567927591746de48e860b138d0c1f24f64cc7 SHA512 a53da569f8168c8e9e21e186dcfc00bf9fdb78a0c767ba35033c1c1e4f836406b4d9bf70ee3e071f6c749fd6f72101a6960d201617bd0bc23021e1eeaac6fd0c
-DIST vte-0.56.4.tar.xz 1100952 BLAKE2B 3c3ec69f4078bdb07a4501df4aeb31aaeb7f9fa5a4631152d486fbb2c950362612cd9dff4abe25b93da6c712a37a20ccbf050ad33d96ec7b997bb1409189f60b SHA512 5a6c79b30f07c1f5848ef59028864d893cc605b9ad8f49ae819958aaed962d2ff96baad379f126381b8bf00015003c5a6dc28c792e4e050ba35090338bd7dabb
DIST vte-0.58.3-command-notify.patch.xz 4964 BLAKE2B f8414d3bf124bd3de4c08e22a051feabdb11fbded7562a0bf9858fb8b8cf6327a3fdf7e18592eacd9f3608af5b720fe9a0cb598092a12c816d37d36899d88f6b SHA512 0de06ec0019127ec2729950228f8cae3e61a306207e177b8427789d4f6477f102d78232bd7f1a6e02cc218f507474427ad8366bc3c16c8a305b432dba96ba685
DIST vte-0.58.3.tar.xz 514844 BLAKE2B 1f48e95ec81397937c8a5a3d34ea9a7d1835d6cacec6e1b90b78568505d509b375f55678462428dd01da00e7290e4543bbab2dbb0aea46a322788fbaf022427b SHA512 b0a38eb1cd7d923b0431af943dbdb89932833f9a2b0b8fc1fa9ee728c87418c1f5a424b2ccee661721093a80c569f3b41c721b0ba2302ba0c3a42d4c5e31aa9a
diff --git a/x11-libs/vte/metadata.xml b/x11-libs/vte/metadata.xml
index e72feac7249..996e7cacd21 100644
--- a/x11-libs/vte/metadata.xml
+++ b/x11-libs/vte/metadata.xml
@@ -5,7 +5,4 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
- <use>
- <flag name="glade">Provide integration with <pkg>dev-util/glade</pkg>.</flag>
- </use>
</pkgmetadata>
diff --git a/x11-libs/vte/vte-0.56.4.ebuild b/x11-libs/vte/vte-0.56.4.ebuild
deleted file mode 100644
index c9fc52ee344..00000000000
--- a/x11-libs/vte/vte-0.56.4.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
-
-inherit gnome2 vala
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
-
-LICENSE="LGPL-2+"
-SLOT="2.91"
-IUSE="+crypt debug glade +introspection +vala vanilla"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~leio/distfiles/${PN}-0.54.1-command-notify.patch.xz )"
-
-RDEPEND="
- >=dev-libs/glib-2.40:2
- >=dev-libs/libpcre2-10.21
- >=x11-libs/gtk+-3.16:3[introspection?]
- >=x11-libs/pango-1.22.0
-
- sys-libs/ncurses:0=
- sys-libs/zlib
-
- crypt? ( >=net-libs/gnutls-3.2.7:0= )
- glade? ( >=dev-util/glade-3.9:3.10 )
- introspection? ( >=dev-libs/gobject-introspection-0.9.0:= )
-"
-DEPEND="${RDEPEND}
- dev-libs/libxml2:2
- dev-util/glib-utils
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.35
- sys-devel/gettext
- virtual/pkgconfig
-
- vala? ( $(vala_depend) )
-"
-RDEPEND="${RDEPEND}
- !x11-libs/vte:2.90[glade]
-"
-
-src_prepare() {
- if ! use vanilla; then
- # Part of https://src.fedoraproject.org/rpms/vte291/blob/f30/f/vte291-cntr-ntfy-scroll.patch
- # Patch distfile for 0.54 series is re-used, as only git hashes and co changed in patchset.
- # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
- eapply "${WORKDIR}"/${PN}-0.54.1-command-notify.patch
- fi
-
- use vala && vala_src_prepare
-
- # build fails because of -Werror with gcc-5.x
- sed -e 's#-Werror=format=2#-Wformat=2#' -i configure || die "sed failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- local myconf=""
-
- if [[ ${CHOST} == *-interix* ]]; then
- myconf="${myconf} --disable-Bsymbolic"
-
- # interix stropts.h is empty...
- export ac_cv_header_stropts_h=no
- fi
-
- gnome2_src_configure \
- --disable-static \
- --with-gtk=3.0 \
- --with-iconv \
- $(use_enable debug) \
- $(use_enable glade glade-catalogue) \
- $(use_with crypt gnutls) \
- $(use_enable introspection) \
- $(use_enable vala) \
- ${myconf}
-}
-
-src_install() {
- gnome2_src_install
- mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}
next reply other threads:[~2020-06-17 20:45 UTC|newest]
Thread overview: 247+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 20:45 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 17:06 [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ Sam James
2024-12-21 17:16 Arthur Zamarin
2024-12-20 20:37 Arthur Zamarin
2024-08-09 19:31 Patrick McLean
2024-08-09 9:54 Pacho Ramos
2024-08-09 9:54 Pacho Ramos
2024-03-07 23:51 Sam James
2024-02-11 14:21 Mart Raudsepp
2024-02-11 8:09 Arthur Zamarin
2024-02-11 8:09 Arthur Zamarin
2024-02-11 6:01 Sam James
2024-02-11 3:39 Sam James
2023-12-19 18:36 Pacho Ramos
2023-11-29 4:23 Sam James
2023-10-26 16:12 Pacho Ramos
2023-09-22 17:18 Matt Turner
2023-08-18 10:55 Sam James
2023-08-16 22:32 Matt Turner
2023-08-12 19:40 Arthur Zamarin
2023-07-15 15:24 Arthur Zamarin
2023-07-15 15:24 Arthur Zamarin
2023-07-15 13:51 Arthur Zamarin
2023-07-15 12:54 Arthur Zamarin
2023-07-15 12:25 Arthur Zamarin
2023-06-05 16:46 Matt Turner
2023-05-05 7:51 Arthur Zamarin
2023-05-05 7:51 Arthur Zamarin
2023-05-05 7:51 Arthur Zamarin
2023-05-03 6:41 Arthur Zamarin
2023-05-03 6:37 Arthur Zamarin
2023-05-03 6:29 Sam James
2023-05-03 4:04 Sam James
2023-04-24 16:41 Matt Turner
2023-04-17 0:42 Matt Turner
2023-04-10 12:39 Matt Turner
2023-04-02 0:57 Matt Turner
2023-04-01 19:03 Arthur Zamarin
2023-04-01 19:01 Arthur Zamarin
2023-03-31 12:04 Arthur Zamarin
2023-03-30 17:44 Arthur Zamarin
2023-03-19 3:58 Matt Turner
2023-02-11 20:48 Matt Turner
2023-01-03 14:08 Matt Turner
2023-01-01 14:48 David Seifert
2022-12-22 11:13 Arthur Zamarin
2022-12-17 6:45 Arthur Zamarin
2022-12-16 20:57 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-12-04 2:41 Matt Turner
2022-12-02 21:53 Matt Turner
2022-11-21 17:07 Joonas Niilola
2022-11-14 6:53 Arthur Zamarin
2022-11-12 6:01 WANG Xuerui
2022-11-10 0:33 Yixun Lan
2022-11-10 0:19 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-09 14:11 Matt Turner
2022-11-07 23:18 Sam James
2022-11-07 7:26 Sam James
2022-10-31 20:31 Matt Turner
2022-10-25 15:25 Matt Turner
2022-09-26 14:49 Matt Turner
2022-05-31 18:24 Matt Turner
2022-05-31 9:24 Jakov Smolić
2022-05-28 5:45 Sam James
2022-05-28 5:38 Sam James
2022-05-28 5:05 Sam James
2022-04-17 18:15 Matt Turner
2022-03-28 4:21 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-15 20:54 Matt Turner
2022-03-09 15:39 Sam James
2022-03-09 12:49 Sam James
2022-03-08 12:32 Sam James
2022-02-07 19:03 Matt Turner
2021-12-17 2:23 Matt Turner
2021-08-27 12:51 Mart Raudsepp
2021-07-26 7:15 Matt Turner
2021-07-24 17:08 Sam James
2021-07-24 15:22 Sam James
2021-07-11 20:48 Sam James
2021-07-11 2:31 Sam James
2021-07-10 15:40 Sam James
2021-07-06 21:31 Sergei Trofimovich
2021-06-06 21:49 Matt Turner
2021-06-02 2:42 Yixun Lan
2021-05-31 2:00 Matt Turner
2021-05-29 15:27 Sam James
2021-05-28 19:20 Sam James
2021-05-28 19:18 Sam James
2021-05-28 19:11 Sam James
2021-04-30 23:00 Matt Turner
2021-04-13 16:12 Matt Turner
2021-04-13 15:00 Sam James
2021-04-12 23:11 Sam James
2021-04-12 16:02 Sam James
2021-04-01 16:44 Thomas Deutschmann
2021-03-16 18:10 Sergei Trofimovich
2021-03-12 8:01 Mikle Kolyada
2021-03-05 22:20 Sam James
2021-02-27 19:56 Matt Turner
2021-01-22 21:57 Matt Turner
2021-01-07 2:12 Matt Turner
2020-11-07 15:23 Mart Raudsepp
2020-11-06 15:19 Sam James
2020-11-05 16:16 Sam James
2020-09-27 17:52 Andreas Sturmlechner
2020-09-27 17:52 Andreas Sturmlechner
2020-09-11 16:57 Sergei Trofimovich
2020-08-31 2:52 Sam James
2020-08-30 18:28 Sam James
2020-08-30 15:17 Thomas Deutschmann
2020-08-19 22:40 Sam James
2020-08-16 12:27 Mart Raudsepp
2020-06-16 16:41 Sergei Trofimovich
2020-04-22 14:25 Agostino Sarubbo
2020-04-22 8:44 Agostino Sarubbo
2020-04-22 8:41 Agostino Sarubbo
2020-04-20 18:16 Agostino Sarubbo
2020-04-20 17:03 Agostino Sarubbo
2020-03-21 16:22 Mart Raudsepp
2020-02-19 15:19 Mart Raudsepp
2020-02-08 21:40 Mart Raudsepp
2020-01-11 20:11 Mart Raudsepp
2020-01-01 16:06 Mart Raudsepp
2020-01-01 15:25 Agostino Sarubbo
2019-12-26 9:49 Sergei Trofimovich
2019-12-09 9:14 Agostino Sarubbo
2019-12-09 9:11 Agostino Sarubbo
2019-12-08 12:00 Mikle Kolyada
2019-12-08 11:58 Mikle Kolyada
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-10-12 21:38 Mart Raudsepp
2019-09-28 9:51 Mart Raudsepp
2019-08-04 2:21 Steve Arnold
2019-07-13 12:08 Sergei Trofimovich
2019-07-03 7:11 Agostino Sarubbo
2019-06-27 12:35 Agostino Sarubbo
2019-06-17 19:40 Sergei Trofimovich
2019-06-17 10:07 Mikle Kolyada
2019-05-23 13:02 Mikle Kolyada
2019-05-10 17:49 Mikle Kolyada
2019-05-08 9:33 Mikle Kolyada
2019-04-09 8:35 Mart Raudsepp
2019-04-09 8:35 Mart Raudsepp
2019-03-14 7:03 Mart Raudsepp
2019-02-22 19:13 Mart Raudsepp
2018-10-31 11:25 Mart Raudsepp
2018-10-06 13:24 Mart Raudsepp
2018-09-11 16:39 Mart Raudsepp
2018-06-28 18:33 Mart Raudsepp
2018-06-25 8:23 Jeroen Roovers
2018-03-14 21:41 Sergei Trofimovich
2018-03-14 21:09 Markus Meier
2018-03-06 21:37 Tobias Klausmann
2018-03-04 20:48 Sergei Trofimovich
2018-02-16 20:39 Sergei Trofimovich
2018-02-03 23:43 Mart Raudsepp
2018-01-18 3:01 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2018-01-08 16:35 Patrice Clement
2017-12-19 1:56 Mart Raudsepp
2017-12-18 23:08 Gilles Dartiguelongue
2017-12-18 23:02 Sergei Trofimovich
2017-11-06 21:15 Sergei Trofimovich
2017-10-30 8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-07-20 4:42 Markus Meier
2017-07-16 11:08 Tobias Klausmann
2017-07-15 11:04 Tobias Klausmann
2017-07-09 18:18 Sergei Trofimovich
2017-07-07 21:20 Mart Raudsepp
2017-07-07 10:12 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-06-11 16:54 Mart Raudsepp
2017-05-24 8:38 Pacho Ramos
2017-05-24 8:38 Pacho Ramos
2017-05-20 14:40 Mart Raudsepp
2017-05-20 14:40 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-04-21 7:33 David Seifert
2017-04-12 10:10 Jeroen Roovers
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2017-03-29 7:45 Michael Weber
2017-03-28 15:09 Michael Weber
2017-03-28 14:59 Michael Weber
2017-03-16 13:24 Jeroen Roovers
2017-03-08 12:11 Mart Raudsepp
2017-02-24 23:04 Mart Raudsepp
2017-02-24 21:29 Michael Weber
2017-02-24 14:07 Agostino Sarubbo
2017-02-21 9:16 Tobias Klausmann
2017-02-18 14:44 Agostino Sarubbo
2017-02-17 10:56 Agostino Sarubbo
2017-02-11 18:31 Pacho Ramos
2017-01-26 10:56 Mart Raudsepp
2017-01-01 16:05 Jason Zaman
2016-12-30 2:27 Mart Raudsepp
2016-12-30 2:27 Mart Raudsepp
2016-12-06 20:55 Markus Meier
2016-11-13 11:39 Gilles Dartiguelongue
2016-11-08 14:12 Gilles Dartiguelongue
2016-10-26 7:03 Gilles Dartiguelongue
2016-10-03 6:12 Jeroen Roovers
2016-07-30 20:37 Pacho Ramos
2016-07-30 20:37 Pacho Ramos
2016-07-30 10:27 Jeroen Roovers
2016-07-30 10:27 Jeroen Roovers
2016-07-09 13:40 Pacho Ramos
2016-06-28 4:57 Alexandre Rostovtsev
2016-06-11 19:39 Pacho Ramos
2016-06-11 12:06 Pacho Ramos
2016-06-08 20:03 Markus Meier
2016-05-03 20:31 Markus Meier
2016-04-07 10:17 Jeroen Roovers
2016-04-03 12:42 Pacho Ramos
2016-04-03 12:42 Pacho Ramos
2016-03-06 17:23 Mikle Kolyada
2016-02-20 13:55 Pacho Ramos
2016-02-20 13:55 Pacho Ramos
2016-01-30 12:23 Pacho Ramos
2016-01-04 22:12 Gilles Dartiguelongue
2015-11-19 10:04 Agostino Sarubbo
2015-11-18 9:09 Agostino Sarubbo
2015-11-18 5:47 Jeroen Roovers
2015-11-16 14:08 Agostino Sarubbo
2015-11-14 13:48 Pacho Ramos
2015-11-14 10:28 Agostino Sarubbo
2015-11-13 9:12 Agostino Sarubbo
2015-11-12 11:07 Agostino Sarubbo
2015-11-11 8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-18 11:29 Mikle Kolyada
2015-10-17 11:35 Pacho Ramos
2015-10-03 8:46 Markus Meier
2015-09-28 4:44 Jeroen Roovers
2015-09-20 15:29 Pacho Ramos
2015-09-20 15:27 Pacho Ramos
2015-09-20 6:11 Jeroen Roovers
2015-09-16 8:43 Tobias Klausmann
2015-09-12 9:11 Agostino Sarubbo
2015-08-16 14:24 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1592426691.a2e3cc233320f2ad236dd8f80c119d8441883a8e.leio@gentoo \
--to=leio@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox