public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Sat, 18 May 2024 18:49:09 +0000 (UTC)	[thread overview]
Message-ID: <1716058128.24554c36a6da8c6cb3b8fb0ee927f5ff1ffeaa3c.arthurzam@gentoo> (raw)

commit:     24554c36a6da8c6cb3b8fb0ee927f5ff1ffeaa3c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 18:48:48 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 18 18:48:48 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24554c36

x11-libs/pango: drop 1.42.4-r2, EAPI6--

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 x11-libs/pango/Manifest               |  2 -
 x11-libs/pango/pango-1.42.4-r2.ebuild | 73 -----------------------------------
 2 files changed, 75 deletions(-)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index 602cb9a92e9c..a7b68d9c3f10 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,5 +1,3 @@
-DIST pango-1.42.4-patchset.tar.xz 6040 BLAKE2B ec3f1a6a4de30e0864e7f0bf0950cb7a7b4bada8c3db496a8e5b1e770f221ae72b43167178445ea9cd0d6b88e51d2af49e7fdf27b2e792997fe7c37e55d429c1 SHA512 b7654c3493931e3c6d3cbd40ee49c5cbebaf403954bae75dea80e9f03e12dd5082548aff6a9e778821b8f935e227a7efaad4c1b980fa108e7258042221cadfc1
-DIST pango-1.42.4.tar.xz 833876 BLAKE2B 7de1094a29750b9e59ea1e5c92644fa5d6b835828d027963a53cce3f204ee1ea0042ec492e209de9136f05ca131ccda959bc477d4f6e9c72e5f620ddf4235f26 SHA512 993e97f647eba0c5ed90bcfcb8228bf67fa3f20b1f4331e4e40a30788d7c3ac55eee1209471bf21df125cb8fc6121acc8062a9da2f8a7d6cbe8e9ad13a9320dc
 DIST pango-1.51.0.tar.xz 1942044 BLAKE2B d7d343d5fb005b92dc70fc6f65c62d1d22cc81887185612d276e63614e622272117b64051f46aa1ae0348d4ccfbed0a473f9482703d51d5da7e81d1851b49071 SHA512 a427e93cdc00bf4bc97da2e1897363a53688886f112c8732684cc66c67b16fe82a84cf581ffa6c18a206e8e37bd54db4104856fdab8afa5a50a8bc0470e5d282
 DIST pango-1.52.1.tar.xz 1956856 BLAKE2B 0b7f58f3d74bd37df285f3fbf14d2d2d776fbcf773568d63f12f26976d2ff505c19616fcee11562933df2594762e9ca30fe96a1d02dcd174381b976d63c68ac1 SHA512 7cddbd61afc3c98ffd09ea08c5d7613e454b6705f72304cb9b3578865b6bda70ca20f98605dea73f2cbca5e264217c8d79e4539e9eb36b8775d5d2a4f769cf32
 DIST pango-1.52.2.tar.xz 1963588 BLAKE2B 9367703addcc6805fc14f0c0184d9d1b4093b8947fea9d260c54eb6c86ce56a0d6cfe35c3d6340eaa5d96fb84f0a94c5979ae308bfa79f02e4ce25c4c093556e SHA512 6b3d762d133e7c900c6dfa85f43c950699930f6149cb3c90bf0e787f1b5a126a0b90220b90e649f84e4c244e44c46d4b575d5d7afeb305232c333712effc0981

