Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/x11:master commit in: profiles/, x11-libs/libXaw3d/
Date: Tue, 02 Aug 2011 04:58:40
Message-Id: 21abbdb447505c815fba7fdc4cd43403b3c83969.mattst88@gentoo
1 commit: 21abbdb447505c815fba7fdc4cd43403b3c83969
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 2 04:56:37 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Tue Aug 2 04:56:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=21abbdb4
7
8 Add x11-libs/libXaw3d live ebuild
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gmail.com>
11
12 ---
13 profiles/package.mask | 1 +
14 x11-libs/libXaw3d/libXaw3d-9999.ebuild | 23 +++++++++++++++++++++++
15 x11-libs/libXaw3d/metadata.xml | 5 +++++
16 3 files changed, 29 insertions(+), 0 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index 72525fe..2d0ece3 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -40,6 +40,7 @@
23 =x11-libs/libXamine-9999
24 =x11-libs/libXau-9999
25 =x11-libs/libXaw-9999
26 +=x11-libs/libXaw3d-9999
27 =x11-libs/libxcb-9999
28 =x11-libs/libXcomposite-9999
29 =x11-libs/libXcursor-9999
30
31 diff --git a/x11-libs/libXaw3d/libXaw3d-9999.ebuild b/x11-libs/libXaw3d/libXaw3d-9999.ebuild
32 new file mode 100644
33 index 0000000..5e2f046
34 --- /dev/null
35 +++ b/x11-libs/libXaw3d/libXaw3d-9999.ebuild
36 @@ -0,0 +1,23 @@
37 +# Copyright 1999-2011 Gentoo Foundation
38 +# Distributed under the terms of the GNU General Public License v2
39 +# $Header: $
40 +
41 +EAPI=4
42 +
43 +EGIT_REPO_URI="git://people.freedesktop.org/~mattst88/libXaw3d"
44 +inherit xorg-2
45 +
46 +DESCRIPTION="X.Org Xaw3d library"
47 +
48 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 +IUSE=""
50 +
51 +RDEPEND="x11-libs/libX11
52 + x11-libs/libXt
53 + x11-libs/libXmu
54 + x11-proto/xproto"
55 +DEPEND="${RDEPEND}"
56 +
57 +pkg_setup() {
58 + xorg-2_pkg_setup
59 +}
60
61 diff --git a/x11-libs/libXaw3d/metadata.xml b/x11-libs/libXaw3d/metadata.xml
62 new file mode 100644
63 index 0000000..01c4c00
64 --- /dev/null
65 +++ b/x11-libs/libXaw3d/metadata.xml
66 @@ -0,0 +1,5 @@
67 +<?xml version="1.0" encoding="UTF-8"?>
68 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 +<pkgmetadata>
70 +<herd>x11</herd>
71 +</pkgmetadata>