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/libFS/
Date: Sat, 27 Aug 2022 15:29:48 +0000 (UTC)	[thread overview]
Message-ID: <1661614178.3935f867fe761a1ce8472a9e482a37c83650c3e4.mattst88@gentoo> (raw)

commit:     3935f867fe761a1ce8472a9e482a37c83650c3e4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 12:13:53 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 15:29:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3935f867

x11-libs/libFS: Version bump to 1.0.9

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

 x11-libs/libFS/Manifest           |  1 +
 x11-libs/libFS/libFS-1.0.9.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/x11-libs/libFS/Manifest b/x11-libs/libFS/Manifest
index 10f52c11b5c0..8027bebfb75f 100644
--- a/x11-libs/libFS/Manifest
+++ b/x11-libs/libFS/Manifest
@@ -1 +1,2 @@
 DIST libFS-1.0.8.tar.bz2 347880 BLAKE2B 74f9079f4ac98ad8cc83e73a162f4e308c49b643dc11ab6d68d36afe5f70b9326023fafb7a17ab14a083bbda20f99d6e140bf85facc4a3177d356b7c5dd6e126 SHA512 466198ae5c0b83e3579713d86ddfd0b039f5c5b511cf6d5dc0e9664ee2d40aec9e8929445c8e97394d85faf76a7cf2f81bddb13d23de7ce19919e3b1e36ba56f
+DIST libFS-1.0.9.tar.xz 287416 BLAKE2B b4425ab4ce1c9e4e0c283419231e2966f462a6c9225ff8bd056b5ec41c7a6a96e35bd2edd47ce6bfad87040c6042f19619f32f8f045262da5609af5c55b03fe4 SHA512 7d012e62736c6d567931bad982eec221199d296f0fe41e1e7fde5575b8b928e9a8c644aa8746242bdfe72393635320b58774d9a519285765bd26d633588092b8

diff --git a/x11-libs/libFS/libFS-1.0.9.ebuild b/x11-libs/libFS/libFS-1.0.9.ebuild
new file mode 100644
index 000000000000..b8c56d93bc0e
--- /dev/null
+++ b/x11-libs/libFS/libFS-1.0.9.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org FS library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+DEPEND="
+	x11-base/xorg-proto
+	x11-libs/xtrans"
+
+src_configure() {
+	local XORG_CONFIGURE_OPTIONS=(
+		--enable-ipv6
+	)
+	xorg-3_src_configure
+}


             reply	other threads:[~2022-08-27 23:15 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-27 15:29 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17  2:49 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libFS/ Matt Turner
2024-09-13  2:15 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-09-02 19:25 Sam James
2024-08-02  1:54 Matt Turner
2022-12-27  5:58 Georgy Yakovlev
2022-11-16  7:58 Arthur Zamarin
2021-05-02 15:24 Matt Turner
2019-05-01 20:47 Matt Turner
2019-05-01 18:24 Matt Turner
2019-04-28 20:59 Sergei Trofimovich
2019-04-28  4:21 Matt Turner
2019-04-28  0:48 Matt Turner
2019-04-27 11:52 Mikle Kolyada
2019-04-27 11:47 Mikle Kolyada
2019-04-27  4:29 Aaron Bauman
2019-03-11  6:10 Matt Turner
2018-04-28  1:52 Matt Turner
2018-04-28  1:25 Matt Turner
2016-11-13  9:16 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-06-02 17:12 Tobias Klausmann
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:43 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo

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=1661614178.3935f867fe761a1ce8472a9e482a37c83650c3e4.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