diff --git a/x11-libs/pango/pango-1.42.4-r2.ebuild b/x11-libs/pango/pango-1.42.4-r2.ebuild
deleted file mode 100644
index e84b9e7737a8..000000000000
--- a/x11-libs/pango/pango-1.42.4-r2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 multilib-minimal toolchain-funcs
-
-DESCRIPTION="Internationalized text layout and rendering library"
-HOMEPAGE="https://www.pango.org/"
-SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
-
-LICENSE="LGPL-2+ FTL"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-IUSE="X +introspection test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=media-libs/harfbuzz-1.4.2:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
-	>=dev-libs/glib-2.50.2:2[${MULTILIB_USEDEP}]
-	>=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
-	>=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
-	>=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]
-	>=dev-libs/fribidi-0.19.7[${MULTILIB_USEDEP}]
-	introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
-	X? (
-		>=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
-		>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
-		>=x11-libs/libXft-2.3.1-r1[${MULTILIB_USEDEP}]
-	)
-"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	>=dev-build/gtk-doc-am-1.20
-	virtual/pkgconfig
-	test? ( media-fonts/cantarell )
-	X? ( x11-base/xorg-proto )
-	!<=dev-build/autoconf-2.63:2.5
-"
-
-PATCHES=(
-	"${WORKDIR}"/patches/ # bug fix cherry-picks from master by 20190216; each patch has commit id of origin/master included and will be part of 1.43.1/1.44
-	"${FILESDIR}"/${PV}-CVE-2019-1010238.patch
-)
-
-src_prepare() {
-	gnome2_src_prepare
-	# This should be updated if next release fails to pre-generate the manpage as well, or src_prepare removed if is properly generated
-	# https://gitlab.gnome.org/GNOME/pango/issues/270
-	cp -v "${FILESDIR}"/${PV}-pango-view.1.in "${S}/utils/pango-view.1.in" || die
-}
-
-multilib_src_configure() {
-	tc-export CXX
-
-	ECONF_SOURCE=${S} \
-	gnome2_src_configure \
-		--with-cairo \
-		$(multilib_native_use_enable introspection) \
-		$(use_with X xft) \
-		"$(usex X --x-includes="${EPREFIX}/usr/include" "")" \
-		"$(usex X --x-libraries="${EPREFIX}/usr/$(get_libdir)" "")"
-
-	if multilib_is_native_abi; then
-		ln -s "${S}"/docs/html docs/html || die
-	fi
-}
-
-multilib_src_install() {
-	gnome2_src_install
-}


             reply	other threads:[~2024-05-18 18:49 UTC|newest]

