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-libs/libSM/
Date: Mon, 14 Apr 2025 03:45:52 +0000 (UTC)	[thread overview]
Message-ID: <1744601875.6d74bdc3efa3e0e29a1ec8f711c659140e8ed536.mattst88@gentoo> (raw)

commit:     6d74bdc3efa3e0e29a1ec8f711c659140e8ed536
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 03:34:09 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 03:37:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d74bdc3

x11-libs/libSM: Drop old versions

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

 x11-libs/libSM/Manifest           |  1 -
 x11-libs/libSM/libSM-1.2.5.ebuild | 61 ---------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/x11-libs/libSM/Manifest b/x11-libs/libSM/Manifest
index 82e26b852f87..3008a6a43ec1 100644
--- a/x11-libs/libSM/Manifest
+++ b/x11-libs/libSM/Manifest
@@ -1,2 +1 @@
-DIST libSM-1.2.5.tar.xz 312708 BLAKE2B 9babbc5409037d1292c85c0b23ff21975f614e9cfe53c6878761e67489815862a98ef84a2249161279fd5d7af7ff886cfbafb63b82832ee142e513e3d359e6cd SHA512 f2e58503a7cd144a610621104b4727878dd5ba0cdf8220e72f27a3474c9b49c01dc514c60cbdfb35a9318f307b27a601580725cef0f6b5091d4c4ea57cef8c91
 DIST libSM-1.2.6.tar.xz 314040 BLAKE2B 9511d1bb8ec49e9cb55e473d777c75a535ec4e82924653c2ef47bb17dbec75df5a2a20453f72dc158a52666b7edbc67af289eab3cfabe49b6aaf803e13225e42 SHA512 e544a1dc49a03390f76af35837bfd01f749b806d88d3ee806f20311c47ff53d0aeea4744feb875958031b17d50b57a89dcc41d81241c09333c88b268c44653a7

diff --git a/x11-libs/libSM/libSM-1.2.5.ebuild b/x11-libs/libSM/libSM-1.2.5.ebuild
deleted file mode 100644
index b1cfa980604d..000000000000
--- a/x11-libs/libSM/libSM-1.2.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_DOC=doc
-XORG_MULTILIB=yes
-inherit xorg-3
-
-DESCRIPTION="X.Org Session Management library"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="+uuid"
-
-RDEPEND="
-	>=x11-libs/libICE-1.1.0[${MULTILIB_USEDEP}]
-	uuid? (
-		elibc_Darwin? ( sys-libs/native-uuid )
-		!elibc_SunOS? ( !elibc_Darwin? (
-			>=sys-apps/util-linux-2.24.1-r3[${MULTILIB_USEDEP}]
-		) )
-	)"
-DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-	x11-libs/xtrans"
-
-src_configure() {
-	local withuuid=$(use_with uuid libuuid)
-
-	# do not use uuid even if available in libc (like on FreeBSD)
-	use uuid || export ac_cv_func_uuid_create=no
-
-	if use uuid ; then
-		case ${CHOST} in
-			*-solaris*|*-darwin*)
-				if [[ ! -d ${EROOT}/usr/include/uuid ]] &&
-					[[ -d ${ROOT}/usr/include/uuid ]]
-				then
-					# Solaris and Darwin have uuid provided by the host
-					# system.  Since util-linux's version is based on this
-					# version, and on Darwin actually breaks host headers when
-					# installed, we can "pretend" for libSM we have libuuid
-					# installed, while in fact we don't
-					withuuid="--without-libuuid"
-					export HAVE_LIBUUID=yes
-					export LIBUUID_CFLAGS="-I${ROOT}/usr/include/uuid"
-					# Darwin has uuid in libSystem
-					[[ ${CHOST} == *-solaris* ]] &&	export LIBUUID_LIBS="-luuid"
-				fi
-				;;
-		esac
-	fi
-
-	local XORG_CONFIGURE_OPTIONS=(
-		--enable-ipv6
-		$(use_enable doc docs)
-		$(use_with doc xmlto)
-		${withuuid}
-		--without-fop
-	)
-	xorg-3_src_configure
-}


             reply	other threads:[~2025-04-14  3:46 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-14  3:45 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-10  4:46 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libSM/ Arthur Zamarin
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-04-09 22:38 Sam James
2025-03-10 16:18 Matt Turner
2025-02-26 20:34 Matt Turner
2025-01-24  3:55 Matt Turner
2025-01-18  7:11 Arthur Zamarin
2025-01-17 20:01 Arthur Zamarin
2025-01-17 19:29 Arthur Zamarin
2025-01-17 19:11 Arthur Zamarin
2024-12-13 23:47 Matt Turner
2023-01-26 17:47 Matt Turner
2023-01-25 19:21 Arthur Zamarin
2023-01-24 18:29 Arthur Zamarin
2023-01-24 18:27 Arthur Zamarin
2023-01-24  1:00 Sam James
2022-12-20  4:11 Matt Turner
2022-05-08  3:10 WANG Xuerui
2022-01-02 17:49 David Seifert
2022-01-01 15:53 James Le Cuirot
2021-09-23 20:13 Sam James
2021-04-05 20:44 Sam James
2020-12-27 18:28 Fabian Groffen
2020-11-05 17:01 Matt Turner
2020-11-05 17:01 Matt Turner
2020-09-08 19:25 Matt Turner
2019-06-12 17:08 Michael Haubenwallner
2018-12-08 17:48 Mikle Kolyada
2018-11-29  5:17 Matt Turner
2018-11-27 20:30 Matt Turner
2018-11-27 12:03 Mart Raudsepp
2018-11-17 14:57 Mikle Kolyada
2018-11-10 17:23 Matt Turner
2018-11-09 17:50 Sergei Trofimovich
2018-11-04  4:35 Matt Turner
2018-11-03 14:36 Mikle Kolyada
2018-10-10 17:01 Matt Turner
2018-06-28 13:55 Mikle Kolyada
2017-01-29 21:11 Fabian Groffen

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=1744601875.6d74bdc3efa3e0e29a1ec8f711c659140e8ed536.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