diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-04-14 00:27:34 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-04-14 00:44:15 +0200 |
commit | 9962009680d0629f53de71ce7314bef5ebd1b8e3 (patch) | |
tree | 1c28ac72f91e2d364b762684152d9d54e95df751 /games-puzzle | |
parent | games-engines/scummvm: Update HOMEPAGE, use https (diff) | |
download | gentoo-9962009680d0629f53de71ce7314bef5ebd1b8e3.tar.gz gentoo-9962009680d0629f53de71ce7314bef5ebd1b8e3.tar.bz2 gentoo-9962009680d0629f53de71ce7314bef5ebd1b8e3.zip |
games-puzzle/pingus: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pingus/pingus-0.7.6-r1.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild b/games-puzzle/pingus/pingus-0.7.6-r1.ebuild deleted file mode 100644 index e23d02f4dafb..000000000000 --- a/games-puzzle/pingus/pingus-0.7.6-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit scons-utils toolchain-funcs flag-o-matic xdg-utils - -DESCRIPTION="free Lemmings clone" -HOMEPAGE="https://pingus.seul.org" -SRC_URI="https://pingus.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="opengl music" - -RDEPEND="media-libs/libsdl[joystick,opengl?,video] - media-libs/sdl-image[png] - media-libs/sdl-mixer - music? ( media-libs/sdl-mixer[mod] ) - opengl? ( virtual/opengl ) - media-libs/libpng:0= - dev-libs/boost:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-noopengl.patch - "${FILESDIR}"/${P}-gcc47.patch - "${FILESDIR}"/${P}-echo-e.patch - "${FILESDIR}"/${P}-gcc7.patch -) - -src_prepare() { - default - strip-flags -} - -src_compile() { - escons \ - CXX="$(tc-getCXX)" \ - CCFLAGS="${CXXFLAGS}" \ - LINKFLAGS="${LDFLAGS}" \ - with_opengl=$(usex opengl 1 0) -} - -src_install() { - emake install-exec install-data \ - DESTDIR="${D}" \ - PREFIX="/usr" - doman doc/man/pingus.6 - doicon data/images/icons/pingus.svg - make_desktop_entry ${PN} Pingus - dodoc AUTHORS NEWS README TODO -} - -pkg_postinst() { - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} |