public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/
Date: Fri, 24 Jun 2022 16:26:30 +0000 (UTC)	[thread overview]
Message-ID: <1656087956.a87e843a6c09d18f6d8e373ecaf4430b677b9921.mattst88@gentoo> (raw)

commit:     a87e843a6c09d18f6d8e373ecaf4430b677b9921
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 16:17:56 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 16:25:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87e843a

x11-base/xcb-proto: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 x11-base/xcb-proto/Manifest                |  2 --
 x11-base/xcb-proto/xcb-proto-1.14.1.ebuild | 51 ------------------------------
 x11-base/xcb-proto/xcb-proto-1.15.1.ebuild | 51 ------------------------------
 3 files changed, 104 deletions(-)

diff --git a/x11-base/xcb-proto/Manifest b/x11-base/xcb-proto/Manifest
index 664fd7b8ff63..63f328ece64a 100644
--- a/x11-base/xcb-proto/Manifest
+++ b/x11-base/xcb-proto/Manifest
@@ -1,4 +1,2 @@
-DIST xcb-proto-1.14.1.tar.xz 143588 BLAKE2B 24983ec26632e93ef2d0c854cd41272925b6f3aab2642701232b73bc37d200d794c46f438e4a4102484e6ac9723e78c923b99cc78ada3541f43eaf0ad7ebc863 SHA512 140fbf48483bacc7f6b70fdcf76f9e4ff0e87df9cb3a071cea47d8fe4574407cdefcfbd674099014d297e5fc010748e71d8609fca4cc32e8b25c634f928b727d
-DIST xcb-proto-1.15.1.tar.xz 147908 BLAKE2B a85a40f725b4704f23a407862626b34cdaeaecb66877126dbbeadc6993da12a0687d9965d1e72144683e15be53b7fda151480cbe7e2caa572f3b029d9c45a416 SHA512 56fd505e567e1d39b4d46d0e5f79aeb90144c9b1a4429b2f51cd326ec0dea2a5fda5e2ebfe48af0da2781a4b1e29d9a91a4e0da662db5e35a701eac2e5ec1684
 DIST xcb-proto-1.15.2.tar.xz 148108 BLAKE2B 0d6cc87ea0d2de594ba11b11255779e90d3c7507f0002453b3d1b2ac73fb604e5ee52e516bbcf76bce2a89027f8c8de6289d21aa2bb23d7d3e2ee77211b54946 SHA512 9d0b2f0a4dbbf2d64e32ff4658d1663e13d7e5f1bffc1e8d45be7b9dd5bab46e29fc1c2f6e66a7a569e374ba6756faf3c39b0b5e5560df6d7f8b68beec97659d
 DIST xcb-proto-1.15.tar.xz 146628 BLAKE2B d7f38f1a415a7c70af372c64726e089ee454ffb981c031e4b8e93f345a1ada9dc40fb4e8b59adf553af8b4d9b7ef52730c9df56a0c24e53f98b3403346c7e810 SHA512 a333ac7c39f17ff2567419d09a9a77210c943a4e88d79eb152d416ae26bf6fb14e2446f9817abc806edd7aa3733bd4de5852b5ae90a25cbcc9d40e59c211aa36

diff --git a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild b/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
deleted file mode 100644
index 26b96ef6fdbb..000000000000
--- a/x11-base/xcb-proto/xcb-proto-1.14.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-XORG_MULTILIB=yes
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/proto/xcbproto"
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
-
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-	${PYTHON_DEPS}
-"
-BDEPEND="
-	${PYTHON_DEPS}
-	dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-multilib_src_configure() {
-	# Don't use Python to find sitedir here.
-	PYTHON=true default
-}
-
-src_compile() {
-	:
-}
-
-xcbgen_install() {
-	# Use eclass to find sitedir instead.
-	emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
-	python_optimize
-}
-
-multilib_src_install() {
-	# Restrict SUBDIRS to prevent xcbgen with empty sitedir.
-	emake install DESTDIR="${D}" SUBDIRS=src
-	multilib_is_native_abi && python_foreach_impl xcbgen_install
-}

