diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-25 17:12:25 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-25 18:03:53 +0100 |
commit | 4ad70416aa0b0efe2d5bbe15e7bb258f7a532d90 (patch) | |
tree | 45e4b6540aad9d4ecad06d2f57441da06f732498 /games-puzzle | |
parent | media-libs/mpvqt: new package, add 1.0.0 imported from kde overlay (diff) | |
download | gentoo-4ad70416aa0b0efe2d5bbe15e7bb258f7a532d90.tar.gz gentoo-4ad70416aa0b0efe2d5bbe15e7bb258f7a532d90.tar.bz2 gentoo-4ad70416aa0b0efe2d5bbe15e7bb258f7a532d90.zip |
games-puzzle/skladnik: rename games-puzzle/ksokoban
Closes: https://bugs.gentoo.org/920695
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/ksokoban/metadata.xml | 10 | ||||
-rw-r--r-- | games-puzzle/skladnik/Manifest (renamed from games-puzzle/ksokoban/Manifest) | 0 | ||||
-rw-r--r-- | games-puzzle/skladnik/metadata.xml | 15 | ||||
-rw-r--r-- | games-puzzle/skladnik/skladnik-0.5.0_pre20210905.ebuild (renamed from games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild) | 11 | ||||
-rw-r--r-- | games-puzzle/skladnik/skladnik-9999.ebuild (renamed from games-puzzle/ksokoban/ksokoban-9999.ebuild) | 10 |
5 files changed, 27 insertions, 19 deletions
diff --git a/games-puzzle/ksokoban/metadata.xml b/games-puzzle/ksokoban/metadata.xml deleted file mode 100644 index 1243142d00a9..000000000000 --- a/games-puzzle/ksokoban/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bircoph@gentoo.org</email> - </maintainer> - <upstream> - <remote-id type="sourceforge">ksokoban</remote-id> - </upstream> -</pkgmetadata> diff --git a/games-puzzle/ksokoban/Manifest b/games-puzzle/skladnik/Manifest index 26f51c3919f7..26f51c3919f7 100644 --- a/games-puzzle/ksokoban/Manifest +++ b/games-puzzle/skladnik/Manifest diff --git a/games-puzzle/skladnik/metadata.xml b/games-puzzle/skladnik/metadata.xml new file mode 100644 index 000000000000..eb4e7a6e4b40 --- /dev/null +++ b/games-puzzle/skladnik/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <maintainer type="person"> + <email>bircoph@gentoo.org</email> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/enter_bug.cgi?format=guided&product=skladnik</bugs-to> + <remote-id type="kde-invent">games/skladnik</remote-id> + </upstream> +</pkgmetadata> diff --git a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild b/games-puzzle/skladnik/skladnik-0.5.0_pre20210905.ebuild index 1035f3d3a619..d120f2c326c1 100644 --- a/games-puzzle/ksokoban/ksokoban-0.5.0_pre20210905.ebuild +++ b/games-puzzle/skladnik/skladnik-0.5.0_pre20210905.ebuild @@ -1,16 +1,19 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 ECM_HANDBOOK="forceoptional" -KDE_ORG_COMMIT=39b9d1c1702a21a6e0fae82876c29c1f6bb77fae +KDE_ORG_COMMIT="39b9d1c1702a21a6e0fae82876c29c1f6bb77fae" +MY_P="ksokoban-${PV}-${KDE_ORG_COMMIT:0:8}" KFMIN=5.82.0 QTMIN=5.15.2 inherit ecm kde.org -DESCRIPTION="The Japanese warehouse keeper game" -HOMEPAGE="https://invent.kde.org/games/ksokoban" +DESCRIPTION="The Japanese warehouse keeper sokoban game" +HOMEPAGE="https://invent.kde.org/games/skladnik" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" diff --git a/games-puzzle/ksokoban/ksokoban-9999.ebuild b/games-puzzle/skladnik/skladnik-9999.ebuild index 6659d8b4de5f..48dcf8c610f2 100644 --- a/games-puzzle/ksokoban/ksokoban-9999.ebuild +++ b/games-puzzle/skladnik/skladnik-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 ECM_HANDBOOK="optional" -KFMIN=5.82.0 -QTMIN=5.15.2 +KFMIN=5.106.0 +QTMIN=5.15.9 inherit ecm kde.org -DESCRIPTION="The Japanese warehouse keeper game" -HOMEPAGE="https://invent.kde.org/games/ksokoban" +DESCRIPTION="The Japanese warehouse keeper sokoban game" +HOMEPAGE="https://invent.kde.org/games/skladnik" LICENSE="GPL-2" SLOT="0" |