Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
Date: Sun, 31 May 2020 16:20:32
Message-Id: 1590941981.49fc9d0a11dff12c91668041e73f4305bc2f4a3a.chewi@gentoo
1 commit: 49fc9d0a11dff12c91668041e73f4305bc2f4a3a
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 24 14:45:46 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 16:19:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fc9d0a
7
8 games-rpg/kqlives: remove old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 games-rpg/kqlives/kqlives-0.99-r1.ebuild | 48 --------------------------------
15 1 file changed, 48 deletions(-)
16
17 diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
18 deleted file mode 100644
19 index c667ef716e6..00000000000
20 --- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild
21 +++ /dev/null
22 @@ -1,48 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -inherit desktop
29 -
30 -MY_P=${P/lives}
31 -
32 -DESCRIPTION="A console-style role playing game"
33 -HOMEPAGE="http://kqlives.sourceforge.net/"
34 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
35 -
36 -LICENSE="GPL-2"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~x86"
39 -IUSE="cheats nls"
40 -
41 -RDEPEND="
42 - dev-lang/lua:0
43 - >=gnome-base/libglade-2.4
44 - media-libs/aldumb
45 - media-libs/allegro:0
46 - >=x11-libs/gtk+-2.8:2
47 - nls? ( virtual/libintl )"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig
50 - nls? ( sys-devel/gettext )"
51 -
52 -S=${WORKDIR}/${MY_P}
53 -
54 -src_configure() {
55 - econf \
56 - $(use_enable cheats) \
57 - $(use_enable nls)
58 -}
59 -
60 -src_install() {
61 - default
62 -
63 - local x
64 - for x in diff draw draw2 dump; do
65 - mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die
66 - done
67 -
68 - doicon "${FILESDIR}"/${PN}.xpm
69 - make_desktop_entry kq KqLives ${PN}
70 -}