diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:56:09 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-01-04 02:56:09 +0000 |
commit | ce4c42e2a061ef1e81fd708fdf8f423ea29e4ded (patch) | |
tree | f4c8a00dc01d25d86554b7b7a3e937acbc49a377 /x11-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-ce4c42e2a061ef1e81fd708fdf8f423ea29e4ded.tar.gz gentoo-2-ce4c42e2a061ef1e81fd708fdf8f423ea29e4ded.tar.bz2 gentoo-2-ce4c42e2a061ef1e81fd708fdf8f423ea29e4ded.zip |
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXcomposite/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/libXcomposite/libXcomposite-0.4.4.ebuild | 26 |
2 files changed, 34 insertions, 3 deletions
diff --git a/x11-libs/libXcomposite/ChangeLog b/x11-libs/libXcomposite/ChangeLog index c1a4c7de29a0..7099a9149335 100644 --- a/x11-libs/libXcomposite/ChangeLog +++ b/x11-libs/libXcomposite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libXcomposite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.90 2012/05/06 01:11:26 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/ChangeLog,v 1.91 2013/01/04 02:56:09 chithanh Exp $ + +*libXcomposite-0.4.4 (04 Jan 2013) + + 04 Jan 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libXcomposite-0.4.4.ebuild: + Version bump. 06 May 2012; Alexis Ballier <aballier@gentoo.org> libXcomposite-0.4.3-r1.ebuild: @@ -348,4 +354,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +libXcomposite-0.2.0.ebuild: Initial commit for modular X. - diff --git a/x11-libs/libXcomposite/libXcomposite-0.4.4.ebuild b/x11-libs/libXcomposite/libXcomposite-0.4.4.ebuild new file mode 100644 index 000000000000..c755a19d8258 --- /dev/null +++ b/x11-libs/libXcomposite/libXcomposite-0.4.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXcomposite/libXcomposite-0.4.4.ebuild,v 1.1 2013/01/04 02:56:09 chithanh Exp $ + +EAPI=4 + +XORG_DOC=doc +inherit xorg-2 + +DESCRIPTION="X.Org Xcomposite library" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXfixes + >=x11-proto/compositeproto-0.4 + x11-proto/xproto" +DEPEND="${RDEPEND}" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_with doc xmlto) + ) + xorg-2_src_configure +} |