diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-27 15:26:57 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-27 15:26:57 +0000 |
commit | 8f354d229e498cf0a2d7c9ba899631261f8c42fe (patch) | |
tree | 23a6da97518dc2eaa4c1cf313b3425c1e18c353b /x11-proto/xextproto | |
parent | Marking gst-plugins-base-0.10.31 ~ppc for bug 353434 (diff) | |
download | gentoo-2-8f354d229e498cf0a2d7c9ba899631261f8c42fe.tar.gz gentoo-2-8f354d229e498cf0a2d7c9ba899631261f8c42fe.tar.bz2 gentoo-2-8f354d229e498cf0a2d7c9ba899631261f8c42fe.zip |
Version bump
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto/xextproto')
-rw-r--r-- | x11-proto/xextproto/ChangeLog | 7 | ||||
-rw-r--r-- | x11-proto/xextproto/xextproto-7.2.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/x11-proto/xextproto/ChangeLog b/x11-proto/xextproto/ChangeLog index a79b9db7285e..2be7be9bb6dd 100644 --- a/x11-proto/xextproto/ChangeLog +++ b/x11-proto/xextproto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-proto/xextproto # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.70 2011/02/14 13:51:39 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/ChangeLog,v 1.71 2011/02/27 15:26:57 scarabeus Exp $ + +*xextproto-7.2.0 (27 Feb 2011) + + 27 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xextproto-7.2.0.ebuild: + Version bump 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xextproto-7.1.2.ebuild: diff --git a/x11-proto/xextproto/xextproto-7.2.0.ebuild b/x11-proto/xextproto/xextproto-7.2.0.ebuild new file mode 100644 index 000000000000..6d7438275c49 --- /dev/null +++ b/x11-proto/xextproto/xextproto-7.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xextproto/xextproto-7.2.0.ebuild,v 1.1 2011/02/27 15:26:57 scarabeus Exp $ + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org XExt protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="doc" + +RDEPEND="!<x11-libs/libXext-1.0.99" +DEPEND="${RDEPEND}" + +pkg_setup() { + xorg-2_pkg_setup + + CONFIGURE_OPTIONS=" + $(use_with doc xmlto) + --without-fop + " +} |