diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-04-20 21:03:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-04-20 21:03:36 +0000 |
commit | 040df7809e0c6e7208ff91e2230a956a9727d274 (patch) | |
tree | 2e83c10db8bb583e3b35c693db65a30715f63a5b /x11-proto | |
parent | Remove KDE Telepathy 0.5.3. (diff) | |
download | gentoo-2-040df7809e0c6e7208ff91e2230a956a9727d274.tar.gz gentoo-2-040df7809e0c6e7208ff91e2230a956a9727d274.tar.bz2 gentoo-2-040df7809e0c6e7208ff91e2230a956a9727d274.zip |
Version bump.
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/xproto/xproto-7.0.24.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-proto/xproto/ChangeLog b/x11-proto/xproto/ChangeLog index daff77ebb83c..552d70ab07ee 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.145 2013/02/25 22:00:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xproto/ChangeLog,v 1.146 2013/04/20 21:03:36 chithanh Exp $ + +*xproto-7.0.24 (20 Apr 2013) + + 20 Apr 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xproto-7.0.24.ebuild: + Version bump. *xproto-7.0.23-r2 (25 Feb 2013) diff --git a/x11-proto/xproto/xproto-7.0.24.ebuild b/x11-proto/xproto/xproto-7.0.24.ebuild new file mode 100644 index 000000000000..532a54046c7b --- /dev/null +++ b/x11-proto/xproto/xproto-7.0.24.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.24.ebuild,v 1.1 2013/04/20 21:03:36 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 +} |