diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-04 15:28:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-02-04 15:28:53 +0000 |
commit | 608c38cd99db61f8c6371c97cd479a6114b1dc0f (patch) | |
tree | 03c23456d552dd412d8cfc436d22aaf7bbc3a078 /x11-libs | |
parent | Add bluez-5 compatible release candidate. (diff) | |
download | gentoo-2-608c38cd99db61f8c6371c97cd479a6114b1dc0f.tar.gz gentoo-2-608c38cd99db61f8c6371c97cd479a6114b1dc0f.tar.bz2 gentoo-2-608c38cd99db61f8c6371c97cd479a6114b1dc0f.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/xcb-util-wm/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild | 32 |
2 files changed, 40 insertions, 3 deletions
diff --git a/x11-libs/xcb-util-wm/ChangeLog b/x11-libs/xcb-util-wm/ChangeLog index fbb9694a0820..4ceccac56080 100644 --- a/x11-libs/xcb-util-wm/ChangeLog +++ b/x11-libs/xcb-util-wm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xcb-util-wm -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.18 2012/08/26 19:15:50 armin76 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/ChangeLog,v 1.19 2014/02/04 15:28:53 chithanh Exp $ + +*xcb-util-wm-0.4.0 (04 Feb 2014) + + 04 Feb 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcb-util-wm-0.4.0.ebuild: + Version bump. 26 Aug 2012; Raúl Porcel <armin76@gentoo.org> xcb-util-wm-0.3.9.ebuild: alpha/ia64/s390/sh/sparc stable wrt #419473 @@ -62,4 +68,3 @@ 26 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> +xcb-util-wm-0.3.8.ebuild, +metadata.xml: Version bump to 0.3.8. This is first split release. - diff --git a/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild new file mode 100644 index 000000000000..9bdd5ee21c44 --- /dev/null +++ b/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-wm/xcb-util-wm-0.4.0.ebuild,v 1.1 2014/02/04 15:28:53 chithanh Exp $ + +EAPI=5 + +XORG_MODULE=/ +XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist +XORG_DOC=doc +inherit xorg-2 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-wm" +EGIT_HAS_SUBMODULES=yes + +DESCRIPTION="X C-language Bindings sample implementations" +HOMEPAGE="http://xcb.freedesktop.org/" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +IUSE="test" + +RDEPEND=">=x11-libs/xcb-util-0.3.9 + x11-proto/xproto" +DEPEND="${RDEPEND} + >=dev-util/gperf-3.0.1 + test? ( >=dev-libs/check-0.9.4 )" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_with doc doxygen) + ) + xorg-2_src_configure +} |