* [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
@ 2016-10-15 11:08 Austin English
0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-10-15 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 8e0b4113b8d8532fadfeb203da7ccddf663ea3aa
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:24:36 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 11:08:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0b4113
games-rpg/kqlives: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-rpg/kqlives/kqlives-0.99-r1.ebuild | 48 ++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
new file mode 100644
index 00000000..21db6f6
--- /dev/null
+++ b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+MY_P=${P/lives}
+
+DESCRIPTION="A console-style role playing game"
+HOMEPAGE="http://kqlives.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cheats nls"
+
+RDEPEND="
+ dev-lang/lua:0
+ >=gnome-base/libglade-2.4
+ media-libs/aldumb
+ media-libs/allegro:0
+ >=x11-libs/gtk+-2.8:2
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ econf \
+ $(use_enable cheats) \
+ $(use_enable nls)
+}
+
+src_install() {
+ default
+
+ local x
+ for x in diff draw draw2 dump; do
+ mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x}
+ done
+
+ doicon "${FILESDIR}"/${PN}.xpm
+ make_desktop_entry kq KqLives ${PN}
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 24a24eb18d2e4801a5b07e8651701162f0de3df6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 18:28:48 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a24eb1
games-rpg/kqlives: Missing || die
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-rpg/kqlives/kqlives-0.99-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
index 1df17ec245c..c667ef716e6 100644
--- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild
+++ b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
@@ -40,7 +40,7 @@ src_install() {
local x
for x in diff draw draw2 dump; do
- mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x}
+ mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die
done
doicon "${FILESDIR}"/${PN}.xpm
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
@ 2018-07-16 22:26 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-07-16 22:26 UTC (permalink / raw
To: gentoo-commits
commit: 300cc1725ab9a597956fdf6565f224370bc15f06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 18:23:45 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 22:25:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300cc172
games-rpg/kqlives: eutils -> desktop
Package-Manager: Portage-2.3.43, Repoman-2.3.10
games-rpg/kqlives/kqlives-0.99-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
index f743549a0f4..1df17ec245c 100644
--- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild
+++ b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils
+
+inherit desktop
MY_P=${P/lives}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
@ 2020-05-31 16:20 James Le Cuirot
0 siblings, 0 replies; 5+ messages in thread
From: James Le Cuirot @ 2020-05-31 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 49fc9d0a11dff12c91668041e73f4305bc2f4a3a
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Mon Feb 24 14:45:46 2020 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun May 31 16:19:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49fc9d0a
games-rpg/kqlives: remove old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-rpg/kqlives/kqlives-0.99-r1.ebuild | 48 --------------------------------
1 file changed, 48 deletions(-)
diff --git a/games-rpg/kqlives/kqlives-0.99-r1.ebuild b/games-rpg/kqlives/kqlives-0.99-r1.ebuild
deleted file mode 100644
index c667ef716e6..00000000000
--- a/games-rpg/kqlives/kqlives-0.99-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit desktop
-
-MY_P=${P/lives}
-
-DESCRIPTION="A console-style role playing game"
-HOMEPAGE="http://kqlives.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cheats nls"
-
-RDEPEND="
- dev-lang/lua:0
- >=gnome-base/libglade-2.4
- media-libs/aldumb
- media-libs/allegro:0
- >=x11-libs/gtk+-2.8:2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- econf \
- $(use_enable cheats) \
- $(use_enable nls)
-}
-
-src_install() {
- default
-
- local x
- for x in diff draw draw2 dump; do
- mv -vf "${D}/etc"/map${x} "${D}/etc"/kq-map${x} || die
- done
-
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry kq KqLives ${PN}
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/
@ 2021-03-25 23:31 Conrad Kostecki
0 siblings, 0 replies; 5+ messages in thread
From: Conrad Kostecki @ 2021-03-25 23:31 UTC (permalink / raw
To: gentoo-commits
commit: 0e00ea7fd909702d4d453e861aae254412493426
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 23:18:33 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 23:31:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e00ea7f
games-rpg/kqlives: drop old version
Drop old version, which does not support slotted lua.
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-rpg/kqlives/kqlives-0.99-r2.ebuild | 54 --------------------------------
1 file changed, 54 deletions(-)
diff --git a/games-rpg/kqlives/kqlives-0.99-r2.ebuild b/games-rpg/kqlives/kqlives-0.99-r2.ebuild
deleted file mode 100644
index 0c16049e100..00000000000
--- a/games-rpg/kqlives/kqlives-0.99-r2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop
-
-MY_P=${P/lives}
-
-DESCRIPTION="A console-style role playing game"
-HOMEPAGE="http://kqlives.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cheats nls"
-
-RDEPEND="
- dev-lang/lua:0
- >=gnome-base/libglade-2.4
- media-libs/allegro:0
- >=media-libs/dumb-2.0.3[allegro]
- >=x11-libs/gtk+-2.8:2
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? ( sys-devel/gettext )"
-
-S=${WORKDIR}/${MY_P}
-
-PATCHES=(
- "${FILESDIR}/${P}_autoconf.patch" # Fix #597790
- "${FILESDIR}/${P}_dumb2.patch" # >=media-libs/dumb-2.0.3 support
- "${FILESDIR}/${P}_gcc10.patch" # Fix #661422
-)
-
-src_prepare() {
- default
- mv debian/{kq,${PN}}.6 || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable cheats) \
- $(use_enable nls)
-}
-
-src_install() {
- default
- doicon "${FILESDIR}"/${PN}.xpm
- make_desktop_entry ${PN} KqLives ${PN}
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-25 23:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-15 11:08 [gentoo-commits] repo/gentoo:master commit in: games-rpg/kqlives/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2018-07-16 22:26 Andreas Sturmlechner
2018-07-16 22:26 Andreas Sturmlechner
2020-05-31 16:20 James Le Cuirot
2021-03-25 23:31 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox