commit: 55a83556a99db6149ab8168519fd8d5a1beed0f1 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sat Aug 15 01:00:47 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Aug 15 11:58:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a83556
media-libs/librosprite: remove old "unused" ebuild. Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> media-libs/librosprite/librosprite-0.1.3-r1.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/media-libs/librosprite/librosprite-0.1.3-r1.ebuild b/media-libs/librosprite/librosprite-0.1.3-r1.ebuild deleted file mode 100644 index 480041a8993..00000000000 --- a/media-libs/librosprite/librosprite-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="framebuffer abstraction library, written in C" -HOMEPAGE="http://www.netsurf-browser.org/projects/librosprite/" -SRC_URI="https://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~m68k-mint" -IUSE="" - -DEPEND="dev-util/netsurf-buildsystem" - -PATCHES=( "${FILESDIR}"/${PN}-0.1.2-Werror.patch ) - -_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 -}
