mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
games-mud/powwow: drop 1.2.16-r1 (eutils--)
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST powwow-1.2.16.tar.gz 295441 BLAKE2B 36f45e57af83b624e8f061ba7cc10ac7429b42bba56b1f61c737d9541ded788e5d94c76e1c70d00f49aac98a2a1fac6a04965d2eb78e587d53cea8b0d17ea736 SHA512 9bc046ba14760d55a7aabb550229d5f5b234f3ef0690d837f1de8df5e1f404b8483e61981cffdf8e82f164bd5a68f4da3f8342b0c09b98155adaabf14d8b079e
|
||||
DIST powwow-1.2.22.tar.gz 339521 BLAKE2B abbad1cdce0f1f8d7c5affdb2665231fd3f4faa2439e90a5f37f23455eea0e687c63476fc63a508cbfff2ffc33ea97c31c66b868255aa60a4a9819c0eebe8844 SHA512 558143ab4dfa06798abe7cb6b18ce3ceb70925214ac0125f0f3823f077a6cbbda50557c954af623a2dae003a57df893325085e53a4ee9322250bc7e695b76fe5
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
From: Julian Ospald <hasufell@gentoo.org>
|
||||
Date: Mon Feb 18 02:25:38 UTC 2013
|
||||
Subject: fix underlinking
|
||||
|
||||
https://bugs.gentoo.org/show_bug.cgi?id=454928
|
||||
|
||||
--- powwow-1.2.16/Makefile.am
|
||||
+++ powwow-1.2.16/Makefile.am
|
||||
@@ -5,7 +5,7 @@
|
||||
powwow_SOURCES = beam.c cmd.c log.c edit.c cmd2.c eval.c \
|
||||
utils.c main.c tcp.c list.c map.c tty.c \
|
||||
ptr.c
|
||||
-powwow_LDFLAGS = @dl_ldflags@
|
||||
+powwow_LDADD = @dl_ldflags@
|
||||
powwowdir = $(pkgincludedir)
|
||||
powwow_HEADERS = beam.h cmd.h log.h edit.h cmd2.h eval.h \
|
||||
utils.h main.h tcp.h list.h map.h tty.h \
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit autotools eutils
|
||||
|
||||
DESCRIPTION="PowWow Console MUD Client"
|
||||
HOMEPAGE="https://www.hoopajoo.net/projects/powwow.html"
|
||||
SRC_URI="https://www.hoopajoo.net/static/projects/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-libs/ncurses:0"
|
||||
RDEPEND=${DEPEND}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-underlinking.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# note that that the extra, seemingly-redundant files installed are
|
||||
# actually used by in-game help commands
|
||||
sed -i \
|
||||
-e "s/pkgdata_DATA = powwow.doc/pkgdata_DATA = /" \
|
||||
Makefile.am || die
|
||||
mv configure.in configure.ac || die
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf --includedir=/usr/include
|
||||
}
|
||||
|
||||
src_install() {
|
||||
DOCS="ChangeLog Config.demo Hacking NEWS powwow.doc powwow.help README.* TODO" \
|
||||
default
|
||||
}
|
||||
Reference in New Issue
Block a user