diff options
-rw-r--r-- | x11-libs/xcb-util/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.3.6.ebuild | 34 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.3.8.ebuild | 40 | ||||
-rw-r--r-- | x11-libs/xcb-util/xcb-util-0.4.0.ebuild | 40 |
4 files changed, 47 insertions, 75 deletions
diff --git a/x11-libs/xcb-util/ChangeLog b/x11-libs/xcb-util/ChangeLog index 65e70aaf7ee6..6a492f397bdc 100644 --- a/x11-libs/xcb-util/ChangeLog +++ b/x11-libs/xcb-util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/xcb-util # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.71 2014/06/18 21:15:10 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/ChangeLog,v 1.72 2014/10/23 13:56:58 chithanh Exp $ + +*xcb-util-0.4.0 (23 Oct 2014) + + 23 Oct 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +xcb-util-0.4.0.ebuild, -xcb-util-0.3.6.ebuild, -xcb-util-0.3.8.ebuild: + Version bump. Remove old. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> xcb-util-0.3.9-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/x11-libs/xcb-util/xcb-util-0.3.6.ebuild b/x11-libs/xcb-util/xcb-util-0.3.6.ebuild deleted file mode 100644 index 39f90c061035..000000000000 --- a/x11-libs/xcb-util/xcb-util-0.3.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.6.ebuild,v 1.11 2012/05/05 03:52:23 jdhore Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X C-language Bindings sample implementations" -HOMEPAGE="http://xcb.freedesktop.org/" -SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~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/libxcb-1.4" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - virtual/pkgconfig - >=x11-proto/xproto-7.0.8 - >=x11-proto/xcb-proto-1.5 - test? ( >=dev-libs/check-0.9.4 )" - -pkg_postinst() { - x-modular_pkg_postinst - - echo - ewarn "Library names have changed since earlier versions of xcb-util;" - ewarn "you must rebuild packages that have linked against <xcb-util-0.3.0." - einfo "Using 'revdep-rebuild' from app-portage/gentoolkit is highly" - einfo "recommended." - epause 5 -} diff --git a/x11-libs/xcb-util/xcb-util-0.3.8.ebuild b/x11-libs/xcb-util/xcb-util-0.3.8.ebuild deleted file mode 100644 index dc21f874cf8f..000000000000 --- a/x11-libs/xcb-util/xcb-util-0.3.8.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util/xcb-util-0.3.8.ebuild,v 1.9 2012/04/26 22:25:07 aballier Exp $ - -EAPI=4 - -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" -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/libxcb-1.7 - x11-proto/xproto" -DEPEND="${RDEPEND} - >=dev-util/gperf-3.0.1 - test? ( >=dev-libs/check-0.9.4 )" - -PDEPEND=" - >=x11-libs/xcb-util-image-${PV} - >=x11-libs/xcb-util-keysyms-${PV} - >=x11-libs/xcb-util-renderutil-${PV} - >=x11-libs/xcb-util-wm-${PV} -" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - $(use_with doc doxygen) - ) - - xorg-2_pkg_setup -} diff --git a/x11-libs/xcb-util/xcb-util-0.4.0.ebuild b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild new file mode 100644 index 000000000000..5493d8ebbcfa --- /dev/null +++ b/x11-libs/xcb-util/xcb-util-0.4.0.ebuild @@ -0,0 +1,40 @@ +# 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/xcb-util-0.4.0.ebuild,v 1.1 2014/10/23 13:56:58 chithanh Exp $ + +EAPI=5 + +XORG_MODULE=/ +XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-2 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util" + +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 ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris" +IUSE="test" + +RDEPEND=">=x11-libs/libxcb-1.9.1:=[${MULTILIB_USEDEP}] + >=x11-proto/xproto-7.0.24:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + >=dev-util/gperf-3.0.1 + test? ( >=dev-libs/check-0.9.11[${MULTILIB_USEDEP}] )" + +PDEPEND=" + >=x11-libs/xcb-util-cursor-0.1.1:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-image-${PV}:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-keysyms-${PV}:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-renderutil-0.3.9:=[${MULTILIB_USEDEP}] + >=x11-libs/xcb-util-wm-${PV}:=[${MULTILIB_USEDEP}] +" + +src_configure() { + XORG_CONFIGURE_OPTIONS=( + $(use_with doc doxygen) + ) + xorg-2_src_configure +} |