public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/
Date: Mon, 26 Sep 2016 22:56:26 +0000 (UTC)	[thread overview]
Message-ID: <1474930560.688f27a8c66adc1fb24498c1c3e9bd68fe519450.mrueg@gentoo> (raw)

commit:     688f27a8c66adc1fb24498c1c3e9bd68fe519450
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 22:56:00 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 22:56:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688f27a8

x11-proto/xproto: Version bump to 7.0.31

Package-Manager: portage-2.3.1

 x11-proto/xproto/Manifest             |  1 +
 x11-proto/xproto/xproto-7.0.31.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest
index 7f518e5..c704ee1 100644
--- a/x11-proto/xproto/Manifest
+++ b/x11-proto/xproto/Manifest
@@ -1,3 +1,4 @@
 DIST xproto-7.0.27.tar.bz2 305768 SHA256 246f23a6b235c8008183deeb1dcd76d529a099f93600b648b399811b10ea110c SHA512 3daf7a669ed7419aa054c374e52d9421c6121d79ccac939072651cef9d56b541521a645980f0ef7582fdee8e7a83c47ea1c1b065f5f169ddd83e7ede684a5545 WHIRLPOOL e0b5c2508ae344fda0bfc5c883671d49bcc1b04446d382034594a450c781dd5de4967919a73aed037703a4962be09904949e195e5678f58e77631d4ce9baf115
 DIST xproto-7.0.28.tar.bz2 300886 SHA256 29e85568d1f68ceef8a2c081dad9bc0e5500a53cfffde24b564dc43d46ddf6ca SHA512 8cc9f94380211ba319ceaaf4d2556e2fa5eb1c784369c0c4441604c84b9a6e841516e438228eba5c4f342199ff88d8f4f0887ef112247165e69f962ffcb62f84 WHIRLPOOL b769fabbce97e39dbae3d774e30ccdcf077ad15d9a22695d616d365677017c065ba6236ce2b7ca632a0a098b20579f8124ffc0f1d10db556e48fc46ca29b0571
 DIST xproto-7.0.29.tar.bz2 309065 SHA256 6c1a477092ca73233902b8d5f33012635c4b0208f17e7833cc7efe5c93ba9f8a SHA512 0e72d0673ae96906d88566e360fcd6d0b70deab50d108bc9caeccb3aa68e80d257407611649b4ddde2811c34c07c1eeb0b710243a9f7a9c3ff2c728832f7f647 WHIRLPOOL 1d636846e12852d4e3ae10f6344aa2303753d07bbe66422dd43bae999bd62b407753526e554b36ed12a1927cff6b8831c6c6ea30c160c46d3ef36c5e744a3252
+DIST xproto-7.0.31.tar.bz2 300356 SHA256 c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747 SHA512 bba6141525c21fd9a3cf210853658cc7af69f82e1ac15bacfffb9280efc3fe3c6fa708095b541b6f33f114c11e808bde8c8839ae63ff88e30963abdfac12702b WHIRLPOOL 7c7a5a31f74706d88201234e218171950af0b5011e44c79a1507ffd599c535b911b1490c3c3835bd865b0464d7e5b7a2f7fe07ebdde16126a5e479c09b17fc07

diff --git a/x11-proto/xproto/xproto-7.0.31.ebuild b/x11-proto/xproto/xproto-7.0.31.ebuild
new file mode 100644
index 00000000..916871a
--- /dev/null
+++ b/x11-proto/xproto/xproto-7.0.31.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org xproto protocol headers"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	XORG_CONFIGURE_OPTIONS=(
+		$(use_enable doc specs)
+		$(use_with doc xmlto)
+		--without-fop
+	)
+	xorg-2_src_configure
+}


             reply	other threads:[~2016-09-26 22:56 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 22:56 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 22:48 [gentoo-commits] repo/gentoo:master commit in: x11-proto/xproto/ Matt Turner
2018-04-23 22:07 Mikle Kolyada
2018-04-02 17:35 Mart Raudsepp
2018-03-31  6:32 Matt Turner
2018-03-29 19:03 Sergei Trofimovich
2018-03-25 22:42 Thomas Deutschmann
2018-03-24 23:14 Mikle Kolyada
2018-03-23 23:24 Sergei Trofimovich
2017-03-28 23:32 Michael Weber
2017-03-16 20:37 Matt Turner
2017-03-16  8:15 Jeroen Roovers
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-02-23  5:47 Mike Frysinger
2017-02-23  5:47 Mike Frysinger
2017-02-17 17:24 Mart Raudsepp
2017-01-29 21:39 Fabian Groffen
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-09-22 15:55 Tobias Klausmann
2016-09-17 11:14 Pacho Ramos
2016-09-17 10:49 Pacho Ramos
2016-08-06 11:05 Markus Meier
2016-08-03  4:32 Jeroen Roovers
2016-06-02 17:12 Tobias Klausmann
2016-05-17 14:38 Chí-Thanh Christopher Nguyễn
2016-01-09 14:35 Jeroen Roovers
2015-12-19 21:58 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=1474930560.688f27a8c66adc1fb24498c1c3e9bd68fe519450.mrueg@gentoo \
    --to=mrueg@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