Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/
Date: Sat, 26 Sep 2015 20:30:29
Message-Id: 1443299410.1009ba630726940df316102422b7bfb87b44832e.mr_bones_@gentoo
1 commit: 1009ba630726940df316102422b7bfb87b44832e
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 20:30:10 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 20:30:10 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1009ba63
7
8 old
9
10 Package-Manager: portage-2.2.20.1
11
12 games-rpg/manaplus/Manifest | 1 -
13 games-rpg/manaplus/manaplus-1.3.9.29.ebuild | 72 -----------------------------
14 2 files changed, 73 deletions(-)
15
16 diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest
17 index 6800e9d..cdd098c 100644
18 --- a/games-rpg/manaplus/Manifest
19 +++ b/games-rpg/manaplus/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST manaplus-1.3.9.29.tar.xz 7206052 SHA256 adf3bbd3761086d66d1d5cf22369dfadcf5839f382c564bd7d6337ad1e3933c3 SHA512 4ae13254b9ee5d06fc8e2f287fa3cde5076a55bcac0f57398acffc70a5d0b3820d712771def6b8f8ce1ef8f48d1ad8ffc222c8821ec43920aff071a24c4a3a6e WHIRLPOOL db33166b184f9ae018a675b6a3d76b8e296530e02550b9dd6803b3249d8b454a1475a5f8020d976ef3153a68532b86f408f5f3af2ca0f9ea34386db8586abb7c
22 DIST manaplus-1.5.6.20.tar.xz 9376348 SHA256 cee7ce82c730c3e2254bc335023eb5531a3bcb4434a926f8685e16a2651f5b7e SHA512 bec1a2f9e0c034f234ce66836454df7296ce366a55d635713f4ba6103b4ab12d5a0dfd5d00b6b67a935499226e50ed1d1750f37ac70f06017d047015ba3a3627 WHIRLPOOL 728621e395fdb6ba4491e35d25897346cd70676a459c729cb56d258aeb6b413e144e57f5f306a7084511f5c0cbe3425ac25b921f3c5367d7db3696e43e869365
23 DIST manaplus-1.5.8.15.tar.xz 9399088 SHA256 c9ebf1c106fd04f8b192b4f07b15528a69bd3541f5eeee7cc5ecfa643a1dab9c SHA512 c99f5f782c794f0697242a2191b0eb5062964919abc6122cc88c2eb2bc32e4ce085b10c4d97d926ee72b0bac406db3130fc05d76cb8e6f1241579a115db8d44d WHIRLPOOL fc5600fe2e42f362abe507a99834bdf1810ef643709fba0005a78119728e4f204df8e7ef2672ba8548fd611f48ddb3b9a063a104b216f3c000b3ee52d83eacab
24
25 diff --git a/games-rpg/manaplus/manaplus-1.3.9.29.ebuild b/games-rpg/manaplus/manaplus-1.3.9.29.ebuild
26 deleted file mode 100644
27 index b875c24..0000000
28 --- a/games-rpg/manaplus/manaplus-1.3.9.29.ebuild
29 +++ /dev/null
30 @@ -1,72 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -# REMINDER: check sdl2 support on version bump
36 -
37 -EAPI=5
38 -
39 -inherit games
40 -
41 -DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World"
42 -HOMEPAGE="http://manaplus.evolonline.org"
43 -SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/manaplus-${PV}.tar.xz"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE="nls opengl"
49 -
50 -RDEPEND="
51 - >=dev-games/guichan-0.8.1[sdl]
52 - >=dev-games/physfs-1.0.0
53 - dev-libs/libxml2
54 - media-fonts/dejavu
55 - media-libs/libpng:0
56 - media-libs/libsdl[X,opengl?,video]
57 - media-libs/sdl-gfx
58 - media-libs/sdl-image[png]
59 - media-libs/sdl-mixer[vorbis]
60 - media-libs/sdl-net
61 - media-libs/sdl-ttf
62 - net-misc/curl
63 - sys-libs/zlib
64 - x11-libs/libX11
65 - x11-misc/xdg-utils
66 - x11-apps/xmessage
67 - x11-misc/xsel
68 - nls? ( virtual/libintl )
69 - opengl? ( virtual/opengl )"
70 -DEPEND="${RDEPEND}
71 - virtual/pkgconfig
72 - nls? ( sys-devel/gettext )"
73 -
74 -src_prepare() {
75 - sed -i \
76 - -e '/^SUBDIRS/s/fonts//' \
77 - data/Makefile.in || die
78 -
79 - rm -r src/guichan || die
80 -}
81 -
82 -src_configure() {
83 - egamesconf \
84 - --without-internalguichan \
85 - --localedir=/usr/share/locale \
86 - --disable-manaserv \
87 - --disable-eathena \
88 - $(use_with opengl) \
89 - $(use_enable nls) \
90 - --prefix="/usr" \
91 - --bindir="${GAMES_BINDIR}"
92 -}
93 -
94 -src_install() {
95 - default
96 -
97 - dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-bold.ttf
98 - dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans.ttf
99 - dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-mono.ttf
100 -
101 - prepgamesdirs
102 -}