Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/taisei/
Date: Tue, 02 Jun 2020 17:07:45
Message-Id: 1591100440.1e5051ada86eedc0b027e1cd8a166647a8a23f72.andrewammerlaan@gentoo
1 commit: 1e5051ada86eedc0b027e1cd8a166647a8a23f72
2 Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
3 AuthorDate: Tue Jun 2 12:20:40 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue Jun 2 12:20:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e5051ad
7
8 games-action/taisei: Remove package again.
9
10 I missed it already exists as games-arcade/taisei,
11 and will now focus on improving the existing package.
12
13 Package-Manager: Portage-2.3.99, Repoman-2.3.22
14 Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
15
16 games-action/taisei/Manifest | 1 -
17 games-action/taisei/metadata.xml | 14 --------
18 games-action/taisei/taisei-1.3.1.ebuild | 57 ---------------------------------
19 games-action/taisei/taisei-9999.ebuild | 57 ---------------------------------
20 4 files changed, 129 deletions(-)
21
22 diff --git a/games-action/taisei/Manifest b/games-action/taisei/Manifest
23 deleted file mode 100644
24 index f1112cb..0000000
25 --- a/games-action/taisei/Manifest
26 +++ /dev/null
27 @@ -1 +0,0 @@
28 -DIST taisei-v1.3.1.tar.xz 70763196 BLAKE2B ca1901ba0205f6771c087ee70222ceaa3c406a1c632a5f46df1fe4fe493c89af8b587e397551777cd956ab73b5104450356303d0ea0cb8d5cd1b6723ceb1d648 SHA512 5e6f364e67717091041a30103bf117bb5d7a6be76d3d9499b13e36fc190be8c2a0e7ceb582e1d106aa0c1acbb6e39b99a4873a0885af1ec2117ff6ff08e14e3c
29
30 diff --git a/games-action/taisei/metadata.xml b/games-action/taisei/metadata.xml
31 deleted file mode 100644
32 index b3e78d8..0000000
33 --- a/games-action/taisei/metadata.xml
34 +++ /dev/null
35 @@ -1,14 +0,0 @@
36 -<?xml version="1.0" encoding="UTF-8"?>
37 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 -<pkgmetadata>
39 - <maintainer type="person">
40 - <email>o.freyermuth@××××××××××.com</email>
41 - <name>Oliver Freyermuth</name>
42 - </maintainer>
43 - <upstream>
44 - <remote-id type="github">taisei-project/taisei</remote-id>
45 - </upstream>
46 - <use>
47 - <flag name="lto">Enable link time optimization</flag>
48 - </use>
49 -</pkgmetadata>
50
51 diff --git a/games-action/taisei/taisei-1.3.1.ebuild b/games-action/taisei/taisei-1.3.1.ebuild
52 deleted file mode 100644
53 index 27ed838..0000000
54 --- a/games-action/taisei/taisei-1.3.1.ebuild
55 +++ /dev/null
56 @@ -1,57 +0,0 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 -# Distributed under the terms of the GNU General Public License v2
59 -
60 -EAPI=7
61 -
62 -if [[ ${PV} == *9999* ]]; then
63 - inherit git-r3
64 - KEYWORDS=""
65 - EGIT_REPO_URI="https://github.com/taisei-project/taisei.git"
66 -else
67 - SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz"
68 - KEYWORDS="~amd64 ~x86"
69 - S="${WORKDIR}/${PN}-v${PV}"
70 -fi
71 -
72 -inherit meson
73 -
74 -DESCRIPTION="A free and open-source Touhou Project clone and fangame"
75 -HOMEPAGE="https://taisei-project.org/"
76 -
77 -LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
78 -SLOT="0"
79 -IUSE="doc +lto"
80 -
81 -RDEPEND="
82 - >=media-libs/libsdl2-2.0.6
83 - >=media-libs/sdl2-mixer-2.0.4
84 - media-libs/freetype:2
85 - >=media-libs/libpng-1.5
86 - >=media-libs/libwebp-0.5
87 - >=dev-libs/libzip-1.2
88 - media-libs/opusfile
89 - dev-libs/openssl
90 - media-libs/shaderc
91 - dev-util/spirv-tools"
92 -DEPEND="${RDEPEND}"
93 -BDEPEND=">=dev-util/meson-0.49
94 - >=dev-lang/python-3.5
95 - doc? ( dev-python/docutils )"
96 -
97 -src_prepare() {
98 - if use doc; then
99 - # Fixup install path for documentation.
100 - sed -i "s/doc_path = join_paths(datadir, 'doc', 'taisei')/doc_path = join_paths(datadir, 'doc', '"${P}"')/" meson.build || die
101 - fi
102 - default
103 -}
104 -
105 -src_configure() {
106 - local emesonargs=(
107 - $(meson_use doc docs)
108 - $(meson_use lto b_lto)
109 - # Stips binary by default otherwise.
110 - -Dstrip=false
111 - )
112 - meson_src_configure
113 -}
114
115 diff --git a/games-action/taisei/taisei-9999.ebuild b/games-action/taisei/taisei-9999.ebuild
116 deleted file mode 100644
117 index 27ed838..0000000
118 --- a/games-action/taisei/taisei-9999.ebuild
119 +++ /dev/null
120 @@ -1,57 +0,0 @@
121 -# Copyright 1999-2020 Gentoo Authors
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=7
125 -
126 -if [[ ${PV} == *9999* ]]; then
127 - inherit git-r3
128 - KEYWORDS=""
129 - EGIT_REPO_URI="https://github.com/taisei-project/taisei.git"
130 -else
131 - SRC_URI="https://github.com/taisei-project/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.xz"
132 - KEYWORDS="~amd64 ~x86"
133 - S="${WORKDIR}/${PN}-v${PV}"
134 -fi
135 -
136 -inherit meson
137 -
138 -DESCRIPTION="A free and open-source Touhou Project clone and fangame"
139 -HOMEPAGE="https://taisei-project.org/"
140 -
141 -LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
142 -SLOT="0"
143 -IUSE="doc +lto"
144 -
145 -RDEPEND="
146 - >=media-libs/libsdl2-2.0.6
147 - >=media-libs/sdl2-mixer-2.0.4
148 - media-libs/freetype:2
149 - >=media-libs/libpng-1.5
150 - >=media-libs/libwebp-0.5
151 - >=dev-libs/libzip-1.2
152 - media-libs/opusfile
153 - dev-libs/openssl
154 - media-libs/shaderc
155 - dev-util/spirv-tools"
156 -DEPEND="${RDEPEND}"
157 -BDEPEND=">=dev-util/meson-0.49
158 - >=dev-lang/python-3.5
159 - doc? ( dev-python/docutils )"
160 -
161 -src_prepare() {
162 - if use doc; then
163 - # Fixup install path for documentation.
164 - sed -i "s/doc_path = join_paths(datadir, 'doc', 'taisei')/doc_path = join_paths(datadir, 'doc', '"${P}"')/" meson.build || die
165 - fi
166 - default
167 -}
168 -
169 -src_configure() {
170 - local emesonargs=(
171 - $(meson_use doc docs)
172 - $(meson_use lto b_lto)
173 - # Stips binary by default otherwise.
174 - -Dstrip=false
175 - )
176 - meson_src_configure
177 -}