diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-11-28 16:50:41 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-11-28 16:50:41 +0000 |
commit | e349b3a6fbc888b62b54732effaa38522e1f73ef (patch) | |
tree | db6a6fdf2290a9e33cb0d4620cb9a8ee76faadf1 /x11-proto/xproto | |
parent | Version bumps. (diff) | |
download | gentoo-2-e349b3a6fbc888b62b54732effaa38522e1f73ef.tar.gz gentoo-2-e349b3a6fbc888b62b54732effaa38522e1f73ef.tar.bz2 gentoo-2-e349b3a6fbc888b62b54732effaa38522e1f73ef.zip |
Version bump.
(Portage version: 2.2.7/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.25.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index d8f45a1649cd..37caa593c9eb 100644 --- a/x11-proto/xproto/ChangeLog +++ b/x11-proto/xproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/xproto # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.155 2013/10/08 05:10:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.156 2013/11/28 16:50:41 chithanh Exp $ + +*xproto-7.0.25 (28 Nov 2013) + + 28 Nov 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xproto-7.0.25.ebuild: + Version bump. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xproto-7.0.24.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-proto/xproto/xproto-7.0.25.ebuild b/x11-proto/xproto/xproto-7.0.25.ebuild new file mode 100644 index 000000000000..92b7fb86ab93 --- /dev/null +++ b/x11-proto/xproto/xproto-7.0.25.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/xproto-7.0.25.ebuild,v 1.1 2013/11/28 16:50:41 chithanh Exp $ + +EAPI=5 + +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-2 + +DESCRIPTION="X.Org xproto protocol headers" +KEYWORDS="~alpha ~amd64 ~arm ~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 +} |