summaryrefslogtreecommitdiff
path: root/dev-games/tiled
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-games/tiled
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-games/tiled')
-rw-r--r--dev-games/tiled/Manifest2
-rw-r--r--dev-games/tiled/metadata.xml18
-rw-r--r--dev-games/tiled/tiled-1.11.2_p20250614.ebuild94
-rw-r--r--dev-games/tiled/tiled-1.12.0.ebuild92
4 files changed, 0 insertions, 206 deletions
diff --git a/dev-games/tiled/Manifest b/dev-games/tiled/Manifest
deleted file mode 100644
index 3f11b78cd331..000000000000
--- a/dev-games/tiled/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST tiled-1.11.2_p20250614.tar.gz 17510746 BLAKE2B 2ad9c94e4d361a65a144753727b8b20adc496f4b92aa022b1721f011575fdaff315fc76e662ec90c35bce00bad713d5c9644493ce96e025761c88058b10550d1 SHA512 d2a603ed75e164d8c8745440e034f06c5375f0e1408adb4a87330060932fa7b0f6e5605f85343f6eb869cf60cbfbdad561cd86e72b860ed219484d8133780b9c
-DIST tiled-1.12.0.tar.gz 17861589 BLAKE2B 183580460e3a4adf852a7726290d04fd0271568f7898389c27896e0a7786944a74e5d2821ad8234be70867a100726f3be86729c4090b6a48e0009702c1e17d41 SHA512 13cfc2502e978fa91d98495cfb7c30fc5f08c2ae52f42f5555f38d9f4dfa27a5b1aba9ad380de43bed30e0fcfee660cc0e5e5aae26765bc5d7f076efd91c3210
diff --git a/dev-games/tiled/metadata.xml b/dev-games/tiled/metadata.xml
deleted file mode 100644
index 7cb2367870ac..000000000000
--- a/dev-games/tiled/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>mechakotik@gmail.com</email>
- <name>Andrei Sabalenka</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <upstream>
- <remote-id type="github">mapeditor/tiled</remote-id>
- </upstream>
- <use>
- <flag name="minimal">Exclude optional plugins, development headers and examples</flag>
- </use>
-</pkgmetadata>
diff --git a/dev-games/tiled/tiled-1.11.2_p20250614.ebuild b/dev-games/tiled/tiled-1.11.2_p20250614.ebuild
deleted file mode 100644
index b7222b16d13b..000000000000
--- a/dev-games/tiled/tiled-1.11.2_p20250614.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=f0191439b7f6b18cd727ee051e976756889b4d11
-PYTHON_COMPAT=( python3_{13..14} )
-inherit edo flag-o-matic multiprocessing python-single-r1 toolchain-funcs xdg
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/ https://github.com/mapeditor/tiled"
-SRC_URI="https://codeload.github.com/mapeditor/tiled/tar.gz/${COMMIT} -> ${P}.tar.gz"
-S="${WORKDIR}/tiled-${COMMIT}"
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="minimal python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- app-arch/zstd:=
- dev-qt/qtbase:6[X,dbus,gui,network,opengl,widgets]
- dev-qt/qtdeclarative:6
- dev-qt/qtsvg:6
- virtual/zlib:=
- python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/qbs
- dev-qt/qtbase:6
- dev-qt/qttools:6[linguist]
-"
-
-QBS_PRODUCTS="libtiled,libtilededitor,tiled,csv,json"
-
-pkg_setup() {
- if use python; then
- python-single-r1_pkg_setup
- fi
-}
-
-qbs_format_flags() {
- local -a array
- for flag in ${@}; do
- array+=("\"${flag}\"")
- done
- echo "[$(
- IFS=","
- echo "${array[*]}"
- )]"
-}
-
-src_configure() {
- if use python; then
- QBS_PRODUCTS="${QBS_PRODUCTS},python"
- fi
- if ! use minimal; then
- QBS_PRODUCTS="${QBS_PRODUCTS},defold,defoldcollection,droidcraft,flare,gmx,json1,lua,replicaisland,rpmap,tbin,tengine,terraingenerator,tmxrasterizer,tmxviewer,tscn,yy"
- fi
-
- edo qbs setup-qt /usr/bin/qmake6 qt6
- edo qbs config defaultProfile qt6
-
- local toolchain=$(tc-get-compiler-type)
- edo qbs setup-toolchains ${toolchain} ${toolchain}
- edo qbs config profiles.qt6.baseProfile ${toolchain}
-
- edo qbs resolve \
- --force-probe-execution \
- qbs.installPrefix:"/usr" \
- projects.Tiled.useRPaths:false \
- projects.Tiled.installHeaders:$(usex minimal false true) \
- project.libDir:$(get_libdir) \
- modules.cpp.cFlags:$(qbs_format_flags ${CFLAGS}) \
- modules.cpp.cxxFlags:$(qbs_format_flags ${CXXFLAGS}) \
- modules.cpp.linkerFlags:$(qbs_format_flags $(raw-ldflags ${LDFLAGS}))
-}
-
-src_compile() {
- edo qbs build \
- -p ${QBS_PRODUCTS} \
- -j $(get_makeopts_jobs)
-}
-
-src_install() {
- edo qbs install -p ${QBS_PRODUCTS} --install-root "${D}"
-
- if ! use minimal; then
- docompress -x /usr/share/doc/${PF}/examples
- dodoc -r examples
- fi
-}
diff --git a/dev-games/tiled/tiled-1.12.0.ebuild b/dev-games/tiled/tiled-1.12.0.ebuild
deleted file mode 100644
index 3b41a4e0e7d9..000000000000
--- a/dev-games/tiled/tiled-1.12.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-inherit edo flag-o-matic multiprocessing python-single-r1 toolchain-funcs xdg
-
-DESCRIPTION="A general purpose tile map editor"
-HOMEPAGE="https://www.mapeditor.org/ https://github.com/mapeditor/tiled"
-SRC_URI="https://github.com/mapeditor/tiled/archive/v${PV}/${P}.tar.gz"
-
-LICENSE="BSD BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="minimal python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- app-arch/zstd:=
- dev-qt/qtbase:6[X,dbus,gui,network,opengl,widgets]
- dev-qt/qtdeclarative:6
- dev-qt/qtsvg:6
- virtual/zlib:=
- python? ( ${PYTHON_DEPS} )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- dev-util/qbs
- dev-qt/qtbase:6
- dev-qt/qttools:6[linguist]
-"
-
-QBS_PRODUCTS="libtiled,libtilededitor,tiled,csv,json"
-
-pkg_setup() {
- if use python; then
- python-single-r1_pkg_setup
- fi
-}
-
-qbs_format_flags() {
- local -a array
- for flag in ${@}; do
- array+=("\"${flag}\"")
- done
- echo "[$(
- IFS=","
- echo "${array[*]}"
- )]"
-}
-
-src_configure() {
- if use python; then
- QBS_PRODUCTS="${QBS_PRODUCTS},python"
- fi
- if ! use minimal; then
- QBS_PRODUCTS="${QBS_PRODUCTS},defold,defoldcollection,droidcraft,flare,gmx,json1,lua,replicaisland,rpmap,tbin,tengine,terraingenerator,tmxrasterizer,tmxviewer,tscn,yy"
- fi
-
- edo qbs setup-qt /usr/bin/qmake6 qt6
- edo qbs config defaultProfile qt6
-
- local toolchain=$(tc-get-compiler-type)
- edo qbs setup-toolchains ${toolchain} ${toolchain}
- edo qbs config profiles.qt6.baseProfile ${toolchain}
-
- edo qbs resolve \
- --force-probe-execution \
- qbs.installPrefix:"/usr" \
- projects.Tiled.useRPaths:false \
- projects.Tiled.installHeaders:$(usex minimal false true) \
- project.libDir:$(get_libdir) \
- modules.cpp.cFlags:$(qbs_format_flags ${CFLAGS}) \
- modules.cpp.cxxFlags:$(qbs_format_flags ${CXXFLAGS}) \
- modules.cpp.linkerFlags:$(qbs_format_flags $(raw-ldflags ${LDFLAGS}))
-}
-
-src_compile() {
- edo qbs build \
- -p ${QBS_PRODUCTS} \
- -j $(get_makeopts_jobs)
-}
-
-src_install() {
- edo qbs install -p ${QBS_PRODUCTS} --install-root "${D}"
-
- if ! use minimal; then
- docompress -x /usr/share/doc/${PF}/examples
- dodoc -r examples
- fi
-}