diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-04 15:41:05 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-10-04 15:41:05 +0000 |
commit | 1967a28a6746a7e771b8f039459c9206d696cc0b (patch) | |
tree | fa3aa85384e7a6dbed41dd23ecae834b5a620c70 /x11-libs/xcb-util-cursor | |
parent | Add ruby20 target (diff) | |
download | gentoo-2-1967a28a6746a7e771b8f039459c9206d696cc0b.tar.gz gentoo-2-1967a28a6746a7e771b8f039459c9206d696cc0b.tar.bz2 gentoo-2-1967a28a6746a7e771b8f039459c9206d696cc0b.zip |
Initial commit.
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/xcb-util-cursor')
-rw-r--r-- | x11-libs/xcb-util-cursor/ChangeLog | 9 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/metadata.xml | 5 | ||||
-rw-r--r-- | x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild | 34 |
4 files changed, 51 insertions, 0 deletions
diff --git a/x11-libs/xcb-util-cursor/ChangeLog b/x11-libs/xcb-util-cursor/ChangeLog new file mode 100644 index 000000000000..7006272b1698 --- /dev/null +++ b/x11-libs/xcb-util-cursor/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-libs/xcb-util-cursor +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.1 2013/10/04 15:41:05 chithanh Exp $ + +*xcb-util-cursor-0.1.0 (04 Oct 2013) + + 04 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +metadata.xml, + +xcb-util-cursor-0.1.0.ebuild: + Initial commit. diff --git a/x11-libs/xcb-util-cursor/Manifest b/x11-libs/xcb-util-cursor/Manifest new file mode 100644 index 000000000000..391e13bd4437 --- /dev/null +++ b/x11-libs/xcb-util-cursor/Manifest @@ -0,0 +1,3 @@ +DIST xcb-util-cursor-0.1.0.tar.bz2 289086 SHA256 bb7bc11a977a7eca9c0b79dbe1c47ec813db98fbed6bcaf613118487a60131e5 SHA512 3c00d8130ee18e72da7833e014376f098164dcb0023c3dd8f8c75ae7494c1f9776735dfa4ecd62496cca4224f2e31cc1d54f3bb36d5576f5ace8acf5d71addae WHIRLPOOL 8c7f3b4a120e5abc5791b7042bd7c14456533190a7ebc515c2e3c535c541ef1a8ab6486bfc76bec45b6a06237219e9aa9fd91ed532909540316277ba46d2c94a +EBUILD xcb-util-cursor-0.1.0.ebuild 892 SHA256 8dea63ed0751016a8d6d5fd1e2837979b7ba7ef6d8a43e70931f550755cfdd49 SHA512 dbc00f87543da3396ab0f0a41a2651e6834b030fb6b9cff52f1c2b3de6828e4bccba316d056b61685aea42263def1c8983eccc26eab8a8d39a650aa6f1e20525 WHIRLPOOL aa18a04af8ce21fb28843bbed57e168db6745465fa2265c52d1692873583a5da2113cc98973e56a8f1f276b97034fb0f3fd31b56c13adea8d3c1039fd4dd7e3e +MISC metadata.xml 156 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 SHA512 daa9bb2a9b1a16220327bc394f10d93a1a8a427bfbed8808cd247c1dfd5a5b87a4945d55d8243e07fede2c8182a208c618ebd483773d77e9d23862ec77016019 WHIRLPOOL 691e028648bb8b60771d74ef718c51fdb0f4a587e984f6ac4c13d7796415ecf770df2e0fd766399091771924bb65995e9bb290baa35971c56e07d76f2bbf6d93 diff --git a/x11-libs/xcb-util-cursor/metadata.xml b/x11-libs/xcb-util-cursor/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-libs/xcb-util-cursor/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>x11</herd> +</pkgmetadata> diff --git a/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild new file mode 100644 index 000000000000..bf5c5929e235 --- /dev/null +++ b/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild,v 1.1 2013/10/04 15:41:05 chithanh 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-cursor" +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-${PV} + x11-proto/xcb-proto + 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 +} |