summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-07-30 22:34:30 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-07-30 22:39:44 -0400
commitd6889b3b84a0b819f4d6085c9900f9521675979e (patch)
tree347172a6b1295eac2dd530162ff814b13d490a36 /games-puzzle
parentgames-puzzle/lpairs: add 1.0.5, finish migration from games.eclass (diff)
downloadgentoo-d6889b3b84a0b819f4d6085c9900f9521675979e.tar.gz
gentoo-d6889b3b84a0b819f4d6085c9900f9521675979e.tar.bz2
gentoo-d6889b3b84a0b819f4d6085c9900f9521675979e.zip
games-puzzle/lpairs: drop 1.0.4-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/lpairs/Manifest1
-rw-r--r--games-puzzle/lpairs/lpairs-1.0.4-r1.ebuild45
2 files changed, 0 insertions, 46 deletions
diff --git a/games-puzzle/lpairs/Manifest b/games-puzzle/lpairs/Manifest
index d1390e8f5020..95f298fdb146 100644
--- a/games-puzzle/lpairs/Manifest
+++ b/games-puzzle/lpairs/Manifest
@@ -1,2 +1 @@
-DIST lpairs-1.0.4.tar.gz 536625 BLAKE2B f020f50b47290b961d77335d567dd68bc009e0952e7ebd39d39c041fcc5a2d9e97d6827921b862dd3dd59c7bef0f11165356f41eda022d7583ca27f584e4b02b SHA512 637f9782c1c1faee3fe0d02adeeb7ea70704f1b625922e1ba086cd03e9a6cf1d61a082eff4753a2ec8be5fc7041bd029f193adf847a39e773e4eedd9eafb2b97
DIST lpairs-1.0.5.tar.gz 557997 BLAKE2B 940482bc0b5cd209366d541fc4b936055741a7d3936b0f218c68a3ecf43ed0189bfe87fc52eefd85896cfe0b2ed592b1362581d93941a0fb73965cf4341cba6f SHA512 381c47969446b778c694f484647ab6a6bd41eb996e741a01a63f1b854c30f78c7e9f1043546a3b8649ec6db940cac3b7ae5ba3c23e6c9df2716a93e6f6d37324
diff --git a/games-puzzle/lpairs/lpairs-1.0.4-r1.ebuild b/games-puzzle/lpairs/lpairs-1.0.4-r1.ebuild
deleted file mode 100644
index 0f13cdb89b69..000000000000
--- a/games-puzzle/lpairs/lpairs-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="A classical memory game"
-HOMEPAGE="http://lgames.sourceforge.net/LPairs/"
-SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls sound"
-
-RDEPEND="
- media-libs/libsdl[sound?,video]
- nls? ( virtual/libintl )
-"
-DEPEND="${RDEPEND}
- nls? ( sys-devel/gettext )
-"
-
-src_prepare() {
- default
- sed -i \
- -e 's:$localedir:/usr/share/locale:' \
- -e 's:$(localedir):/usr/share/locale:' \
- configure po/Makefile.in.in || die
- # gcc5 doesn't like the way inline is used. just punt it. (bug #568684)
- sed -i -e 's/^inline//g' lpairs/{sdl.[ch],pairs.[ch]} || die
-}
-
-src_configure() {
- econf \
- --datadir=/usr \
- $(use_enable nls) \
- $(usex sound '' --disable-sound)
-}
-
-src_install() {
- default
- doicon lpairs.png
- make_desktop_entry lpairs LPairs
-}