diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-04-14 15:54:14 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-04-14 15:54:14 +0000 |
commit | fe9f6f15ebc8e65c3a48ed3e3afa898a8c7b37aa (patch) | |
tree | f1d848f472557da6be328e1f2cb640f327e1b7c4 /x11-proto/xproto | |
parent | Require at least gcc-4.8 for new LeechCraft packages (diff) | |
download | gentoo-2-fe9f6f15ebc8e65c3a48ed3e3afa898a8c7b37aa.tar.gz gentoo-2-fe9f6f15ebc8e65c3a48ed3e3afa898a8c7b37aa.tar.bz2 gentoo-2-fe9f6f15ebc8e65c3a48ed3e3afa898a8c7b37aa.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-proto/xproto')
-rw-r--r-- | x11-proto/xproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0.26.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index fc81b549d3d2..49f81e10a3a1 100644 --- a/x11-proto/xproto/ChangeLog +++ b/x11-proto/xproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.164 2014/04/08 20:04:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.165 2014/04/14 15:54:14 chithanh Exp $ + +*xproto-7.0.26 (14 Apr 2014) + + 14 Apr 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xproto-7.0.26.ebuild: + Version bump. 08 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xproto-7.0.25.ebuild: Stable for ppc, wrt bug #500368 diff --git a/x11-proto/xproto/xproto-7.0.26.ebuild b/x11-proto/xproto/xproto-7.0.26.ebuild new file mode 100644 index 000000000000..24bbfa8d90cb --- /dev/null +++ b/x11-proto/xproto/xproto-7.0.26.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.26.ebuild,v 1.1 2014/04/14 15:54:14 chithanh Exp $ + +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 +} |