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/libnspsl/
Date: Sat, 15 Aug 2020 12:03:34
Message-Id: 1597492707.bffcaf33f4baa76e3f5e5d5aa5398d0af8816160.mjo@gentoo
1 commit: bffcaf33f4baa76e3f5e5d5aa5398d0af8816160
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:06:01 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffcaf33
7
8 media-libs/libnspsl: 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/libnspsl/libnspsl-0.1.3-r1.ebuild | 33 ----------------------------
14 media-libs/libnspsl/libnspsl-0.1.5.ebuild | 33 ----------------------------
15 media-libs/libnspsl/libnspsl-0.1.6.ebuild | 33 ----------------------------
16 3 files changed, 99 deletions(-)
17
18 diff --git a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild b/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild
19 deleted file mode 100644
20 index ce2346f93d9..00000000000
21 --- a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild
22 +++ /dev/null
23 @@ -1,33 +0,0 @@
24 -# Copyright 1999-2019 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="decoding library for BMP and ICO image file formats, written in C"
32 -HOMEPAGE="http://www.netsurf-browser.org/projects/"
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 ~m68k-mint"
38 -IUSE=""
39 -
40 -DEPEND="
41 - dev-util/netsurf-buildsystem
42 - virtual/pkgconfig"
43 -
44 -_emake() {
45 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
46 - netsurf_define_makeconf
47 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
48 -}
49 -
50 -src_compile() {
51 - _emake
52 -}
53 -
54 -src_install() {
55 - _emake DESTDIR="${ED}" install
56 -}
57
58 diff --git a/media-libs/libnspsl/libnspsl-0.1.5.ebuild b/media-libs/libnspsl/libnspsl-0.1.5.ebuild
59 deleted file mode 100644
60 index c7c011b72c7..00000000000
61 --- a/media-libs/libnspsl/libnspsl-0.1.5.ebuild
62 +++ /dev/null
63 @@ -1,33 +0,0 @@
64 -# Copyright 1999-2019 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=7
68 -
69 -inherit toolchain-funcs
70 -
71 -DESCRIPTION="decoding library for BMP and ICO image file formats, written in C"
72 -HOMEPAGE="http://www.netsurf-browser.org/projects/"
73 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
74 -
75 -LICENSE="MIT"
76 -SLOT="0/${PV}"
77 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
78 -IUSE=""
79 -
80 -BDEPEND="
81 - dev-util/netsurf-buildsystem
82 - virtual/pkgconfig"
83 -
84 -_emake() {
85 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
86 - netsurf_define_makeconf
87 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
88 -}
89 -
90 -src_compile() {
91 - _emake
92 -}
93 -
94 -src_install() {
95 - _emake DESTDIR="${ED}" install
96 -}
97
98 diff --git a/media-libs/libnspsl/libnspsl-0.1.6.ebuild b/media-libs/libnspsl/libnspsl-0.1.6.ebuild
99 deleted file mode 100644
100 index aa9ede7b9c2..00000000000
101 --- a/media-libs/libnspsl/libnspsl-0.1.6.ebuild
102 +++ /dev/null
103 @@ -1,33 +0,0 @@
104 -# Copyright 1999-2020 Gentoo Authors
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=7
108 -
109 -inherit toolchain-funcs
110 -
111 -DESCRIPTION="C library for decoding BMP and ICO images"
112 -HOMEPAGE="http://www.netsurf-browser.org/projects/"
113 -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz"
114 -
115 -LICENSE="MIT"
116 -SLOT="0/${PV}"
117 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
118 -IUSE=""
119 -
120 -BDEPEND="
121 - dev-util/netsurf-buildsystem
122 - virtual/pkgconfig"
123 -
124 -_emake() {
125 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
126 - netsurf_define_makeconf
127 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
128 -}
129 -
130 -src_compile() {
131 - _emake
132 -}
133 -
134 -src_install() {
135 - _emake DESTDIR="${D}" install
136 -}