Skip to content

Commit

Permalink
games-mud/tintin: EAPI 8, GitHub, subslot operators
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/704132
Signed-off-by: James Le Cuirot <[email protected]>
  • Loading branch information
chewi committed Mar 14, 2024
1 parent a2d2e39 commit 9ffdc78
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion games-mud/tintin/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<name>Gentoo Games Project</name>
</maintainer>
<upstream>
<remote-id type="sourceforge">tintin</remote-id>
<remote-id type="github">scandum/tintin</remote-id>
</upstream>
</pkgmetadata>
20 changes: 12 additions & 8 deletions games-mud/tintin/tintin-2.02.41.ebuild
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
EAPI=8

DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
HOMEPAGE="https://tintin.mudhalla.net/"
SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
SRC_URI="https://github.com/scandum/${PN}/releases/download/${PV}/${P}.tar.gz"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="
dev-libs/libpcre
net-libs/gnutls
sys-libs/readline:0
sys-libs/zlib"
RDEPEND=${DEPEND}
dev-libs/libpcre:3
net-libs/gnutls:=
sys-libs/readline:=
sys-libs/zlib
"

S=${WORKDIR}/tt/src
RDEPEND="
${DEPEND}
"

S="${WORKDIR}"/tt/src

src_install() {
dobin tt++
Expand Down

0 comments on commit 9ffdc78

Please sign in to comment.