From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/
Date: Tue, 25 Oct 2016 03:37:20 +0000 (UTC) [thread overview]
Message-ID: <1477366604.fe1a46550b65bf542f64419e2c66c732185fb4ef.mattst88@gentoo> (raw)
commit: fe1a46550b65bf542f64419e2c66c732185fb4ef
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 03:36:14 2016 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 03:36:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1a4655
x11-libs/libXi: Version bump to 1.7.8.
Fixes a crash introduced in 1.7.7, so commit straight to stable.
x11-libs/libXi/Manifest | 1 +
x11-libs/libXi/libXi-1.7.8.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/x11-libs/libXi/Manifest b/x11-libs/libXi/Manifest
index cc77bdc..61412b1 100644
--- a/x11-libs/libXi/Manifest
+++ b/x11-libs/libXi/Manifest
@@ -2,3 +2,4 @@ DIST libXi-1.7.4.tar.bz2 458378 SHA256 2cffc2686618dc1803725636cd92b36342c512dc6
DIST libXi-1.7.5.tar.bz2 464719 SHA256 d964d7deb5d8f7d6b9c358969c625073d7ab273dbda94693130b3540bc0ca229 SHA512 5dfdf872399a85692ef681f4fb8632866783317971e72b046685a906d98007c6b19d1650270861b3457d0a817365ce57e532481b682dd2e36558c815f8919a59 WHIRLPOOL 069a84a180f3513dcaff1969a1a0395bd6a0734f2dcc9afbbb3fb7311a61a43601582140361692a5cf807b460da814f3a8e8dfa8f15baea4a053021f88d5fd26
DIST libXi-1.7.6.tar.bz2 484485 SHA256 1f32a552cec0f056c0260bdb32e853cec0673d2f40646ce932ad5a9f0205b7ac SHA512 229e1e6e1486808ffad9610a8fd7930bd3348fa5d11709adcb6239b5c01af877ac549072e8d3aec605a3835d8278fd48146db50577fa031407d20c1e871d8f4a WHIRLPOOL 90a3eff541f6ab582acf7ff143aa8a9b0db4e514ef6712dbfe4879af39f4dbb45177cf516d947a85cafe125305301a337527a500a74bc3daca634278b716dee1
DIST libXi-1.7.7.tar.bz2 460047 SHA256 996f834fa57b9b33ba36690f6f5c6a29320bc8213022943912462d8015b1e030 SHA512 2501ee104753c54cc067b71c07d8add35c4c2f961eb8041cc6aa1963ec34032fa827c2db4d88097ec3e667a591c759b75007f92daa3b6834db5c5485fc243557 WHIRLPOOL d28c415c0cd6df2ade8081cab15fa396e10b169573b1343035e07fcd9c5e84b9ca508909987245549ab8c81910488851dc0fe2af6ec14a0cbc8379a02038a215
+DIST libXi-1.7.8.tar.bz2 486332 SHA256 d8f2fa8d53141c41ff521627df9b2fa9c05f6f142fd9881152bab36549ac27bb SHA512 36d8b48a4f98d3d41a65ba30c19506f776d72093380e66192048a72bb24868edb9fc7304071ca9207e9ac5c389398da59c639bb17abab5d6ef7a905ecd4c8816 WHIRLPOOL bc34b67c3f29687fc4ecdc94336b1d6eba5e04969eeea202293492dc08906151797ba24742f271d97e7b32c5b49819c770a8fe05bfdb4f3844b4476215bb6b89
diff --git a/x11-libs/libXi/libXi-1.7.8.ebuild b/x11-libs/libXi/libXi-1.7.8.ebuild
new file mode 100644
index 00000000..9a5178c
--- /dev/null
+++ b/x11-libs/libXi/libXi-1.7.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# bogus commit to force manifest regeneration #596462
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Xi library"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
+ >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+ >=x11-proto/inputproto-2.3[${MULTILIB_USEDEP}]
+ >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]
+ >=x11-proto/xextproto-7.2.1-r1[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable doc specs)
+ $(use_with doc xmlto)
+ $(use_with doc asciidoc)
+ --without-fop
+ )
+ xorg-2_src_configure
+}
next reply other threads:[~2016-10-25 3:37 UTC|newest]
Thread overview: 86+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-25 3:37 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 21:16 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXi/ Matt Turner
2024-11-06 1:16 Matt Turner
2024-10-18 19:05 Arthur Zamarin
2024-10-18 15:40 Arthur Zamarin
2024-10-18 10:18 Sam James
2024-10-18 7:01 Arthur Zamarin
2024-10-18 6:50 Arthur Zamarin
2024-10-18 6:50 Arthur Zamarin
2024-10-18 6:50 Arthur Zamarin
2024-09-06 3:13 Matt Turner
2023-06-05 15:40 Matt Turner
2023-06-03 19:44 Arthur Zamarin
2023-06-01 20:04 Sam James
2023-06-01 17:04 Arthur Zamarin
2023-06-01 16:41 Arthur Zamarin
2023-06-01 16:03 Arthur Zamarin
2023-05-05 22:07 Matt Turner
2022-05-10 1:07 WANG Xuerui
2022-01-10 12:41 James Le Cuirot
2021-11-18 7:48 Matt Turner
2021-11-17 22:55 Georgy Yakovlev
2021-11-17 16:51 Arthur Zamarin
2021-11-17 7:49 Sam James
2021-11-15 8:38 Jakov Smolić
2021-11-15 1:12 Sam James
2021-11-12 20:51 Sam James
2021-11-07 22:10 Jakov Smolić
2021-09-15 20:27 Matt Turner
2021-08-28 1:53 Matt Turner
2021-05-02 15:24 Matt Turner
2019-07-28 16:40 Matt Turner
2019-07-28 13:05 Mikle Kolyada
2019-07-21 17:13 Aaron Bauman
2019-07-19 11:33 Agostino Sarubbo
2019-07-18 11:33 Agostino Sarubbo
2019-07-18 10:47 Agostino Sarubbo
2019-07-17 14:03 Agostino Sarubbo
2019-07-17 10:18 Mikle Kolyada
2019-07-14 9:11 Sergei Trofimovich
2019-07-13 10:36 Sergei Trofimovich
2019-07-10 10:30 Agostino Sarubbo
2019-07-09 23:11 Sergei Trofimovich
2019-06-19 16:52 Matt Turner
2018-06-22 10:15 Mikle Kolyada
2017-06-18 15:14 Alexis Ballier
2017-03-16 20:37 Matt Turner
2017-03-16 8:15 Jeroen Roovers
2017-03-11 21:16 Matt Turner
2017-03-11 18:59 Agostino Sarubbo
2017-03-10 12:53 Agostino Sarubbo
2017-03-10 10:59 Agostino Sarubbo
2017-03-10 9:09 Agostino Sarubbo
2017-03-08 7:44 Michael Weber
2017-03-06 15:50 Tobias Klausmann
2017-03-05 2:38 Matt Turner
2017-03-01 0:31 Michael Weber
2017-02-13 16:15 Michael Weber
2017-01-26 18:47 Matt Turner
2017-01-25 12:28 Agostino Sarubbo
2017-01-22 17:20 Agostino Sarubbo
2016-11-17 10:48 Agostino Sarubbo
2016-11-16 10:44 Agostino Sarubbo
2016-11-13 9:17 Agostino Sarubbo
2016-11-12 11:52 Agostino Sarubbo
2016-10-18 19:58 Markus Meier
2016-10-11 14:18 Tobias Klausmann
2016-10-07 9:01 Agostino Sarubbo
2016-10-07 8:59 Agostino Sarubbo
2016-10-06 5:26 Jeroen Roovers
2016-10-04 20:48 Manuel Rüger
2016-09-29 17:45 Pacho Ramos
2016-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-05 23:37 Markus Meier
2016-08-03 4:32 Jeroen Roovers
2016-06-02 17:12 Tobias Klausmann
2016-01-09 14:35 Jeroen Roovers
2015-12-22 16:15 Manuel Rüger
2015-12-22 16:15 Manuel Rüger
2015-12-19 21:47 Markus Meier
2015-12-02 11:16 Agostino Sarubbo
2015-12-01 10:17 Agostino Sarubbo
2015-11-30 11:51 Agostino Sarubbo
2015-09-11 21:40 Manuel Rüger
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=1477366604.fe1a46550b65bf542f64419e2c66c732185fb4ef.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