Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/manaplus: manaplus-1.5.6.20.ebuild ChangeLog
Date: Fri, 26 Jun 2015 23:50:05
Message-Id: 20150626235002.79C9D72E@oystercatcher.gentoo.org
1 mr_bones_ 15/06/26 23:50:02
2
3 Modified: ChangeLog
4 Added: manaplus-1.5.6.20.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.19 games-rpg/manaplus/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 12 Jun 2015 14:33:22 -0000 1.18
24 +++ ChangeLog 26 Jun 2015 23:50:02 -0000 1.19
25 @@ -1,6 +1,12 @@
26 # ChangeLog for games-rpg/manaplus
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.18 2015/06/12 14:33:22 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/ChangeLog,v 1.19 2015/06/26 23:50:02 mr_bones_ Exp $
30 +
31 +*manaplus-1.5.6.20 (26 Jun 2015)
32 +
33 + 26 Jun 2015; Michael Sterrett <mr_bones_@g.o>
34 + +manaplus-1.5.6.20.ebuild:
35 + version bump
36
37 *manaplus-1.5.6.6 (12 Jun 2015)
38
39
40
41
42 1.1 games-rpg/manaplus/manaplus-1.5.6.20.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild?rev=1.1&content-type=text/plain
46
47 Index: manaplus-1.5.6.20.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/games-rpg/manaplus/manaplus-1.5.6.20.ebuild,v 1.1 2015/06/26 23:50:02 mr_bones_ Exp $
52
53 EAPI=5
54 inherit games
55
56 DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
57 HOMEPAGE="http://manaplus.evolonline.org"
58 SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="nls opengl"
64
65 RDEPEND="
66 >=dev-games/physfs-1.0.0
67 dev-libs/libxml2
68 media-libs/libpng:0=
69 media-libs/libsdl2[X,opengl?,video]
70 media-libs/sdl2-gfx
71 media-libs/sdl2-image[png]
72 media-libs/sdl2-mixer[vorbis]
73 media-libs/sdl2-net
74 media-libs/sdl2-ttf
75 net-misc/curl
76 sys-libs/zlib
77 x11-libs/libX11
78 x11-misc/xdg-utils
79 x11-apps/xmessage
80 media-fonts/dejavu
81 media-fonts/wqy-microhei
82 media-fonts/liberation-fonts
83 media-fonts/mplus-outline-fonts
84 nls? ( virtual/libintl )
85 opengl? ( virtual/opengl )"
86 DEPEND="${RDEPEND}
87 virtual/pkgconfig
88 nls? ( sys-devel/gettext )"
89
90 src_prepare() {
91 sed -i \
92 -e '/^SUBDIRS/s/fonts//' \
93 data/Makefile.in || die
94 }
95
96 src_configure() {
97 CONFIG_SHELL=/bin/bash \
98 egamesconf \
99 --with-sdl2 \
100 --without-internalsdlgfx \
101 --localedir=/usr/share/locale \
102 --prefix="/usr" \
103 --bindir="${GAMES_BINDIR}" \
104 $(use_with opengl) \
105 $(use_enable nls)
106 }
107
108 src_install() {
109 default
110 dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-bold.ttf
111 dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusansmono-bold.ttf
112 dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusansmono.ttf
113 dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans.ttf
114 dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsans-bold.ttf
115 dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsansmono-bold.ttf
116 dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsansmono.ttf
117 dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/liberationsans.ttf
118 dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc "${GAMES_DATADIR}"/${PN}/data/fonts/wqy-microhei.ttf
119 dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/mplus-1p-bold.ttf
120 dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/mplus-1p-regular.ttf
121
122 prepgamesdirs
123 }