commit:     911854f5aa07eaae5648eab577b396e168eb8121
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 22:02:29 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 11:58:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=911854f5

dev-libs/nsgenbind: remove old "unused" ebuilds.

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild | 33 ------------------------------
 dev-libs/nsgenbind/nsgenbind-0.7.ebuild    | 33 ------------------------------
 dev-libs/nsgenbind/nsgenbind-0.8.ebuild    | 33 ------------------------------
 3 files changed, 99 deletions(-)

diff --git a/dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild 
b/dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild
deleted file mode 100644
index e85a58a5c92..00000000000
--- a/dev-libs/nsgenbind/nsgenbind-0.6-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="generate javascript to dom bindings from w3c webidl files"
-HOMEPAGE="http://www.netsurf-browser.org/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-DEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/yacc"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${ED}" install
-}

diff --git a/dev-libs/nsgenbind/nsgenbind-0.7.ebuild 
b/dev-libs/nsgenbind/nsgenbind-0.7.ebuild
deleted file mode 100644
index e85a58a5c92..00000000000
--- a/dev-libs/nsgenbind/nsgenbind-0.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="generate javascript to dom bindings from w3c webidl files"
-HOMEPAGE="http://www.netsurf-browser.org/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-DEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/yacc"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${ED}" install
-}

diff --git a/dev-libs/nsgenbind/nsgenbind-0.8.ebuild 
b/dev-libs/nsgenbind/nsgenbind-0.8.ebuild
deleted file mode 100644
index a4c9c005453..00000000000
--- a/dev-libs/nsgenbind/nsgenbind-0.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Generate Javascript-to-DOM bindings from w3c webidl files"
-HOMEPAGE="http://www.netsurf-browser.org/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE=""
-
-BDEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/yacc"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=binary $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${D}" install
-}

Reply via email to