diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-01-25 14:23:58 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-01-25 17:37:33 +0000 |
commit | d5fac5c76fe4663d68379f8cfa8e1cc98027ceab (patch) | |
tree | d94ced76a32841ae42497b40d6f1facf31e74970 /games-engines/love/love-0.8.0-r2.ebuild | |
parent | net-analyzer/suricata: remove old (diff) | |
download | gentoo-d5fac5c76fe4663d68379f8cfa8e1cc98027ceab.tar.gz gentoo-d5fac5c76fe4663d68379f8cfa8e1cc98027ceab.tar.bz2 gentoo-d5fac5c76fe4663d68379f8cfa8e1cc98027ceab.zip |
games-engines/love: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'games-engines/love/love-0.8.0-r2.ebuild')
-rw-r--r-- | games-engines/love/love-0.8.0-r2.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-engines/love/love-0.8.0-r2.ebuild b/games-engines/love/love-0.8.0-r2.ebuild deleted file mode 100644 index 9297277d9f52..000000000000 --- a/games-engines/love/love-0.8.0-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A framework for 2D games in Lua" -HOMEPAGE="https://love2d.org/" -SRC_URI="https://github.com/love2d/${PN}/releases/download/${PV}/${P}-linux-src.tar.gz" -KEYWORDS="~amd64 ~arm ~x86" - -LICENSE="ZLIB" -SLOT="0.8" -IUSE="" - -RDEPEND=" - dev-games/physfs - dev-lang/lua:0[deprecated] - media-libs/devil[mng,png,tiff] - media-libs/freetype:2 - media-libs/libmodplug - media-libs/libsdl[joystick,opengl,video] - media-libs/libvorbis - media-libs/openal - media-sound/mpg123 - virtual/opengl -" -DEPEND="${RDEPEND} - media-libs/libmng:0 - media-libs/tiff:0 -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.8.0-freetype2.patch - "${FILESDIR}"/${PN}-0.8.0-opengl_glext_prototypes.patch -) - -src_install() { - DOCS="readme.md changes.txt" \ - default - - mv "${ED}/usr/bin/${PN}" "${ED}/usr/bin/${PN}-${SLOT}" || die -} |