public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Sun, 17 Dec 2017 18:42:37 +0000 (UTC)	[thread overview]
Message-ID: <1513536078.6d61ef485bb0bcbb6ec4da335149004320e92c91.leio@gentoo> (raw)

commit:     6d61ef485bb0bcbb6ec4da335149004320e92c91
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 18:39:53 2017 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 18:41:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d61ef48

x11-libs/pango: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 x11-libs/pango/Manifest            |  1 -
 x11-libs/pango/pango-1.40.5.ebuild | 57 --------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/x11-libs/pango/Manifest b/x11-libs/pango/Manifest
index e12358fe55b..ea9161d11df 100644
--- a/x11-libs/pango/Manifest
+++ b/x11-libs/pango/Manifest
@@ -1,4 +1,3 @@
 DIST pango-1.40.12.tar.xz 856228 BLAKE2B c6fe562f64ac7b641b5b8519f831b999418ab06c1686ac07aa08b587bfba761a834e698f033bdb79666ea6ddd6c1f672ce968897c7594e4467c5b6dee644877e SHA512 772792edac9ab5b6f76617cd3512432ca6b9af1d5ee6bfb87d0b60293f560026d479df059da66f53ba567f916a275e82f1cdd17ca75bb0da7ae2a79d4a75ed6d
 DIST pango-1.40.3.tar.xz 1061044 BLAKE2B 79acd03144b58a3c160888cf4e3638faaf622cfcb406ddcd6a17907bddb7b3c6bf8c4a8ffbedb095664b7d19daa6837239e317d03e9a485f01b832227d1c3b7d SHA512 ff82395e8487624dffe212975b72b3383dcebb197a8675c8b409665e3e2e30fc23d9a6c25c3129a115adb7182b2a71a49550dbe881eb7ee9bbc572de6ba18d27
-DIST pango-1.40.5.tar.xz 1065152 BLAKE2B cdce82d561c8fd5d342d0138b21ce3204d9c1a726926f8eee68d074466ca58270df19ae6c0ff0581d927cd34531e626904bac00017c386764c89ed415b04389a SHA512 40e8bf85dbb4b6fd35da3acec06a0d2b9dde95a3c5a212d243dbcbc0d00f12bd061757a04cb2f4a8db61329efd7ed9be53e3f5d6a2eb2a3defba1d12f9eed43d
 DIST pango-1.40.6.tar.xz 832040 BLAKE2B af5597194e02c21b8e3ceb6097482dd23a9eaf74b5ca618cc39a1f44317cdab6ecef3125f5952a7b9fd306e67301de4503efbf082b3c8c172615c523e71d6a55 SHA512 d916b364a77de3e68779e6d841d95bca456daf89405b92eaf51dceef093a9761cbb6c48f4c2971dec47c0bbdb645a3f3f4fb9af425274bf1d1822b278575e1f7

diff --git a/x11-libs/pango/pango-1.40.5.ebuild b/x11-libs/pango/pango-1.40.5.ebuild
deleted file mode 100644
index 2b45739d6f2..00000000000
--- a/x11-libs/pango/pango-1.40.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="http://www.pango.org/"
-
-LICENSE="LGPL-2+ FTL"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-
-IUSE="X +introspection test"
-
-RDEPEND="
-	>=media-libs/harfbuzz-0.9.30:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
-	>=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
-	>=media-libs/fontconfig-2.10.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}]
-	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/gtk-doc-am-1.20
-	virtual/pkgconfig[${MULTILIB_USEDEP}]
-	test? ( media-fonts/cantarell )
-	X? ( >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}] )
-	!<=sys-devel/autoconf-2.63:2.5
-"
-
-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:[~2017-12-17 18:42 UTC|newest]

Thread overview: 252+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-17 18:42 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-11 19:26 [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/ 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-05-18 18:49 Arthur Zamarin
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-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=1513536078.6d61ef485bb0bcbb6ec4da335149004320e92c91.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