Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/xcb-util-cursor: metadata.xml xcb-util-cursor-0.1.0.ebuild Manifest ChangeLog
Date: Fri, 04 Oct 2013 15:41:44
Message-Id: 20131004154105.8BF172004C@flycatcher.gentoo.org
1 chithanh 13/10/04 15:41:05
2
3 Added: metadata.xml xcb-util-cursor-0.1.0.ebuild Manifest
4 ChangeLog
5 Log:
6 Initial commit.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.1 x11-libs/xcb-util-cursor/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>x11</herd>
22 </pkgmetadata>
23
24
25
26 1.1 x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild
27
28 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/xcb-util-cursor-0.1.0.ebuild?rev=1.1&content-type=text/plain
30
31 Index: xcb-util-cursor-0.1.0.ebuild
32 ===================================================================
33 # Copyright 1999-2013 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 # $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 $
36
37 EAPI=4
38
39 XORG_MODULE=/
40 XORG_BASE_INDIVIDUAL_URI=http://xcb.freedesktop.org/dist
41 XORG_DOC=doc
42 inherit xorg-2
43
44 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/util-cursor"
45 EGIT_HAS_SUBMODULES=yes
46
47 DESCRIPTION="X C-language Bindings sample implementations"
48 HOMEPAGE="http://xcb.freedesktop.org/"
49
50 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"
51 IUSE="test"
52
53 RDEPEND=">=x11-libs/xcb-util-${PV}
54 x11-proto/xcb-proto
55 x11-proto/xproto"
56 DEPEND="${RDEPEND}
57 >=dev-util/gperf-3.0.1
58 test? ( >=dev-libs/check-0.9.4 )"
59
60 pkg_setup() {
61 XORG_CONFIGURE_OPTIONS=(
62 $(use_with doc doxygen)
63 )
64
65 xorg-2_pkg_setup
66 }
67
68
69
70 1.1 x11-libs/xcb-util-cursor/Manifest
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/Manifest?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/Manifest?rev=1.1&content-type=text/plain
74
75 Index: Manifest
76 ===================================================================
77 DIST xcb-util-cursor-0.1.0.tar.bz2 289086 SHA256 bb7bc11a977a7eca9c0b79dbe1c47ec813db98fbed6bcaf613118487a60131e5 SHA512 3c00d8130ee18e72da7833e014376f098164dcb0023c3dd8f8c75ae7494c1f9776735dfa4ecd62496cca4224f2e31cc1d54f3bb36d5576f5ace8acf5d71addae WHIRLPOOL 8c7f3b4a120e5abc5791b7042bd7c14456533190a7ebc515c2e3c535c541ef1a8ab6486bfc76bec45b6a06237219e9aa9fd91ed532909540316277ba46d2c94a
78 EBUILD xcb-util-cursor-0.1.0.ebuild 892 SHA256 8dea63ed0751016a8d6d5fd1e2837979b7ba7ef6d8a43e70931f550755cfdd49 SHA512 dbc00f87543da3396ab0f0a41a2651e6834b030fb6b9cff52f1c2b3de6828e4bccba316d056b61685aea42263def1c8983eccc26eab8a8d39a650aa6f1e20525 WHIRLPOOL aa18a04af8ce21fb28843bbed57e168db6745465fa2265c52d1692873583a5da2113cc98973e56a8f1f276b97034fb0f3fd31b56c13adea8d3c1039fd4dd7e3e
79 MISC metadata.xml 156 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 SHA512 daa9bb2a9b1a16220327bc394f10d93a1a8a427bfbed8808cd247c1dfd5a5b87a4945d55d8243e07fede2c8182a208c618ebd483773d77e9d23862ec77016019 WHIRLPOOL 691e028648bb8b60771d74ef718c51fdb0f4a587e984f6ac4c13d7796415ecf770df2e0fd766399091771924bb65995e9bb290baa35971c56e07d76f2bbf6d93
80
81
82
83 1.1 x11-libs/xcb-util-cursor/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog?rev=1.1&content-type=text/plain
87
88 Index: ChangeLog
89 ===================================================================
90 # ChangeLog for x11-libs/xcb-util-cursor
91 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
92 # $Header: /var/cvsroot/gentoo-x86/x11-libs/xcb-util-cursor/ChangeLog,v 1.1 2013/10/04 15:41:05 chithanh Exp $
93
94 *xcb-util-cursor-0.1.0 (04 Oct 2013)
95
96 04 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@g.o> +metadata.xml,
97 +xcb-util-cursor-0.1.0.ebuild:
98 Initial commit.