Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnsfb/
Date: Sat, 15 Aug 2020 12:03:31
Message-Id: 1597492702.7b74946749ac9ff2be96d7a02fc68502aa1d5d51.mjo@gentoo
1 commit: 7b74946749ac9ff2be96d7a02fc68502aa1d5d51
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 21:57:16 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b749467
7
8 dev-libs/libnsfb: remove old "unused" ebuilds.
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild | 51 -------------------------------
14 dev-libs/libnsfb/libnsfb-0.2.1.ebuild | 52 --------------------------------
15 dev-libs/libnsfb/libnsfb-0.2.2.ebuild | 51 -------------------------------
16 3 files changed, 154 deletions(-)
17
18 diff --git a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild
19 deleted file mode 100644
20 index f29059c8e61..00000000000
21 --- a/dev-libs/libnsfb/libnsfb-0.2.0-r1.ebuild
22 +++ /dev/null
23 @@ -1,51 +0,0 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=7
28 -
29 -inherit toolchain-funcs
30 -
31 -DESCRIPTION="framebuffer abstraction library, written in C"
32 -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/"
33 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
34 -
35 -LICENSE="MIT"
36 -SLOT="0/${PV}"
37 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
38 -IUSE="sdl test vnc wayland X"
39 -RESTRICT="!test? ( test )"
40 -
41 -RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 )
42 - vnc? ( >=net-libs/libvncserver-0.9.9-r2 )
43 - wayland? ( >=dev-libs/wayland-1.0.6 )
44 - X? (
45 - >=x11-libs/libxcb-1.9.1
46 - >=x11-libs/xcb-util-0.3.9-r1
47 - >=x11-libs/xcb-util-image-0.3.9-r1
48 - >=x11-libs/xcb-util-keysyms-0.3.9-r1
49 - )"
50 -DEPEND="${RDEPEND}
51 - dev-util/netsurf-buildsystem"
52 -
53 -PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch )
54 -
55 -DOCS=( usage )
56 -
57 -_emake() {
58 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
59 - netsurf_define_makeconf
60 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
61 - WITH_VNC=$(usex vnc) \
62 - WITH_SDL=$(usex sdl) \
63 - WITH_XCB=$(usex X) \
64 - WITH_WLD=$(usex wayland) \
65 - $@
66 -}
67 -
68 -src_compile() {
69 - _emake
70 -}
71 -
72 -src_install() {
73 - _emake DESTDIR="${ED}" install
74 -}
75
76 diff --git a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild b/dev-libs/libnsfb/libnsfb-0.2.1.ebuild
77 deleted file mode 100644
78 index 02ef1e96ed2..00000000000
79 --- a/dev-libs/libnsfb/libnsfb-0.2.1.ebuild
80 +++ /dev/null
81 @@ -1,52 +0,0 @@
82 -# Copyright 1999-2020 Gentoo Authors
83 -# Distributed under the terms of the GNU General Public License v2
84 -
85 -EAPI=7
86 -
87 -inherit toolchain-funcs
88 -
89 -DESCRIPTION="framebuffer abstraction library, written in C"
90 -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/"
91 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
92 -
93 -LICENSE="MIT"
94 -SLOT="0/${PV}"
95 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
96 -IUSE="sdl test vnc wayland X"
97 -
98 -RESTRICT="!test? ( test )"
99 -
100 -RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 )
101 - vnc? ( >=net-libs/libvncserver-0.9.9-r2 )
102 - wayland? ( >=dev-libs/wayland-1.0.6 )
103 - X? (
104 - >=x11-libs/libxcb-1.9.1
105 - >=x11-libs/xcb-util-0.3.9-r1
106 - >=x11-libs/xcb-util-image-0.3.9-r1
107 - >=x11-libs/xcb-util-keysyms-0.3.9-r1
108 - )"
109 -BDEPEND="
110 - dev-util/netsurf-buildsystem"
111 -
112 -PATCHES=( "${FILESDIR}"/${PN}-0.1.0-autodetect.patch )
113 -
114 -DOCS=( usage )
115 -
116 -_emake() {
117 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
118 - netsurf_define_makeconf
119 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
120 - WITH_VNC=$(usex vnc) \
121 - WITH_SDL=$(usex sdl) \
122 - WITH_XCB=$(usex X) \
123 - WITH_WLD=$(usex wayland) \
124 - $@
125 -}
126 -
127 -src_compile() {
128 - _emake
129 -}
130 -
131 -src_install() {
132 - _emake DESTDIR="${ED}" install
133 -}
134
135 diff --git a/dev-libs/libnsfb/libnsfb-0.2.2.ebuild b/dev-libs/libnsfb/libnsfb-0.2.2.ebuild
136 deleted file mode 100644
137 index 00a4530174d..00000000000
138 --- a/dev-libs/libnsfb/libnsfb-0.2.2.ebuild
139 +++ /dev/null
140 @@ -1,51 +0,0 @@
141 -# Copyright 1999-2020 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -
146 -inherit toolchain-funcs
147 -
148 -DESCRIPTION="C library for framebuffer abstraction"
149 -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsfb/"
150 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
151 -
152 -LICENSE="MIT"
153 -SLOT="0/${PV}"
154 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
155 -IUSE="sdl test vnc wayland X"
156 -
157 -RESTRICT="!test? ( test )"
158 -
159 -RDEPEND="sdl? ( >=media-libs/libsdl-1.2.15-r4 )
160 - vnc? ( >=net-libs/libvncserver-0.9.9-r2 )
161 - wayland? ( >=dev-libs/wayland-1.0.6 )
162 - X? (
163 - >=x11-libs/libxcb-1.9.1
164 - >=x11-libs/xcb-util-0.3.9-r1
165 - >=x11-libs/xcb-util-image-0.3.9-r1
166 - >=x11-libs/xcb-util-keysyms-0.3.9-r1
167 - )"
168 -BDEPEND="dev-util/netsurf-buildsystem"
169 -
170 -PATCHES=( "${FILESDIR}/${PN}-0.1.0-autodetect.patch" )
171 -
172 -DOCS=( usage )
173 -
174 -_emake() {
175 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
176 - netsurf_define_makeconf
177 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared \
178 - WITH_VNC=$(usex vnc) \
179 - WITH_SDL=$(usex sdl) \
180 - WITH_XCB=$(usex X) \
181 - WITH_WLD=$(usex wayland) \
182 - $@
183 -}
184 -
185 -src_compile() {
186 - _emake
187 -}
188 -
189 -src_install() {
190 - _emake DESTDIR="${D}" install
191 -}