mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-14 04:01:07 +01:00
Import xcb-util-0.3.8 ebuild and xlsclients-1.1.2
xcb-util is now split into multiple packages. We need to update xlsclients alongside, because the previous xlsclients ebuild has a dependency bug. Change-Id: I22bfbaa10ca96c36936329f77c24017523a628e6 Reviewed-on: https://gerrit.chromium.org/gerrit/14831 Tested-by: Stéphane Marchesin <marcheu@chromium.org> Reviewed-by: Stuart Abercrombie <sabercrombie@chromium.org> Commit-Ready: Stéphane Marchesin <marcheu@chromium.org>
This commit is contained in:
parent
37a4ecbf99
commit
ccb8f3bd14
@ -1,8 +1,8 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/xlsclients-1.1.1.ebuild,v 1.10 2011/02/14 18:43:22 xarthisius Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-apps/xlsclients/xlsclients-1.1.2.ebuild,v 1.8 2011/08/20 15:50:41 jer Exp $
|
||||
|
||||
EAPI=3
|
||||
EAPI=4
|
||||
|
||||
inherit xorg-2
|
||||
|
||||
@ -11,7 +11,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
x11-libs/libxcb
|
||||
x11-libs/xcb-util
|
||||
>=x11-libs/libxcb-1.7
|
||||
>=x11-libs/xcb-util-0.3.8
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
33
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util-image/xcb-util-image-0.3.8.ebuild
vendored
Normal file
33
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util-image/xcb-util-image-0.3.8.ebuild
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-image/xcb-util-image-0.3.8.ebuild,v 1.9 2011/08/20 15:47:43 jer 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-image"
|
||||
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 ~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-${PV}
|
||||
x11-proto/xproto"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gperf-3.0.1
|
||||
test? ( >=dev-libs/check-0.9.4 )"
|
||||
|
||||
pkg_setup() {
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
$(use_with doc doxygen)
|
||||
)
|
||||
|
||||
xorg-2_pkg_setup
|
||||
}
|
||||
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-keysyms/xcb-util-keysyms-0.3.8.ebuild,v 1.9 2011/08/20 15:48:34 jer 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-keysyms"
|
||||
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 ~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-${PV}
|
||||
x11-proto/xproto"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gperf-3.0.1
|
||||
test? ( >=dev-libs/check-0.9.4 )"
|
||||
|
||||
pkg_setup() {
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
$(use_with doc doxygen)
|
||||
)
|
||||
|
||||
xorg-2_pkg_setup
|
||||
}
|
||||
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-renderutil/xcb-util-renderutil-0.3.8.ebuild,v 1.9 2011/08/20 15:49:28 jer 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-renderutil"
|
||||
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 ~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-${PV}
|
||||
x11-proto/xproto"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gperf-3.0.1
|
||||
test? ( >=dev-libs/check-0.9.4 )"
|
||||
|
||||
pkg_setup() {
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
$(use_with doc doxygen)
|
||||
)
|
||||
|
||||
xorg-2_pkg_setup
|
||||
}
|
||||
33
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util-wm/xcb-util-wm-0.3.8.ebuild
vendored
Normal file
33
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util-wm/xcb-util-wm-0.3.8.ebuild
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
# Copyright 1999-2011 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.3.8.ebuild,v 1.9 2011/08/20 15:49:28 jer 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-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 ~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-${PV}
|
||||
x11-proto/xproto"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/gperf-3.0.1
|
||||
test? ( >=dev-libs/check-0.9.4 )"
|
||||
|
||||
pkg_setup() {
|
||||
XORG_CONFIGURE_OPTIONS=(
|
||||
$(use_with doc doxygen)
|
||||
)
|
||||
|
||||
xorg-2_pkg_setup
|
||||
}
|
||||
40
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util/xcb-util-0.3.8.ebuild
vendored
Normal file
40
sdk_container/src/third_party/portage-stable/x11-libs/xcb-util/xcb-util-0.3.8.ebuild
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright 1999-2011 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.8 2011/08/20 15:50:12 jer 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 ~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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user