Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: x11-libs/libGLw/
Date: Sun, 04 Mar 2012 10:02:52
Message-Id: 1330855343.6f999e1ae42bf4d16cc7c921bac93ba975c0f72c.jlec@gentoo
1 commit: 6f999e1ae42bf4d16cc7c921bac93ba975c0f72c
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 4 10:02:23 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 10:02:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=6f999e1a
7
8 Moved to CVS
9
10 ---
11 x11-libs/libGLw/ChangeLog | 30 ----------------------
12 x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild | 34 -------------------------
13 x11-libs/libGLw/libGLw-9999.ebuild | 34 -------------------------
14 x11-libs/libGLw/metadata.xml | 8 ------
15 4 files changed, 0 insertions(+), 106 deletions(-)
16
17 diff --git a/x11-libs/libGLw/ChangeLog b/x11-libs/libGLw/ChangeLog
18 deleted file mode 100644
19 index 03a064e..0000000
20 --- a/x11-libs/libGLw/ChangeLog
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# ChangeLog for x11-libs/libGLw
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: $
26 -
27 - 04 Mar 2012; Justin Lecher <jlec@g.o> libGLw-1.0.0_pre120304.ebuild:
28 - Add missing dep
29 -
30 -*libGLw-1.0.0_pre120304 (04 Mar 2012)
31 -
32 - 04 Mar 2012; Justin Lecher <jlec@g.o> +libGLw-1.0.0_pre120304.ebuild:
33 - Add git snapshot version
34 -
35 -*libGLw-9999 (14 Feb 2012)
36 -
37 - 14 Feb 2012; Justin Lecher <jlec@g.o> -libGLw-1.0.0.ebuild,
38 - +libGLw-9999.ebuild:
39 - Correct version number
40 -
41 - 13 Feb 2012; Justin Lecher <jlec@g.o> libGLw-1.0.0.ebuild:
42 - Block media-libs/mesa[motif]
43 -
44 - 13 Feb 2012; Justin Lecher <jlec@g.o> libGLw-1.0.0.ebuild:
45 - add USE motif
46 -
47 -*libGLw-1.0.0 (13 Feb 2012)
48 -
49 - 13 Feb 2012; Justin Lecher <jlec@g.o> +libGLw-1.0.0.ebuild,
50 - +metadata.xml:
51 - Unbundled libGLw from Mesa package
52 -
53
54 diff --git a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild b/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
55 deleted file mode 100644
56 index d579e9b..0000000
57 --- a/x11-libs/libGLw/libGLw-1.0.0_pre120304.ebuild
58 +++ /dev/null
59 @@ -1,34 +0,0 @@
60 -# Copyright 1999-2012 Gentoo Foundation
61 -# Distributed under the terms of the GNU General Public License v2
62 -# $Header: $
63 -
64 -EAPI=4
65 -
66 -AUTOTOOLS_AUTORECONF=true
67 -
68 -inherit autotools-utils
69 -
70 -DESCRIPTION="Mesa GLw library"
71 -HOMEPAGE="http://mesa3d.sourceforge.net/"
72 -SRC_URI="http:/dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
73 -
74 -SLOT="0"
75 -LICENSE="MIT"
76 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
77 -IUSE="+motif static-libs"
78 -
79 -RDEPEND="
80 - !media-libs/mesa[motif]
81 - x11-libs/libX11
82 - x11-libs/libXt
83 - x11-libs/openmotif
84 - virtual/opengl"
85 -DEPEND="${RDEPEND}
86 - dev-util/pkgconfig"
87 -
88 -src_configure() {
89 - local myeconfargs=(
90 - --enable-motif
91 - )
92 - autotools-utils_src_configure
93 -}
94
95 diff --git a/x11-libs/libGLw/libGLw-9999.ebuild b/x11-libs/libGLw/libGLw-9999.ebuild
96 deleted file mode 100644
97 index 5433627..0000000
98 --- a/x11-libs/libGLw/libGLw-9999.ebuild
99 +++ /dev/null
100 @@ -1,34 +0,0 @@
101 -# Copyright 1999-2012 Gentoo Foundation
102 -# Distributed under the terms of the GNU General Public License v2
103 -# $Header: $
104 -
105 -EAPI=4
106 -
107 -AUTOTOOLS_AUTORECONF=true
108 -
109 -inherit autotools-utils git-2
110 -
111 -DESCRIPTION="Mesa GLw library"
112 -HOMEPAGE="http://mesa3d.sourceforge.net/"
113 -SRC_URI=""
114 -EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/glw"
115 -
116 -SLOT="0"
117 -LICENSE="MIT"
118 -KEYWORDS=""
119 -IUSE="+motif static-libs"
120 -
121 -RDEPEND="
122 - !media-libs/mesa[motif]
123 - virtual/opengl
124 - x11-libs/libX11
125 - x11-libs/libXt"
126 -DEPEND="${RDEPEND}
127 - dev-util/pkgconfig"
128 -
129 -src_configure() {
130 - local myeconfargs=(
131 - $(use_enable motif)
132 - )
133 - autotools-utils_src_configure
134 -}
135
136 diff --git a/x11-libs/libGLw/metadata.xml b/x11-libs/libGLw/metadata.xml
137 deleted file mode 100644
138 index 3bfcbea..0000000
139 --- a/x11-libs/libGLw/metadata.xml
140 +++ /dev/null
141 @@ -1,8 +0,0 @@
142 -<?xml version="1.0" encoding="UTF-8"?>
143 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
144 -<pkgmetadata>
145 - <herd>x11</herd>
146 - <maintainer>
147 - <email>jlec@g.o</email>
148 - </maintainer>
149 -</pkgmetadata>