commit:     bffcaf33f4baa76e3f5e5d5aa5398d0af8816160
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 22:06:01 2020 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 11:58:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffcaf33

media-libs/libnspsl: remove old "unused" ebuilds.

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

 media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild | 33 ----------------------------
 media-libs/libnspsl/libnspsl-0.1.5.ebuild    | 33 ----------------------------
 media-libs/libnspsl/libnspsl-0.1.6.ebuild    | 33 ----------------------------
 3 files changed, 99 deletions(-)

diff --git a/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild 
b/media-libs/libnspsl/libnspsl-0.1.3-r1.ebuild
deleted file mode 100644
index ce2346f93d9..00000000000
--- a/media-libs/libnspsl/libnspsl-0.1.3-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="decoding library for BMP and ICO image file formats, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
-IUSE=""
-
-DEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/pkgconfig"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${ED}" install
-}

diff --git a/media-libs/libnspsl/libnspsl-0.1.5.ebuild 
b/media-libs/libnspsl/libnspsl-0.1.5.ebuild
deleted file mode 100644
index c7c011b72c7..00000000000
--- a/media-libs/libnspsl/libnspsl-0.1.5.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="decoding library for BMP and ICO image file formats, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
-IUSE=""
-
-BDEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/pkgconfig"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${ED}" install
-}

diff --git a/media-libs/libnspsl/libnspsl-0.1.6.ebuild 
b/media-libs/libnspsl/libnspsl-0.1.6.ebuild
deleted file mode 100644
index aa9ede7b9c2..00000000000
--- a/media-libs/libnspsl/libnspsl-0.1.6.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="C library for decoding BMP and ICO images"
-HOMEPAGE="http://www.netsurf-browser.org/projects/";
-SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz";
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint"
-IUSE=""
-
-BDEPEND="
-       dev-util/netsurf-buildsystem
-       virtual/pkgconfig"
-
-_emake() {
-       source /usr/share/netsurf-buildsystem/gentoo-helpers.sh
-       netsurf_define_makeconf
-       emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@
-}
-
-src_compile() {
-       _emake
-}
-
-src_install() {
-       _emake DESTDIR="${D}" install
-}

Reply via email to