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/nsgenbind/
Date: Sat, 15 Aug 2020 12:03:32
Message-Id: 1597492705.911854f5aa07eaae5648eab577b396e168eb8121.mjo@gentoo
1 commit: 911854f5aa07eaae5648eab577b396e168eb8121
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 14 22:02:29 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 11:58:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911854f5
7
8 dev-libs/nsgenbind: 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/nsgenbind/nsgenbind-0.6-r1.ebuild | 33 ------------------------------
14 dev-libs/nsgenbind/nsgenbind-0.7.ebuild | 33 ------------------------------
15 dev-libs/nsgenbind/nsgenbind-0.8.ebuild | 33 ------------------------------
16 3 files changed, 99 deletions(-)
17
18 diff --git a/dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild b/dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild
19 deleted file mode 100644
20 index e85a58a5c92..00000000000
21 --- a/dev-libs/nsgenbind/nsgenbind-0.6-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="generate javascript to dom bindings from w3c webidl files"
32 -HOMEPAGE="http://www.netsurf-browser.org/"
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=""
39 -
40 -DEPEND="
41 - dev-util/netsurf-buildsystem
42 - virtual/yacc"
43 -
44 -_emake() {
45 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
46 - netsurf_define_makeconf
47 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
48 -}
49 -
50 -src_compile() {
51 - _emake
52 -}
53 -
54 -src_install() {
55 - _emake DESTDIR="${ED}" install
56 -}
57
58 diff --git a/dev-libs/nsgenbind/nsgenbind-0.7.ebuild b/dev-libs/nsgenbind/nsgenbind-0.7.ebuild
59 deleted file mode 100644
60 index e85a58a5c92..00000000000
61 --- a/dev-libs/nsgenbind/nsgenbind-0.7.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="generate javascript to dom bindings from w3c webidl files"
72 -HOMEPAGE="http://www.netsurf-browser.org/"
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"
78 -IUSE=""
79 -
80 -DEPEND="
81 - dev-util/netsurf-buildsystem
82 - virtual/yacc"
83 -
84 -_emake() {
85 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
86 - netsurf_define_makeconf
87 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
88 -}
89 -
90 -src_compile() {
91 - _emake
92 -}
93 -
94 -src_install() {
95 - _emake DESTDIR="${ED}" install
96 -}
97
98 diff --git a/dev-libs/nsgenbind/nsgenbind-0.8.ebuild b/dev-libs/nsgenbind/nsgenbind-0.8.ebuild
99 deleted file mode 100644
100 index a4c9c005453..00000000000
101 --- a/dev-libs/nsgenbind/nsgenbind-0.8.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="Generate Javascript-to-DOM bindings from w3c webidl files"
112 -HOMEPAGE="http://www.netsurf-browser.org/"
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"
118 -IUSE=""
119 -
120 -BDEPEND="
121 - dev-util/netsurf-buildsystem
122 - virtual/yacc"
123 -
124 -_emake() {
125 - source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
126 - netsurf_define_makeconf
127 - emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
128 -}
129 -
130 -src_compile() {
131 - _emake
132 -}
133 -
134 -src_install() {
135 - _emake DESTDIR="${D}" install
136 -}