Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/katawa-shoujo: metadata.xml ChangeLog katawa-shoujo-1.0.ebuild Manifest
Date: Wed, 27 Feb 2013 22:13:10
Message-Id: 20130227221305.D2DC52171D@flycatcher.gentoo.org
1 hasufell 13/02/27 22:13:05
2
3 Added: metadata.xml ChangeLog katawa-shoujo-1.0.ebuild
4 Manifest
5 Log:
6 initial import from Maks Verver
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.1 games-misc/katawa-shoujo/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>games</herd>
22 <maintainer>
23 <email>hasufell@g.o</email>
24 <name>Julian Ospald</name>
25 <description>Maintainer. Assign bugs to him</description>
26 </maintainer>
27 <maintainer>
28 <email>maksverver@×××××××××.com</email>
29 <name>Maks Verver</name>
30 <description>Proxy maintainer. CC him on bugs</description>
31 </maintainer>
32 <longdescription>
33 Katawa Shoujo is a bishoujo-style visual novel set in the fictional
34 Yamaku High School for disabled children, located somewhere in modern
35 Japan. Hisao Nakai, a normal boy living a normal life, has his life
36 turned upside down when a congenital heart defect forces him to move to
37 a new school after a long hospitalization. Despite his difficulties,
38 Hisao is able to find friends—and perhaps love, if he plays his cards
39 right. There are five main paths corresponding to the 5 main female
40 characters, each path following the storyline pertaining to that
41 character.
42 </longdescription>
43 </pkgmetadata>
44
45
46
47
48 1.1 games-misc/katawa-shoujo/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/ChangeLog?rev=1.1&content-type=text/plain
52
53 Index: ChangeLog
54 ===================================================================
55 # ChangeLog for games-misc/katawa-shoujo
56 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
57 # $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/ChangeLog,v 1.1 2013/02/27 22:13:05 hasufell Exp $
58
59 *katawa-shoujo-1.0 (27 Feb 2013)
60
61 27 Feb 2013; Julian Ospald <hasufell@g.o> +katawa-shoujo-1.0.ebuild,
62 +metadata.xml:
63 initial import from Maks Verver
64
65
66
67
68 1.1 games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild?rev=1.1&content-type=text/plain
72
73 Index: katawa-shoujo-1.0.ebuild
74 ===================================================================
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild,v 1.1 2013/02/27 22:13:05 hasufell Exp $
78
79 EAPI=5
80
81 inherit eutils gnome2-utils games
82
83 DESCRIPTION="Bishoujo-style visual novel set in the fictional Yamaku High School for disabled children"
84 HOMEPAGE="http://katawa-shoujo.com/"
85 SRC_URI="http://naodesu.org/files/katawa-shoujo/${P}.tar.bz2
86 http://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
87 http://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
88
89 LICENSE="CC-BY-NC-ND-3.0"
90 SLOT="0"
91 KEYWORDS="~amd64 ~x86"
92 IUSE="doc"
93
94 RDEPEND="games-engines/renpy"
95
96 S="${WORKDIR}/Katawa Shoujo-linux-x86"
97
98 src_install() {
99 insinto "${GAMES_DATADIR}/${PN}"
100 doins -r game/.
101
102 games_make_wrapper ${PN} "renpy '${GAMES_DATADIR}/${PN}'"
103
104 local i
105 for i in 48 256; do
106 newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
107 done
108
109 make_desktop_entry ${PN} "Katawa Shoujo"
110
111 if use doc ; then
112 newdoc "Game Manual.pdf" manual.pdf
113 fi
114
115 prepgamesdirs
116 }
117
118 pkg_preinst() {
119 games_pkg_preinst
120 gnome2_icon_savelist
121 }
122
123 pkg_postinst() {
124 games_pkg_postinst
125 gnome2_icon_cache_update
126 }
127
128 pkg_postrm() {
129 gnome2_icon_cache_update
130 }
131
132
133
134 1.1 games-misc/katawa-shoujo/Manifest
135
136 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/Manifest?rev=1.1&view=markup
137 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/katawa-shoujo/Manifest?rev=1.1&content-type=text/plain
138
139 Index: Manifest
140 ===================================================================
141 DIST katawa-shoujo-1.0.tar.bz2 476084998 SHA256 7c39ff74fd47f235bf9c9ad3440b3c5c45e63f8d7aa8069ae49dd3acdfd7477a SHA512 737d5ccffe5977c6d7dddc6b4f3cac2e059b39cb8c981239c4c64046f0d718b5f58964a7ba277968d4857db2e4ab67c3ac8b1befa5c1ca560ade6fdce8fea857 WHIRLPOOL 84df55dfbe12792ea9d7a6890e5de56d8765b9c21410ae64374560623a410d18f1d8ecc55fed4bcd5b619613a6f08ca5be3741559584ffd883bccd2ed83a04d1
142 DIST katawa-shoujo-256.png 59803 SHA256 8130b39af5341b0e1c85cbd6ef5be229de2877d696e5b372e1aacf176778df45 SHA512 7d920c24f4182ba72d5b3d641d7d373c166ca4c7d0b6a396f5e3b9281cb43f7e6e8e761f2f181ff061705118b3080807866fcd290d2b471e98c3a584d5fa8e0e WHIRLPOOL d2b06b26d2ea5bae5292fc5e6f3f4571fa82a4f70155e38a3c8a21778caabc37b2a13b2cb7637a0fb05a55243a63e23c96d0538bbcbc631810f15c069d26f590
143 DIST katawa-shoujo-48.png 3621 SHA256 a366a52fd9dd241182d163e28a37f537fa71d5d46f1fc899da08b492c371a0fd SHA512 ad24156cf446ffe92068baaa6d512e6bab90587db5ce01b3c18e6c42bb9b8c91f7eae3e9547099d3f8f0a5d3f144676c3499c0a38d9af845abf79e153b543bef WHIRLPOOL b62253218dbb981f32007e22cdd36decac8948e4dff416ca60de3daaab8cfad9773622e194b885c0145a499008751c5a09184b7f0a0dc3b9153d751dd0d1b584
144 EBUILD katawa-shoujo-1.0.ebuild 1151 SHA256 71408c954aeeab9bf6be5b82192232f11c1ba87ee30384df57baef43e7f11299 SHA512 5c54cfd15e11f55c2f5340b6231518c19299520d6734a15acee4fea012cc960e54e35a4d95b3a79ffa3105c3a97ca997e02516470bf0e4946ec2c5df16884423 WHIRLPOOL 937862c054f8bd1f78f72783c547e4b6a7ed077bf94a9a6140abd942ba56a7ab7b63a3a4170e4e3d3af12dea6e4e3f3bbe07a414088a36e2d4287a78615d77ec
145 MISC ChangeLog 289 SHA256 ee064bce41566c13d0516da9920aea7b0a042ead3bf00d1bfe533ff08002e32d SHA512 84d7af1a890e9c70ca5014d37d653391bfeafcbb7ad7b739550b95ec7d4eeacedc0d07783010b111d43b383cf8774b9ef435778aaba8d3380ac0602cbb2525da WHIRLPOOL a8163668d3629ee4983c19fc8178b66d8c57a82a8c44bd4f61db31c78b6df14ff3c71d72a395d9838d738d3f51627581e9718680f3d7e6a0a80ad7c435e7dfad
146 MISC metadata.xml 1095 SHA256 58fc2e13beb5856f2f3d1c4cfd457e88e5ae949a076887ac350fc207a5be1dab SHA512 c39681a65d45f40a244711167212c6bb319d9022297df17268e69239f2e4950800e8a22262fe840cfe27624cd922b84a6738822a79228fa3c387026555060d80 WHIRLPOOL 306c2511aff499286f0e1db10fb81376ccee6d280052a2af8e6832318b7eff3308c653919ea847960170ee72f9c2d30300de6d2ab6badf4ef05e5d595d60895b