Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
Date: Sat, 29 Oct 2016 23:20:17
Message-Id: 1477783202.27f3d1eb07a810fa833c777875920618ddee5c69.polynomial-c@gentoo
1 commit: 27f3d1eb07a810fa833c777875920618ddee5c69
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 22:59:27 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:20:02 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27f3d1eb
7
8 games-rpg/manaplus: Bump to version 1.6.10.22 and EAPI-6.
9
10 Package-Manager: portage-2.3.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 games-rpg/manaplus/Manifest | 1 +
14 games-rpg/manaplus/manaplus-1.6.10.22.ebuild | 99 ++++++++++++++++++++++++++++
15 games-rpg/manaplus/metadata.xml | 1 +
16 3 files changed, 101 insertions(+)
17
18 diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
19 index bbec103..38fdc5d 100644
20 --- a/games-rpg/manaplus/Manifest
21 +++ b/games-rpg/manaplus/Manifest
22 @@ -1,2 +1,3 @@
23 DIST manaplus-1.5.11.21.tar.xz 9556540 SHA256 57b6e0d8a730f56060062aa0d6e6baafc100860aa2cc4ba5120d21772410aae6 SHA512 145479b9b6912064356f842910c2a5bbb16bacc7372b898d98f237514722bbac4c6f3fe49ee30942b6e38820cfe9d3508ba5ac64b858a6003e27569327729d7d WHIRLPOOL 628009c082219c63f42892881060dff3784ae419d3d6dab95357272774d0d0545a97cf0d7190157e3338ac38e7f821fe9e3a893f24ee10be71ec6ac83c097722
24 +DIST manaplus-1.6.10.22.tar.xz 11749908 SHA256 dde06c2cf3c7f7d132f3d5ff74f2eafeb17f987115f3625fa2a4dc3d83428b50 SHA512 f335a57ef643a0bd61681182e1d9bf2c6b16d3766b629c8a45904b7e118e6b435d47abacc0804fba03a65ee0a335535d37b589eb78d22bef2e7477d9df7321de WHIRLPOOL 055ccc4a80d21bddd7824d6c122dcb7587eab9eb806c7c47efb4612517ae8b556a6ea3afe57692292959f504804c3015e30a51ae2213648655310a3de6b1f4b6
25 DIST manaplus-1.6.3.26.tar.xz 9721160 SHA256 87aee4fdaec09337fe711ee85e515470374ea9387e45622caa712a6414f5b253 SHA512 f84718c40799c619a2a320e5589dffa05f52ebd7e4710c640947f4083c59146bb2b7c10a429f68f9963086f1a07c92b8a049c0a0092659108cf52c767d834566 WHIRLPOOL 4887d9699378e3fad95f48268234c1279bbfed66138cdbd9875227e9ebc8c598ac6aa530230537cfc79d1d100216f4b3049e5c4b55ae34545ea09c5fdec284dc
26
27 diff --git a/games-rpg/manaplus/manaplus-1.6.10.22.ebuild b/games-rpg/manaplus/manaplus-1.6.10.22.ebuild
28 new file mode 100644
29 index 00000000..7440ab2
30 --- /dev/null
31 +++ b/games-rpg/manaplus/manaplus-1.6.10.22.ebuild
32 @@ -0,0 +1,99 @@
33 +# Copyright 1999-2016 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=6
38 +[[ ${PV} == 9999 ]] && inherit autotools git-r3
39 +
40 +DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
41 +HOMEPAGE="http://manaplus.evolonline.org"
42 +if [[ ${PV} == 9999 ]] ; then
43 + EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git"
44 +else
45 + SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~x86"
47 +fi
48 +
49 +LICENSE="GPL-2+"
50 +SLOT="0"
51 +IUSE="mumble nls opengl pugixml +sdl2 test"
52 +
53 +RDEPEND="
54 + >=dev-games/physfs-1.0.0
55 + media-fonts/dejavu
56 + media-fonts/liberation-fonts
57 + media-fonts/mplus-outline-fonts
58 + media-fonts/wqy-microhei
59 + media-libs/libpng:0=
60 + net-misc/curl
61 + sys-libs/zlib
62 + x11-apps/xmessage
63 + x11-libs/libX11
64 + x11-misc/xdg-utils
65 + mumble? ( media-sound/mumble )
66 + nls? ( virtual/libintl )
67 + opengl? ( virtual/opengl )
68 + pugixml? ( dev-libs/pugixml )
69 + !pugixml? ( dev-libs/libxml2 )
70 + sdl2? (
71 + media-libs/libsdl2[X,opengl?,video]
72 + media-libs/sdl2-gfx
73 + media-libs/sdl2-image[png]
74 + media-libs/sdl2-mixer[vorbis]
75 + media-libs/sdl2-net
76 + media-libs/sdl2-ttf
77 + )
78 + !sdl2? (
79 + media-libs/libsdl[X,opengl?,video]
80 + media-libs/sdl-gfx
81 + media-libs/sdl-image[png]
82 + media-libs/sdl-mixer[vorbis]
83 + media-libs/sdl-net
84 + media-libs/sdl-ttf
85 + )"
86 +DEPEND="${RDEPEND}
87 + virtual/pkgconfig
88 + nls? ( sys-devel/gettext )"
89 +
90 +src_prepare() {
91 + default
92 + if [[ ${PV} == 9999 ]] ; then
93 + eautoreconf
94 + fi
95 +}
96 +
97 +src_configure() {
98 + CONFIG_SHELL=/bin/bash \
99 + econf \
100 + --localedir=/usr/share/locale \
101 + --without-internalsdlgfx \
102 + $(use_with mumble) \
103 + $(use_enable nls) \
104 + $(use_with opengl) \
105 + --enable-libxml=$(usex pugixml pugixml libxml) \
106 + $(use_with sdl2) \
107 + $(use_enable test unittests)
108 +}
109 +
110 +src_install() {
111 + default
112 +
113 + local destpath="/usr/share/${PN}"
114 + dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${destpath}"/data/fonts/dejavusans-bold.ttf
115 + dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${destpath}"/data/fonts/dejavusans.ttf
116 + dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${destpath}"/data/fonts/dejavusansmono-bold.ttf
117 + dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${destpath}"/data/fonts/dejavusansmono.ttf
118 + dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf "${destpath}"/data/fonts/dejavuserifcondensed-bold.ttf
119 + dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf "${destpath}"/data/fonts/dejavuserifcondensed.ttf
120 + dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf "${destpath}"/data/fonts/liberationsansmono-bold.ttf
121 + dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf "${destpath}"/data/fonts/liberationsansmono.ttf
122 + dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf "${destpath}"/data/fonts/liberationsans-bold.ttf
123 + dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf "${destpath}"/data/fonts/liberationsans.ttf
124 + dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf "${destpath}"/data/fonts/mplus-1p-bold.ttf
125 + dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf "${destpath}"/data/fonts/mplus-1p-regular.ttf
126 + dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc "${destpath}"/data/fonts/wqy-microhei.ttf
127 +}
128 +
129 +src_test() {
130 + make check
131 +}
132
133 diff --git a/games-rpg/manaplus/metadata.xml b/games-rpg/manaplus/metadata.xml
134 index b513812..4740480 100644
135 --- a/games-rpg/manaplus/metadata.xml
136 +++ b/games-rpg/manaplus/metadata.xml
137 @@ -6,6 +6,7 @@
138 <name>Gentoo Games Project</name>
139 </maintainer>
140 <use>
141 + <flag name="sdl2">Use libsdl2 instead of libsdl</flag>
142 <flag name="pugixml">Use <pkg>dev-libs/pugixml</pkg> for XML parsing isntead of <pkg>dev-libs/libxml2</pkg></flag>
143 <flag name="mumble">Enable support for voice chat</flag>
144 </use>