* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2016-02-12 8:20 Ian Delaney
0 siblings, 0 replies; 9+ messages in thread
From: Ian Delaney @ 2016-02-12 8:20 UTC (permalink / raw
To: gentoo-commits
commit: 723184c03cf99c5b746e41658a5cc30fef3233ed
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 08:18:39 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 12 08:19:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723184c0
games-misc/katawa-shoujo: bump to vn. 1.3.1
git patch provided by proxy maintianer via the gentoo bug
Gentoo bug: 574018
Package-Manager: portage-2.2.26
games-misc/katawa-shoujo/Manifest | 1 +
.../katawa-shoujo/katawa-shoujo-1.3.1.ebuild | 83 ++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/games-misc/katawa-shoujo/Manifest b/games-misc/katawa-shoujo/Manifest
index 1b6d009..3e49908 100644
--- a/games-misc/katawa-shoujo/Manifest
+++ b/games-misc/katawa-shoujo/Manifest
@@ -1,3 +1,4 @@
+DIST katawa-shoujo-1.3.1.tar.bz2 496188604 SHA256 ec5a05cfcf1d5981ecdbfa71904c279a215e79bdfeb256b2ad6927109a0007da SHA512 d5f1b49c60b70b272dd5d62c1d49cb9e3c17e3f77339fc593db2122f1c140005bc23ecb7ad9b0d93c0701c77f9bcfcd5c1c67db1cbe3034a3be42a4309387809 WHIRLPOOL e8d1572c08171febb3a25e6c7bae2ad66a6ba0bccd1f297afe0430e57fa71ade850d19f4a472c9932f9b2421c5bf2c482b006000eff126e46ce3cd6a727652ab
DIST katawa-shoujo-1.3.tar.bz2 496193762 SHA256 a7fbe9330e60a5457ce504f20de357191f0809beab345a9c00974fedd74ae573 SHA512 228ea474746541e0f812789a504c75005c9f3d496d9a255aba77ed926cb6302ed9815126b5facba6a29e560fbfca2ac2d584c62870157704ed7e99c9eabed9b6 WHIRLPOOL 3ccd9d9f555e817e805fc294f41bd0d7c0937ad71bc31d819be54e0bfae4a8a4e4cedee7cdff4cff7f389c26578a119989c7f029014992ebeb5a6afa9dc55931
DIST katawa-shoujo-256.png 59803 SHA256 8130b39af5341b0e1c85cbd6ef5be229de2877d696e5b372e1aacf176778df45 SHA512 7d920c24f4182ba72d5b3d641d7d373c166ca4c7d0b6a396f5e3b9281cb43f7e6e8e761f2f181ff061705118b3080807866fcd290d2b471e98c3a584d5fa8e0e WHIRLPOOL d2b06b26d2ea5bae5292fc5e6f3f4571fa82a4f70155e38a3c8a21778caabc37b2a13b2cb7637a0fb05a55243a63e23c96d0538bbcbc631810f15c069d26f590
DIST katawa-shoujo-48.png 3621 SHA256 a366a52fd9dd241182d163e28a37f537fa71d5d46f1fc899da08b492c371a0fd SHA512 ad24156cf446ffe92068baaa6d512e6bab90587db5ce01b3c18e6c42bb9b8c91f7eae3e9547099d3f8f0a5d3f144676c3499c0a38d9af845abf79e153b543bef WHIRLPOOL b62253218dbb981f32007e22cdd36decac8948e4dff416ca60de3daaab8cfad9773622e194b885c0145a499008751c5a09184b7f0a0dc3b9153d751dd0d1b584
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
new file mode 100644
index 0000000..1a2da05
--- /dev/null
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils gnome2-utils
+
+DESCRIPTION="bishoujo-style visual novel by Four Leaf Studios"
+HOMEPAGE="http://katawa-shoujo.com/"
+SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
+ https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
+ https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
+
+# bundled renpy includes licenses of all libraries
+LICENSE="CC-BY-NC-ND-3.0
+ !system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +system-renpy"
+
+RDEPEND="system-renpy? ( games-engines/renpy )"
+
+REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
+
+# Binaries are built extremely weirdly, resulting in errors like:
+# BFD: Not enough room for program headers, try linking with -N
+#
+# Technically, we could make this unconditional because there are no other
+# binaries, but it's still good practice.
+RESTRICT="!system-renpy? ( strip )"
+
+QA_PREBUILT="/opt/${PN}/lib/*"
+
+S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
+
+src_install() {
+ if use system-renpy; then
+ insinto "/usr/share/${PN}"
+ doins -r game/.
+
+ make_wrapper ${PN} "renpy '/usr/share/${PN}'"
+ else
+ insinto "/opt/${PN}"
+ doins -r game localizations renpy "Katawa Shoujo."{py,sh}
+
+ local host="${CTARGET:-${CHOST}}"
+ local arch="${host%%-*}"
+
+ cd lib
+ insinto "/opt/${PN}/lib"
+ doins -r linux-${arch} pythonlib2.7
+ cd ..
+
+ fperms +x "/opt/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
+ "/opt/${PN}/Katawa Shoujo."{py,sh}
+
+ make_wrapper ${PN} "./Katawa\ Shoujo.sh" "/opt/${PN}"
+ fi
+
+ local i
+ for i in 48 256; do
+ newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
+ done
+
+ make_desktop_entry ${PN} "Katawa Shoujo"
+
+ if use doc; then
+ dodoc "Game Manual.pdf"
+ fi
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2017-12-01 19:31 David Seifert
0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-12-01 19:31 UTC (permalink / raw
To: gentoo-commits
commit: c338f3b29f4f08a8669ac735b7c987d190235a30
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 18:57:18 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 19:29:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c338f3b2
games-misc/katawa-shoujo: [QA] Fix DESCRIPTION.toolong
games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild | 2 +-
games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
index acf935e160e..14ba5a9ef21 100644
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit eutils gnome2-utils
-DESCRIPTION="bishoujo-style visual novel by Four Leaf Studios"
+DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
HOMEPAGE="http://katawa-shoujo.com/"
SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild
index 3cd733bcd7a..00e02f7499c 100644
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=5
inherit eutils gnome2-utils games
-DESCRIPTION="Bishoujo-style visual novel set in the fictional Yamaku High School for disabled children"
+DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
HOMEPAGE="http://katawa-shoujo.com/"
SRC_URI="http://dl.katawa-shoujo.com/gold_1.3/%5b4ls%5d_katawa_shoujo_1.3-%5blinux-x86%5d%5bFCF758CC%5d.tar.bz2 -> ${P}.tar.bz2
https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2018-02-11 10:53 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-02-11 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 646b3e859c4a383a864cfe0475ff3b2b20277b13
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:47:12 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:52:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646b3e85
games-misc/katawa-shoujo: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
games-misc/katawa-shoujo/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/games-misc/katawa-shoujo/metadata.xml b/games-misc/katawa-shoujo/metadata.xml
index 32c88c5fad2..e3f7542f12c 100644
--- a/games-misc/katawa-shoujo/metadata.xml
+++ b/games-misc/katawa-shoujo/metadata.xml
@@ -4,12 +4,10 @@
<maintainer type="person">
<email>alex_y_xu@yahoo.ca</email>
<name>Alex Xu</name>
- <description>Proxied maintainer</description>
</maintainer>
<maintainer type="person">
<email>maksverver@geocities.com</email>
<name>Maks Verver</name>
- <description>Proxy maintainer. CC him on bugs</description>
</maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2018-04-03 21:34 Jonas Stein
0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2018-04-03 21:34 UTC (permalink / raw
To: gentoo-commits
commit: acaeccc4924a049f8bb921517671affa80a13f33
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 3 21:31:25 2018 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 21:34:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acaeccc4
games-misc/katawa-shoujo: Maintainer retired
Proxied maintainer retired.
Bug: https://bugs.gentoo.org/632836
Package-Manager: Portage-2.3.28, Repoman-2.3.9
games-misc/katawa-shoujo/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/games-misc/katawa-shoujo/metadata.xml b/games-misc/katawa-shoujo/metadata.xml
index e3f7542f12c..7e45f8f26da 100644
--- a/games-misc/katawa-shoujo/metadata.xml
+++ b/games-misc/katawa-shoujo/metadata.xml
@@ -5,10 +5,6 @@
<email>alex_y_xu@yahoo.ca</email>
<name>Alex Xu</name>
</maintainer>
- <maintainer type="person">
- <email>maksverver@geocities.com</email>
- <name>Maks Verver</name>
- </maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2018-04-15 13:08 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2018-04-15 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 87157efd7375a80fe783a2ac2da0f24c87edc0eb
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 13:07:02 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 13:08:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87157efd
games-misc/katawa-shoujo: Use newer renpy (#601200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild | 84 ++++++++++++++++++++++
1 file changed, 84 insertions(+)
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
new file mode 100644
index 00000000000..6c9ac1da578
--- /dev/null
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils gnome2-utils
+
+DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
+HOMEPAGE="http://katawa-shoujo.com/"
+SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
+ https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
+ https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
+
+# bundled renpy includes licenses of all libraries
+LICENSE="
+ CC-BY-NC-ND-3.0
+ !system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="doc +system-renpy"
+REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
+
+RDEPEND="system-renpy? ( games-engines/renpy:6.99 )"
+DEPEND=""
+
+# Binaries are built extremely weirdly, resulting in errors like:
+# BFD: Not enough room for program headers, try linking with -N
+#
+# Technically, we could make this unconditional because there are no other
+# binaries, but it's still good practice.
+RESTRICT="!system-renpy? ( strip )"
+
+QA_PREBUILT="/opt/${PN}/lib/*"
+
+S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
+
+src_install() {
+ if use system-renpy; then
+ insinto "/usr/share/${PN}"
+ doins -r game/.
+ make_wrapper ${PN} "renpy '/usr/share/${PN}'"
+ else
+ insinto "/opt/${PN}"
+ doins -r game localizations renpy "Katawa Shoujo."{py,sh}
+
+ local host="${CTARGET:-${CHOST}}"
+ local arch="${host%%-*}"
+
+ cd lib
+ insinto "/opt/${PN}/lib"
+ doins -r linux-${arch} pythonlib2.7
+ cd ..
+
+ fperms +x "/opt/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
+ "/opt/${PN}/Katawa Shoujo."{py,sh}
+
+ make_wrapper ${PN} "./Katawa\ Shoujo.sh" "/opt/${PN}"
+ fi
+
+ local i
+ for i in 48 256; do
+ newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
+ done
+
+ make_desktop_entry ${PN} "Katawa Shoujo"
+
+ if use doc; then
+ dodoc "Game Manual.pdf"
+ fi
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2018-04-15 13:08 Pacho Ramos
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos @ 2018-04-15 13:08 UTC (permalink / raw
To: gentoo-commits
commit: eacaeed5bf955fc27b63f88b215591f88856f6c2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 13:07:24 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 13:08:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacaeed5
games-misc/katawa-shoujo: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../katawa-shoujo/katawa-shoujo-1.3.1.ebuild | 82 ----------------------
1 file changed, 82 deletions(-)
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
deleted file mode 100644
index 14ba5a9ef21..00000000000
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome2-utils
-
-DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
-HOMEPAGE="http://katawa-shoujo.com/"
-SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
-
-# bundled renpy includes licenses of all libraries
-LICENSE="CC-BY-NC-ND-3.0
- !system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +system-renpy"
-
-RDEPEND="system-renpy? ( games-engines/renpy )"
-
-REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
-
-# Binaries are built extremely weirdly, resulting in errors like:
-# BFD: Not enough room for program headers, try linking with -N
-#
-# Technically, we could make this unconditional because there are no other
-# binaries, but it's still good practice.
-RESTRICT="!system-renpy? ( strip )"
-
-QA_PREBUILT="/opt/${PN}/lib/*"
-
-S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
-
-src_install() {
- if use system-renpy; then
- insinto "/usr/share/${PN}"
- doins -r game/.
-
- make_wrapper ${PN} "renpy '/usr/share/${PN}'"
- else
- insinto "/opt/${PN}"
- doins -r game localizations renpy "Katawa Shoujo."{py,sh}
-
- local host="${CTARGET:-${CHOST}}"
- local arch="${host%%-*}"
-
- cd lib
- insinto "/opt/${PN}/lib"
- doins -r linux-${arch} pythonlib2.7
- cd ..
-
- fperms +x "/opt/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
- "/opt/${PN}/Katawa Shoujo."{py,sh}
-
- make_wrapper ${PN} "./Katawa\ Shoujo.sh" "/opt/${PN}"
- fi
-
- local i
- for i in 48 256; do
- newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
- done
-
- make_desktop_entry ${PN} "Katawa Shoujo"
-
- if use doc; then
- dodoc "Game Manual.pdf"
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2018-04-25 21:25 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-04-25 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 902064430e55aeeb1afb9d527012d6b80abd4ec2
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Apr 21 08:25:48 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Apr 25 21:25:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90206443
games-misc/katawa-shoujo: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8094
games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
index 6c9ac1da578..aa8f03ef61c 100644
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=6
inherit eutils gnome2-utils
DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
-HOMEPAGE="http://katawa-shoujo.com/"
-SRC_URI="http://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
+HOMEPAGE="https://www.katawa-shoujo.com"
+SRC_URI="https://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2019-01-19 11:57 Jonas Stein
0 siblings, 0 replies; 9+ messages in thread
From: Jonas Stein @ 2019-01-19 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 120fea93e6241eba4451adb4ed223b8b4cbe14dc
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 19 11:22:53 2019 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sat Jan 19 11:50:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=120fea93
games-misc/katawa-shoujo: Maintainer retired
Proxied maintainer asked for retirement.
Bug: https://bugs.gentoo.org/632924
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
games-misc/katawa-shoujo/metadata.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/games-misc/katawa-shoujo/metadata.xml b/games-misc/katawa-shoujo/metadata.xml
index 7e45f8f26da..7dd34911642 100644
--- a/games-misc/katawa-shoujo/metadata.xml
+++ b/games-misc/katawa-shoujo/metadata.xml
@@ -1,18 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>alex_y_xu@yahoo.ca</email>
- <name>Alex Xu</name>
- </maintainer>
<maintainer type="project">
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
<use>
<flag name="system-renpy">Use <pkg>games-engines/renpy</pkg> instead of the bundled one (experimental)</flag>
</use>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/
@ 2019-11-13 18:45 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2019-11-13 18:45 UTC (permalink / raw
To: gentoo-commits
commit: 60e5b0d37301e4b61013b2fbad9d8aa4ae0ef4b2
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 16:35:11 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 18:45:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e5b0d3
games-misc/katawa-shoujo: Update to EAPI 7
The system-renpy USE flag is removed since system dependencies should
be used rather than those bundled in the package.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13601
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-misc/katawa-shoujo/Manifest | 2 -
.../katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild | 84 ----------------------
.../katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild | 33 +++++++++
games-misc/katawa-shoujo/metadata.xml | 3 -
4 files changed, 33 insertions(+), 89 deletions(-)
diff --git a/games-misc/katawa-shoujo/Manifest b/games-misc/katawa-shoujo/Manifest
index bca40183149..8e49bf1e084 100644
--- a/games-misc/katawa-shoujo/Manifest
+++ b/games-misc/katawa-shoujo/Manifest
@@ -1,3 +1 @@
DIST katawa-shoujo-1.3.1.tar.bz2 496188604 BLAKE2B a27fbc84ac0594790ad5b77e6c7e49c19c2b4716b1e5e516171b593211f1d5f2ca1bddc3e0ebb92420b7529b4b2fdff7b0732bb61b5aa2acdaf45e33dd713497 SHA512 d5f1b49c60b70b272dd5d62c1d49cb9e3c17e3f77339fc593db2122f1c140005bc23ecb7ad9b0d93c0701c77f9bcfcd5c1c67db1cbe3034a3be42a4309387809
-DIST katawa-shoujo-256.png 59803 BLAKE2B 2acf08b55ae3e776ac260b552fd6a04b17a3246534702fbf39bdfcd49348778c1703d0ad135bca7933a82de3d983b9c19c255ed72006b7ca2c73acc157f6e9cb SHA512 7d920c24f4182ba72d5b3d641d7d373c166ca4c7d0b6a396f5e3b9281cb43f7e6e8e761f2f181ff061705118b3080807866fcd290d2b471e98c3a584d5fa8e0e
-DIST katawa-shoujo-48.png 3621 BLAKE2B 1f9ad61bcbd90218d6b11269e7c93a5b2816eee0640f191027e656978dc968a673a3ff02deee0d960a188c2893dde95a45134a847c58c627e1fd7ff2e5b28da1 SHA512 ad24156cf446ffe92068baaa6d512e6bab90587db5ce01b3c18e6c42bb9b8c91f7eae3e9547099d3f8f0a5d3f144676c3499c0a38d9af845abf79e153b543bef
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
deleted file mode 100644
index aa8f03ef61c..00000000000
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils gnome2-utils
-
-DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
-HOMEPAGE="https://www.katawa-shoujo.com"
-SRC_URI="https://dl.katawa-shoujo.com/gold_1.3.1/%5B4ls%5D_katawa_shoujo_1.3.1-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
-
-# bundled renpy includes licenses of all libraries
-LICENSE="
- CC-BY-NC-ND-3.0
- !system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )
-"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="doc +system-renpy"
-REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
-
-RDEPEND="system-renpy? ( games-engines/renpy:6.99 )"
-DEPEND=""
-
-# Binaries are built extremely weirdly, resulting in errors like:
-# BFD: Not enough room for program headers, try linking with -N
-#
-# Technically, we could make this unconditional because there are no other
-# binaries, but it's still good practice.
-RESTRICT="!system-renpy? ( strip )"
-
-QA_PREBUILT="/opt/${PN}/lib/*"
-
-S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
-
-src_install() {
- if use system-renpy; then
- insinto "/usr/share/${PN}"
- doins -r game/.
- make_wrapper ${PN} "renpy '/usr/share/${PN}'"
- else
- insinto "/opt/${PN}"
- doins -r game localizations renpy "Katawa Shoujo."{py,sh}
-
- local host="${CTARGET:-${CHOST}}"
- local arch="${host%%-*}"
-
- cd lib
- insinto "/opt/${PN}/lib"
- doins -r linux-${arch} pythonlib2.7
- cd ..
-
- fperms +x "/opt/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
- "/opt/${PN}/Katawa Shoujo."{py,sh}
-
- make_wrapper ${PN} "./Katawa\ Shoujo.sh" "/opt/${PN}"
- fi
-
- local i
- for i in 48 256; do
- newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
- done
-
- make_desktop_entry ${PN} "Katawa Shoujo"
-
- if use doc; then
- dodoc "Game Manual.pdf"
- fi
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild
new file mode 100644
index 00000000000..2ab5b560711
--- /dev/null
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.3.1-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils desktop
+
+RENPY_SLOT="6.99"
+
+DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
+HOMEPAGE="https://www.katawa-shoujo.com"
+SRC_URI="https://dl.katawa-shoujo.com/gold_${PV}/%5B4ls%5D_katawa_shoujo_${PV}-%5Blinux-x86%5D%5B18161880%5D.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="CC-BY-NC-ND-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="games-engines/renpy:${RENPY_SLOT}"
+
+S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins -r game/.
+ make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
+
+ make_desktop_entry ${PN} "Katawa Shoujo" applications-games
+
+ if use doc; then
+ dodoc "Game Manual.pdf"
+ fi
+}
diff --git a/games-misc/katawa-shoujo/metadata.xml b/games-misc/katawa-shoujo/metadata.xml
index 7dd34911642..e1f782e395f 100644
--- a/games-misc/katawa-shoujo/metadata.xml
+++ b/games-misc/katawa-shoujo/metadata.xml
@@ -5,9 +5,6 @@
<email>games@gentoo.org</email>
<name>Gentoo Games Project</name>
</maintainer>
- <use>
- <flag name="system-renpy">Use <pkg>games-engines/renpy</pkg> instead of the bundled one (experimental)</flag>
- </use>
<longdescription>
Katawa Shoujo is a bishoujo-style visual novel set in the fictional
Yamaku High School for disabled children, located somewhere in modern
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-11-13 18:45 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-01 19:31 [gentoo-commits] repo/gentoo:master commit in: games-misc/katawa-shoujo/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2019-11-13 18:45 James Le Cuirot
2019-01-19 11:57 Jonas Stein
2018-04-25 21:25 Aaron Bauman
2018-04-15 13:08 Pacho Ramos
2018-04-15 13:08 Pacho Ramos
2018-04-03 21:34 Jonas Stein
2018-02-11 10:53 Michał Górny
2016-02-12 8:20 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox