mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
dev-games/liblcf: treeclean
Closes: https://bugs.gentoo.org/937252 (pkgremoved) Closes: https://bugs.gentoo.org/937251 (pkgremoved) Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
parent
74719d2da1
commit
4194188986
@ -1,2 +0,0 @@
|
||||
DIST liblcf-0.7.0.tar.gz 292623 BLAKE2B 7cf2f21244796b85745ac30bcc3ec7118dd10d5a7054fdd423bbb71ab9b0a4c85ccc644bd57c251374378fe525e1302367456ee348828efb8d97d825727f2caa SHA512 0abf77a7e4615f21b643b0e35d41450dc0dbd37d337fbbf619a19f73da3ee18e9d216f151f52a121be2d91bfee47c1a153f4c64df630d5c587cf4b6071e5b77a
|
||||
DIST liblcf-0.8.tar.xz 473996 BLAKE2B f48cbef89bdde673d215e12336ea06785de9c0d4c06fc625581bedf7b922d8638d4ebad4c17eb34a203815502d86eb38413f9e1fd5884d533c0a6dbedec35d78 SHA512 d92d1a97e7518a7880826126623108d3b2b60aeebf039d7c1c533ea36c270ff643777b67522a171c857457d10ce295562d4838a681f70f524e4619913d816d4d
|
@ -1,35 +0,0 @@
|
||||
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
||||
HOMEPAGE="https://github.com/EasyRPG/liblcf"
|
||||
SRC_URI="https://github.com/EasyRPG/liblcf/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/expat
|
||||
dev-libs/icu:=
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=True
|
||||
-DLIBLCF_UPDATE_MIMEDB=False
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cmake_build check
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cmake xdg
|
||||
|
||||
DESCRIPTION="Library to handle RPG Maker 2000/2003 and EasyRPG projects"
|
||||
HOMEPAGE="https://easyrpg.org/
|
||||
https://github.com/EasyRPG/liblcf"
|
||||
SRC_URI="https://easyrpg.org/downloads/player/${PV}/${P}.tar.xz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
IUSE="doc tools"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/expat
|
||||
dev-libs/icu:=
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="doc? (
|
||||
app-text/doxygen
|
||||
media-gfx/graphviz[svg]
|
||||
)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_SHARED_LIBS=True
|
||||
-DLIBLCF_UPDATE_MIMEDB=False
|
||||
-DLIBLCF_ENABLE_TOOLS=$(usex tools)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
# Why do we have to build this explicitly :/
|
||||
use doc && cmake_build liblcf_doc
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cmake_build check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake_src_install
|
||||
if use doc; then
|
||||
docinto /usr/share/doc/${PF}/html
|
||||
dodoc -r doc/*
|
||||
fi
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>watermanpaint@posteo.net</email>
|
||||
<name>Lucio Sauer</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">EasyRPG/liblcf</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="tools">
|
||||
Build and install additional command line tools, including lcf2xml
|
||||
and lcfstrings.
|
||||
</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -98,12 +98,6 @@ app-editors/kitscenarist
|
||||
# Removal on 2025-01-18.
|
||||
dev-python/tree-sitter-languages
|
||||
|
||||
# Lucio Sauer <watermanpaint@posteo.net> (2024-10-17)
|
||||
# Doesn't build since 2024-08 and its sole consumer is up for removal.
|
||||
# Open bugs 937251, 937252
|
||||
# Removal on 2024-11-17
|
||||
dev-games/liblcf
|
||||
|
||||
# Takuya Wakazono <pastalian46@gmail.com> (2024-10-02)
|
||||
# Depends on <media-libs/kimageannotator-0.7, which has been dropped.
|
||||
# Upstream is working on Qt6 port.
|
||||
|
Loading…
x
Reference in New Issue
Block a user