From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/crossfire-client/
Date: Thu, 25 Mar 2021 23:31:14 +0000 (UTC) [thread overview]
Message-ID: <1616715063.72d28a5356869fccc5bb504d21eeb64b17237b2f.conikost@gentoo> (raw)
commit: 72d28a5356869fccc5bb504d21eeb64b17237b2f
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 23:17:01 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=72d28a53
games-roguelike/crossfire-client: 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>
.../crossfire-client-1.71.0-r2.ebuild | 79 ----------------------
1 file changed, 79 deletions(-)
diff --git a/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild
deleted file mode 100644
index 0292fdf40be..00000000000
--- a/games-roguelike/crossfire-client/crossfire-client-1.71.0-r2.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools toolchain-funcs gnome2-utils
-
-DESCRIPTION="Client for the nethack-style but more in the line of UO"
-HOMEPAGE="http://crossfire.real-time.com/"
-SRC_URI="mirror://sourceforge/crossfire/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="lua opengl sdl sound"
-
-RDEPEND="
- lua? ( dev-lang/lua:0= )
- media-libs/libpng:0
- net-misc/curl
- opengl? ( virtual/opengl
- media-libs/freeglut )
- sdl? ( media-libs/libsdl[video]
- media-libs/sdl-image[png] )
- sound? ( media-libs/sdl-mixer[vorbis] )
- sys-libs/zlib
- x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- default
-
- sed -ri -e '/^.TH/s:$: 6:' $(find . -name "*man") || die
- sed -i -e 's/lua-5.1/lua/' configure.ac || die
- eautoreconf
-}
-
-src_configure() {
- # bugs in configure script so we cant use $(use_enable ...)
- local myconf
-
- use lua && myconf="${myconf} --enable-lua"
- use sdl || myconf="${myconf} --disable-sdl"
- use opengl || myconf="${myconf} --disable-opengl"
- use sound || myconf="${myconf} --disable-sound"
-
- econf ${myconf}
-}
-
-src_compile() {
- # bug 139785
- if use sound ; then
- emake -C sound-src AR="$(tc-getAR)"
- fi
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- local s
-
- default
- domenu gtk-v2/crossfire-client.desktop
- for s in 16 32 48
- do
- newicon -s ${s} pixmaps/${s}x${s}.png ${PN}.png
- done
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
next reply other threads:[~2021-03-25 23:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-25 23:31 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-05 21:31 [gentoo-commits] repo/gentoo:master commit in: games-roguelike/crossfire-client/ Austin English
2015-12-26 10:36 Agostino Sarubbo
2015-12-09 10:47 Agostino Sarubbo
2015-11-06 7:24 Michael Sterrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616715063.72d28a5356869fccc5bb504d21eeb64b17237b2f.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox