Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libnsgif/
Date: Sat, 15 Aug 2020 12:03:35
Message-Id: 1597492706.e5b2a4c2d5eaff7e53374650c0b36fd08820fc0a.mjo@gentoo
1 commit: e5b2a4c2d5eaff7e53374650c0b36fd08820fc0a
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:04:57 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b2a4c2
7
8 media-libs/libnsgif: 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 media-libs/libnsgif/libnsgif-0.2.1-r2.ebuild | 40 ----------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/media-libs/libnsgif/libnsgif-0.2.1-r2.ebuild b/media-libs/libnsgif/libnsgif-0.2.1-r2.ebuild
17 deleted file mode 100644
18 index a2572cad5ac..00000000000
19 --- a/media-libs/libnsgif/libnsgif-0.2.1-r2.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="decoding library for the GIF image file format, written in C"
30 -HOMEPAGE="https://www.netsurf-browser.org/projects/libnsgif/"
31 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~m68k-mint"
36 -IUSE=""
37 -
38 -BDEPEND="
39 - >=dev-util/netsurf-buildsystem-1.7-r1
40 - virtual/pkgconfig
41 -"
42 -
43 -src_prepare() {
44 - default
45 - sed -e '1i#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"' \
46 - -i src/lzw.c || die
47 -}
48 -
49 -_emake() {
50 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
51 - netsurf_define_makeconf
52 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
53 -}
54 -
55 -src_compile() {
56 - _emake
57 -}
58 -
59 -src_install() {
60 - _emake DESTDIR="${D}" install
61 -}