From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/
Date: Mon, 26 Jul 2021 07:15:42 +0000 (UTC) [thread overview]
Message-ID: <1627283722.d2f6b14c33960f34ac6ccfbf09e00283bff18bf3.mattst88@gentoo> (raw)
commit: d2f6b14c33960f34ac6ccfbf09e00283bff18bf3
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 26 06:20:03 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul 26 07:15:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f6b14c
x11-libs/vte: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-libs/vte/Manifest | 1 -
x11-libs/vte/vte-0.64.1.ebuild | 89 ------------------------------------------
2 files changed, 90 deletions(-)
diff --git a/x11-libs/vte/Manifest b/x11-libs/vte/Manifest
index d2edf6f528f..46008b6091f 100644
--- a/x11-libs/vte/Manifest
+++ b/x11-libs/vte/Manifest
@@ -1,4 +1,3 @@
DIST vte-0.28.2.tar.xz 962340 BLAKE2B 1e4b5977962265be77917ccfc9118ed93232c03d7a16b6c08a27e721fe71f8c1dd1783a439530d7b3d915111cb8cc78281f1e9e351d6a83edd31f224309ca1e9 SHA512 d6a50481aaa8946cca3779e0b328fef551be534d70366a75385d1f8ead3fcddec57bed85c7d4bc2d9f34546532129e63083aafa33cbb0efcbc7dc9d66e7c45f6
DIST vte-0.64.1-command-notify.patch.xz 4880 BLAKE2B d6ff5f4acac161980c8c18245e65795c7f0ea3d0819748894b055306ecd731d698cac578eff2750795a9180a9b17d79f220e814083012d5a04f4f351ff2a0e36 SHA512 174397aeca00399b138286fd4cc88941add041a1f2596fd42222d44c886c2e35b2a33041b58a102ee3acbcddc0cc40fcfde39d72ec46b640ee1db22d8ae684c4
-DIST vte-0.64.1.tar.bz2 486720 BLAKE2B bd8fb1f471a43aadf015cce8ae38c646521ca66e37652b72f7e94cec15a2a0a844d67116e9123ede44ba1b6ee569d1ecd0ff5e83067f6231802f5a77a798e446 SHA512 38bbbb4ed3d86740091c9ddee83f97bf5cb5c69c48e8a78592dd46e8f9334859a6c523e7b16dce110de71cd4a9a3b8b99a11816b61eae6e251dfc20cdbee6716
DIST vte-0.64.2.tar.bz2 486837 BLAKE2B 3e127d61e4018607ca2df170108aef65b224a48df4d57545c98cbdb9753cbe7b9821e91a5bccd09d8c39af95d747a2ff01c69320e9245f5a82e7887b62c32c97 SHA512 6cbc1ee25a0ef2b00bcf26c07042eccc14fdea323e4445123db9fad05bf2e799579d723f6147c08712aec9b94e17003ce8f9e6ebe65278fdb3832cf77cba5be5
diff --git a/x11-libs/vte/vte-0.64.1.ebuild b/x11-libs/vte/vte-0.64.1.ebuild
deleted file mode 100644
index f41c77ca513..00000000000
--- a/x11-libs/vte/vte-0.64.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-VALA_USE_DEPEND="vapigen"
-VALA_MIN_API_VERSION="0.32"
-
-inherit gnome.org meson python-any-r1 vala xdg
-
-DESCRIPTION="Library providing a virtual terminal emulator widget"
-HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
-
-LICENSE="LGPL-3+ GPL-3+"
-SLOT="2.91"
-IUSE="+crypt debug gtk-doc +icu +introspection systemd +vala vanilla"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-REQUIRED_USE="vala? ( introspection )"
-
-# Upstream is hostile and refuses to upload tarballs.
-SRC_URI="https://gitlab.gnome.org/GNOME/${PN}/-/archive/${PV}/${P}.tar.bz2"
-SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~mattst88/distfiles/${PN}-0.64.1-command-notify.patch.xz )"
-
-RDEPEND="
- >=x11-libs/gtk+-3.24.14:3[introspection?]
- >=dev-libs/fribidi-1.0.0
- >=dev-libs/glib-2.52:2
- crypt? ( >=net-libs/gnutls-3.2.7:0= )
- icu? ( dev-libs/icu:= )
- >=x11-libs/pango-1.22.0
- >=dev-libs/libpcre2-10.21
- systemd? ( >=sys-apps/systemd-220:= )
- sys-libs/zlib
- introspection? ( >=dev-libs/gobject-introspection-1.56:= )
- x11-libs/pango[introspection?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- ${PYTHON_DEPS}
- dev-libs/libxml2:2
- dev-util/glib-utils
- gtk-doc? ( >=dev-util/gtk-doc-1.13
- app-text/docbook-xml-dtd:4.1.2 )
- >=sys-devel/gettext-0.19.8
- virtual/pkgconfig
-
- vala? ( $(vala_depend) )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.64.1-meson-Find-python-explicitly-to-honor-downstream-pyt.patch
-)
-
-src_prepare() {
- if ! use vanilla; then
- # Part of https://src.fedoraproject.org/rpms/vte291/raw/f31/f/vte291-cntnr-precmd-preexec-scroll.patch
- # Adds OSC 777 support for desktop notifications in gnome-terminal or elsewhere
- eapply "${WORKDIR}"/${PN}-0.64.1-command-notify.patch
- fi
-
- # -Ddebugg option enables various debug support via VTE_DEBUG, but also ggdb3; strip the latter
- sed -e '/ggdb3/d' -i meson.build || die
-
- use vala && vala_src_prepare
- xdg_src_prepare
-}
-
-src_configure() {
- local emesonargs=(
- -Da11y=true
- $(meson_use debug debugg)
- $(meson_use gtk-doc docs)
- $(meson_use introspection gir)
- -Dfribidi=true # pulled in by pango anyhow
- -Dglade=true
- $(meson_use crypt gnutls)
- -Dgtk3=true
- -Dgtk4=false
- $(meson_use icu)
- $(meson_use systemd _systemd)
- $(meson_use vala vapi)
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- mv "${ED}"/etc/profile.d/vte{,-${SLOT}}.sh || die
-}
next reply other threads:[~2021-07-26 7:15 UTC|newest]
Thread overview: 246+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 7:15 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-21 17:16 [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ 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-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-17 20:45 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=1627283722.d2f6b14c33960f34ac6ccfbf09e00283bff18bf3.mattst88@gentoo \
--to=mattst88@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