diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-17 16:37:30 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-05-17 16:37:30 +0200 |
commit | 979e69fc7cc9282f06063cbc023b7c32a679ca1d (patch) | |
tree | f81a753f92b9693c167bc3e95b3326e6e7413aa9 /x11-proto | |
parent | media-sound/cantata: Remove 1.5.1 (diff) | |
download | gentoo-979e69fc7cc9282f06063cbc023b7c32a679ca1d.tar.gz gentoo-979e69fc7cc9282f06063cbc023b7c32a679ca1d.tar.bz2 gentoo-979e69fc7cc9282f06063cbc023b7c32a679ca1d.zip |
x11-proto/xproto: version bump
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0.29.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/x11-proto/xproto/Manifest b/x11-proto/xproto/Manifest index b76771c823ff..7f518e5ab1f0 100644 --- a/x11-proto/xproto/Manifest +++ b/x11-proto/xproto/Manifest @@ -1,2 +1,3 @@ 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 diff --git a/x11-proto/xproto/xproto-7.0.29.ebuild b/x11-proto/xproto/xproto-7.0.29.ebuild new file mode 100644 index 000000000000..916871acb819 --- /dev/null +++ b/x11-proto/xproto/xproto-7.0.29.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 +} |