diff --git a/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild b/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
deleted file mode 100644
index 6340da91f79c..000000000000
--- a/x11-base/xcb-proto/xcb-proto-1.15.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-XORG_TARBALL_SUFFIX="xz"
-XORG_MODULE=proto/
-XORG_MULTILIB=yes
-
-inherit python-r1 xorg-3
-
-DESCRIPTION="X C-language Bindings protocol headers"
-HOMEPAGE="https://xcb.freedesktop.org/ https://gitlab.freedesktop.org/xorg/proto/xcbproto"
-EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/xcbproto.git"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="
-	${PYTHON_DEPS}
-"
-BDEPEND="
-	${PYTHON_DEPS}
-	dev-libs/libxml2
-"
-
-ECONF_SOURCE="${S}"
-
-multilib_src_configure() {
-	# Don't use Python to find sitedir here.
-	PYTHON=true default
-}
-
-src_compile() {
-	:
-}
-
-xcbgen_install() {
-	# Use eclass to find sitedir instead.
-	emake -C xcbgen install DESTDIR="${D}" pythondir="$(python_get_sitedir)"
-	python_optimize
-}
-
-multilib_src_install() {
-	# Restrict SUBDIRS to prevent xcbgen with empty sitedir.
-	emake install DESTDIR="${D}" SUBDIRS=src
-	multilib_is_native_abi && python_foreach_impl xcbgen_install
-}


             reply	other threads:[~2022-06-24 16:26 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-24 16:26 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07  2:52 [gentoo-commits] repo/gentoo:master commit in: x11-base/xcb-proto/ Sam James
2024-07-11 15:41 Matt Turner
2024-06-14  5:32 Arthur Zamarin
2024-05-25 17:31 Arthur Zamarin
2024-05-19 17:37 Arthur Zamarin
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-05-17 18:26 Sam James
2024-04-15 15:32 Matt Turner
2023-10-24 17:59 Matt Turner
2023-10-14  1:38 Sam James
2023-10-13 20:23 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-10-13 20:18 Arthur Zamarin
2023-08-16 20:24 Matt Turner
2023-06-05  5:15 Sam James
2022-08-17 16:11 Arthur Zamarin
2022-08-17  5:57 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-15 18:03 Arthur Zamarin
2022-08-15 14:33 Sam James
2022-07-26 15:24 Agostino Sarubbo
2022-07-26 15:15 Agostino Sarubbo
2022-06-24 11:04 Arthur Zamarin
2022-06-17 18:16 Matt Turner
2022-06-17  6:56 Agostino Sarubbo
2022-06-16 16:07 Matt Turner
2022-06-16 15:16 Sam James
2022-06-16 15:16 Sam James
2022-06-16  7:39 Agostino Sarubbo
2022-06-16  7:38 Agostino Sarubbo
2022-06-16  6:10 Agostino Sarubbo
2022-06-16  6:09 Agostino Sarubbo
2022-05-08  3:10 WANG Xuerui
2022-05-03 22:32 Matt Turner
2022-01-01 15:10 James Le Cuirot
2021-10-29  7:16 Arthur Zamarin
2021-09-23 20:13 Sam James
2021-01-06 11:42 Fabian Groffen
2020-12-27 18:24 Fabian Groffen
2020-12-20 19:17 Thomas Deutschmann
2020-12-20 11:46 Mikle Kolyada
2020-12-19 15:08 Sam James
2020-12-13 23:30 Sam James
2020-12-13 23:23 Sam James
2020-12-09 22:38 Sergei Trofimovich
2020-12-07 15:27 Sam James
2020-12-07  5:23 Sam James
2020-12-06 20:48 Sam James
2020-10-25 21:56 Matt Turner
2020-05-14 21:33 Matt Turner
2020-04-20 17:05 Sergei Trofimovich
2020-04-06  7:34 Agostino Sarubbo
2020-04-05 19:57 Mart Raudsepp
2020-04-05 10:13 Agostino Sarubbo
2020-04-05 10:12 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:11 Agostino Sarubbo
2020-04-05 10:10 Agostino Sarubbo
2020-04-05  6:09 Mikle Kolyada
2020-03-31  5:56 Matt Turner
2020-02-22 21:06 Matt Turner
2020-01-30  0:34 Matt Turner
2019-12-02 19:21 Andreas Sturmlechner
2019-06-12 17:08 Michael Haubenwallner
2018-10-19 17:53 Matt Turner
2018-07-21 17:20 Mikle Kolyada
2018-05-13 11:30 Markus Meier
2018-05-08  6:24 Sergei Trofimovich
2018-05-07 19:22 Thomas Deutschmann
2018-05-06 20:45 Matt Turner
2018-05-06 19:40 Sergei Trofimovich
2018-05-06 19:23 Matt Turner
2018-05-06 12:26 Mikle Kolyada
2018-05-06 11:46 Mart Raudsepp
2018-04-27  4:11 Matt Turner

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=1656087956.a87e843a6c09d18f6d8e373ecaf4430b677b9921.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