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/libnsbmp/
Date: Sat, 15 Aug 2020 12:03:31
Message-Id: 1597492706.2a4715e2fb454ac6bf912fc0f7f2823fd5660e18.mjo@gentoo
1 commit: 2a4715e2fb454ac6bf912fc0f7f2823fd5660e18
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:03:34 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=2a4715e2
7
8 media-libs/libnsbmp: 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/libnsbmp/libnsbmp-0.1.6.ebuild | 33 -------------------------------
14 1 file changed, 33 deletions(-)
15
16 diff --git a/media-libs/libnsbmp/libnsbmp-0.1.6.ebuild b/media-libs/libnsbmp/libnsbmp-0.1.6.ebuild
17 deleted file mode 100644
18 index 099d99f052e..00000000000
19 --- a/media-libs/libnsbmp/libnsbmp-0.1.6.ebuild
20 +++ /dev/null
21 @@ -1,33 +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 BMP and ICO image file formats, written in C"
30 -HOMEPAGE="http://www.netsurf-browser.org/projects/libnsbmp/"
31 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
32 -
33 -LICENSE="MIT"
34 -SLOT="0/${PV}"
35 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
36 -IUSE=""
37 -
38 -BDEPEND="
39 - dev-util/netsurf-buildsystem
40 - virtual/pkgconfig"
41 -
42 -_emake() {
43 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
44 - netsurf_define_makeconf
45 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
46 -}
47 -
48 -src_compile() {
49 - _emake
50 -}
51 -
52 -src_install() {
53 - _emake DESTDIR="${D}" install
54 -}