commit:     2c770cfa8c68b65118a380ce3116ac8c5ebb535a
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  4 19:23:11 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Oct  4 20:59:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c770cfa

media-libs/sdl-net: drop 1.2.8-r1

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild | 39 ------------------------------
 1 file changed, 39 deletions(-)

diff --git a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild 
b/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild
deleted file mode 100644
index 62739e45cf2..00000000000
--- a/media-libs/sdl-net/sdl-net-1.2.8-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib-minimal
-
-MY_P=${P/sdl-/SDL_}
-DESCRIPTION="Simple Direct Media Layer Network Support Library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html";
-SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz";
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="
-       >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" econf \
-               --disable-gui \
-               $(use_enable static-libs static)
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       dodoc CHANGES README
-       if ! use static-libs ; then
-               find "${D}" -type f -name '*.la' -exec rm {} + \
-                       || die "la removal failed"
-       fi
-}

Reply via email to