Thread overview: 256+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-18 18:49 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-09 22:05 [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ Andreas Sturmlechner
2025-03-09 20:19 Sam James
2025-01-04 23:08 Sam James
2025-01-04 23:06 Sam James
2024-11-11 19:26 Andreas Sturmlechner
2024-10-18 19:05 Arthur Zamarin
2024-10-17 16:11 Arthur Zamarin
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-10-17 15:28 Jakov Smolić
2024-05-28 22:28 Ionen Wolkens
2024-04-22 17:37 Arthur Zamarin
2024-04-20 14:36 Mart Raudsepp
2024-04-09 22:46 Sam James
2024-04-07  6:55 Arthur Zamarin
2024-03-09 11:41 Mart Raudsepp
2024-03-09 11:41 Mart Raudsepp
2024-03-03 20:55 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:21 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-10 14:16 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-02-03 11:50 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-12-21 19:44 Mart Raudsepp
2023-05-17 21:55 Matt Turner
2023-05-05  8:01 Arthur Zamarin
2023-05-05  8:01 Arthur Zamarin
2023-05-05  6:39 Arthur Zamarin
2023-05-02 20:19 Arthur Zamarin
2023-05-02 19:48 Arthur Zamarin
2023-05-02 18:21 Arthur Zamarin
2023-05-02 18:14 Arthur Zamarin
2023-05-02 17:36 Arthur Zamarin
2023-04-26  2:21 Sam James
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-08  4:52 Sam James
2023-03-02 15:20 Matt Turner
2023-02-20 17:43 Matt Turner
2023-01-03 14:08 Matt Turner
2022-12-22 11:15 Arthur Zamarin
2022-12-16 20:30 Arthur Zamarin
2022-12-04  2:41 Matt Turner
2022-11-21 15:13 Matt Turner
2022-11-16 18:10 Arthur Zamarin
2022-11-05 18:58 Arthur Zamarin
2022-11-05  9:44 Arthur Zamarin
2022-10-31 20:31 Matt Turner
2022-10-14 14:29 Matt Turner
2022-10-03 22:25 Matt Turner
2022-09-30 18:37 Arthur Zamarin
2022-09-30 18:04 Arthur Zamarin
2022-09-28 16:29 Arthur Zamarin
2022-09-19  1:38 Sam James
2022-09-16 20:00 Matt Turner
2022-08-17  5:57 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-08-15 19:13 Arthur Zamarin
2022-08-15 17:43 Arthur Zamarin
2022-08-15 17:04 Arthur Zamarin
2022-08-11 16:20 Matt Turner
2022-06-14 15:14 Sam James
2022-05-31 18:24 Matt Turner
2022-05-13 14:02 WANG Xuerui
2022-05-09  5:29 WANG Xuerui
2022-04-26 14:08 Sam James
2022-04-15  7:45 Matt Turner
2022-03-20  1:12 Matt Turner
2022-03-18 19:24 Matt Turner
2022-03-18 14:43 Arthur Zamarin
2022-03-15 20:54 Matt Turner
2022-03-09  1:09 Sam James
2022-03-06 20:05 Matt Turner
2022-02-11 20:56 Matt Turner
2021-12-22 22:15 Matt Turner
2021-12-22 21:54 Matt Turner
2021-12-22 20:18 Matt Turner
2021-12-18  3:47 Matt Turner
2021-11-06  4:13 Sam James
2021-11-06  4:09 Sam James
2021-11-06  3:58 Sam James
2021-11-06  3:58 Sam James
2021-11-01 20:41 Andreas K. Hüttel
2021-10-04 17:44 Sam James
2021-10-04  1:24 Sam James
2021-09-19 19:58 James Le Cuirot
2021-09-12 20:59 Sam James
2021-09-11 17:10 Mart Raudsepp
2021-09-11 17:10 Mart Raudsepp
2021-08-22 15:14 Sam James
2021-08-20 23:51 Sam James
2021-08-20 23:51 Sam James
2021-08-20  1:54 Sam James
2021-08-20  1:50 Sam James
2021-08-19  3:01 Matt Turner
2021-08-19  2:10 Sam James
2021-08-13  5:03 Robin H. Johnson
2021-08-12 21:32 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-10 11:28 Mart Raudsepp
2021-07-07 21:49 Sergei Trofimovich
2021-06-13 20:25 Sam James
2021-06-04  1:14 Matt Turner
2021-06-03  2:42 Yixun Lan
2021-06-02 18:08 Matt Turner
2021-06-01 15:14 Sergei Trofimovich
2021-06-01  2:16 Matt Turner
2021-05-28  5:39 Matt Turner
2021-05-23  4:11 Matt Turner
2021-05-19 17:58 Matt Turner
2021-05-17 21:02 Sergei Trofimovich
2021-05-15  1:59 Sam James
2021-05-10 12:48 Sam James
2021-05-10 12:23 Sam James
2021-05-10 12:23 Sam James
2021-05-08  2:08 Thomas Deutschmann
2021-05-07 19:11 Thomas Deutschmann
2021-05-06 19:30 Sergei Trofimovich
2021-05-04 19:21 Matt Turner
2021-05-03 22:39 Matt Turner
2021-04-30 20:51 Matt Turner
2021-03-27 21:11 Matt Turner
2021-03-21 23:17 Matt Turner
2021-01-06 12:01 Fabian Groffen
2020-10-19 16:53 Mike Gilbert
2019-09-07  9:16 Mart Raudsepp
2019-09-01 18:25 Mikle Kolyada
2019-08-23 13:28 Agostino Sarubbo
2019-08-23 12:52 Agostino Sarubbo
2019-08-23 10:00 Agostino Sarubbo
2019-08-18 21:51 Agostino Sarubbo
2019-08-17 20:41 Sergei Trofimovich
2019-08-17 20:33 Sergei Trofimovich
2019-08-17 20:17 Sergei Trofimovich
2019-08-16 22:38 Thomas Deutschmann
2019-08-16 19:46 Aaron Bauman
2019-08-15 18:51 Sergei Trofimovich
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-10 17:33 Mikle Kolyada
2019-05-09 20:04 Aaron Bauman
2019-05-08  9:33 Mikle Kolyada
2019-04-20 10:38 Mart Raudsepp
2019-03-10  8:53 Mart Raudsepp
2019-02-16 10:39 Mart Raudsepp
2018-12-27 18:48 Fabian Groffen
2018-11-25 13:59 Mart Raudsepp
2018-11-24 13:01 Sergei Trofimovich
2018-11-17 16:33 Robin H. Johnson
2018-10-17 11:17 Mikle Kolyada
2018-09-19 17:41 Markus Meier
2018-09-17 21:34 Matt Turner
2018-09-17 21:34 Matt Turner
2018-09-14  8:28 Tobias Klausmann
2018-09-01 23:18 Sergei Trofimovich
2018-08-29 21:57 Mart Raudsepp
2018-08-23  1:41 Thomas Deutschmann
2018-08-22  0:15 Mikle Kolyada
2018-08-21 18:42 Sergei Trofimovich
2018-08-21  8:25 Mart Raudsepp
2018-06-28 18:33 Mart Raudsepp
2018-06-28 14:25 Mikle Kolyada
2018-06-25 13:15 Jeroen Roovers
2018-04-17 19:22 Michał Górny
2018-04-02  9:47 Gilles Dartiguelongue
2018-04-02  9:47 Gilles Dartiguelongue
2018-03-15  1:50 Mart Raudsepp
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-03-03  1:43 Mart Raudsepp
2018-02-16 20:39 Sergei Trofimovich
2018-01-18  3:01 Mikle Kolyada
2018-01-13 12:13 Sergei Trofimovich
2017-12-27 13:02 Mart Raudsepp
2017-12-27  8:35 Markus Meier
2017-12-19  7:38 Gilles Dartiguelongue
2017-12-17 18:42 Mart Raudsepp
2017-12-16 14:04 Tobias Klausmann
2017-12-02 10:41 Sergei Trofimovich
2017-11-23 20:47 Sergei Trofimovich
2017-11-18 13:20 Sergei Trofimovich
2017-11-06 20:49 Tobias Klausmann
2017-11-04 13:04 Sergei Trofimovich
2017-11-01 13:54 Mart Raudsepp
2017-10-30  8:42 Sergei Trofimovich
2017-10-24 21:45 Sergei Trofimovich
2017-09-23 21:13 Thomas Deutschmann
2017-09-11  6:38 Gilles Dartiguelongue
2017-09-09 19:23 Sergei Trofimovich
2017-09-03 22:47 Gilles Dartiguelongue
2017-08-11  7:18 Gilles Dartiguelongue
2017-07-20  4:42 Markus Meier
2017-07-18  3:31 Mart Raudsepp
2017-07-16 11:08 Tobias Klausmann
2017-07-15 11:04 Tobias Klausmann
2017-07-09 18:18 Sergei Trofimovich
2017-07-07 10:12 Agostino Sarubbo
2017-06-12 10:07 Mart Raudsepp
2017-06-05  0:46 Mart Raudsepp
2017-05-11 18:33 Markus Meier
2017-04-30  9:58 Jeroen Roovers
2017-04-30  9:37 Agostino Sarubbo
2017-04-29 15:02 Agostino Sarubbo
2017-04-27 10:36 Agostino Sarubbo
2017-04-23 21:23 Agostino Sarubbo
2017-04-22 19:08 Tobias Klausmann
2017-04-22 17:53 Tobias Klausmann
2017-04-12 10:10 Jeroen Roovers
2017-04-09  0:27 Mart Raudsepp
2017-04-01 16:31 Agostino Sarubbo
2017-04-01 13:16 Agostino Sarubbo
2017-03-29 21:26 Michael Weber
2017-03-29  7:45 Michael Weber
2017-03-28 15:09 Michael Weber
2017-03-28 14:59 Michael Weber
2017-03-07 14:32 Mart Raudsepp
2017-01-26 10:56 Mart Raudsepp
2017-01-15  4:43 Mart Raudsepp
2016-12-06 20:53 Markus Meier
2016-09-17 12:39 Gilles Dartiguelongue
2016-09-09 22:55 Gilles Dartiguelongue
2016-06-28 20:30 Pacho Ramos
2016-06-28 20:30 Pacho Ramos
2016-06-07  7:03 Tobias Klausmann
2016-05-03 19:50 Markus Meier
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-03 18:18 Jeroen Roovers
2015-10-03 11:30 Pacho Ramos

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=1716058128.24554c36a6da8c6cb3b8fb0ee927f5ff1ffeaa3c.arthurzam@gentoo \
    --to=arthurzam@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