diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-27 08:23:56 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-27 08:24:11 +0100 |
commit | 40cfed67d914502c7c511d5734f33352f2e36e1b (patch) | |
tree | 75d518e24f79ec597b4dc360e040717669b9ccb6 /games-rpg/manaplus | |
parent | games-rpg/manaplus: Version 1.7.1.7 stable for amd64 and x86. (diff) | |
download | gentoo-40cfed67d914502c7c511d5734f33352f2e36e1b.tar.gz gentoo-40cfed67d914502c7c511d5734f33352f2e36e1b.tar.bz2 gentoo-40cfed67d914502c7c511d5734f33352f2e36e1b.zip |
games-rpg/manaplus: Remvoed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'games-rpg/manaplus')
-rw-r--r-- | games-rpg/manaplus/Manifest | 1 | ||||
-rw-r--r-- | games-rpg/manaplus/manaplus-1.6.12.24.ebuild | 99 |
2 files changed, 0 insertions, 100 deletions
diff --git a/games-rpg/manaplus/Manifest b/games-rpg/manaplus/Manifest index a6dec1b557ef..cb7bb75c1cb4 100644 --- a/games-rpg/manaplus/Manifest +++ b/games-rpg/manaplus/Manifest @@ -1,3 +1,2 @@ -DIST manaplus-1.6.12.24.tar.xz 11762256 SHA256 980967aaf530effbd8e59ececa87af992f55bdf97f0900bc0a9b6d235abcc4bc SHA512 b39f5c1fdab4c9fc95b09f83f0914852d4c6e3754a3bca7ede2208add9f070e7d7decddb0fc73ced8ecbe93ae7f5016bf1843630fa18f2799c0d26a96aaf58e4 WHIRLPOOL 9ee09b2ddda084aabe5c0bdddf5c9ad0e5c6264742996edcd5f0824a8a3757b9bddfa401bbf570c496fc040008a28637c215f98a65c10c5d1b08ff24652f2c39 DIST manaplus-1.7.1.21.tar.xz 14776172 SHA256 bfe25bc284a0aaf566ebad5e39434a666ec5bb53b1a8556b505296ff649a3061 SHA512 d3ebd2c4d00e6998f21a6ae40a7ae6c4988850086f70ae4d41ac894a061b8b398bc6ab54018ee8ca5a9c4c5024b8fd697190d36ba1a3f6d3cdfa19c11af74712 WHIRLPOOL 3075f4a92a8fdd2601fa7afa42889d9ec40aa3764f4ee068b15231497d93f2c6e9f3deff2e78af36f96df71a62c6392124c4712f376662a8774b2535ba3bab0f DIST manaplus-1.7.1.7.tar.xz 11762860 SHA256 a6f7169d1c5103cfdb09f9b9bde984b9953209e6affc599b3597abdece17abb3 SHA512 319cbf0ca198142f303a7c35a83f6cd477c896d855ec022a829eed106e8b107bc2a306a93b2f38b7d4cbe0b2909cd10d8345c28fece92e80842405d45fed59c1 WHIRLPOOL 6e69aa6bdefa22e2ad65d2066adcbb7362ffcd8ea40cc346f30da7d83b072f5bf78d5bf623a480fac044b36411d1d14ea61be8a7b7ae6292ac9faad92563310a diff --git a/games-rpg/manaplus/manaplus-1.6.12.24.ebuild b/games-rpg/manaplus/manaplus-1.6.12.24.ebuild deleted file mode 100644 index c88f19cfe95e..000000000000 --- a/games-rpg/manaplus/manaplus-1.6.12.24.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - -DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" -HOMEPAGE="http://manaplus.evolonline.org" -if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git" -else - SRC_URI="http://download.evolonline.org/manaplus/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2+" -SLOT="0" -IUSE="mumble nls opengl pugixml +sdl2 test" - -RDEPEND=" - >=dev-games/physfs-1.0.0 - media-fonts/dejavu - media-fonts/liberation-fonts - media-fonts/mplus-outline-fonts - media-fonts/wqy-microhei - media-libs/libpng:0= - net-misc/curl - sys-libs/zlib - x11-apps/xmessage - x11-libs/libX11 - x11-misc/xdg-utils - mumble? ( media-sound/mumble ) - nls? ( virtual/libintl ) - opengl? ( virtual/opengl ) - pugixml? ( dev-libs/pugixml ) - !pugixml? ( dev-libs/libxml2 ) - sdl2? ( - media-libs/libsdl2[X,opengl?,video] - media-libs/sdl2-gfx - media-libs/sdl2-image[png] - media-libs/sdl2-mixer[vorbis] - media-libs/sdl2-net - media-libs/sdl2-ttf - ) - !sdl2? ( - media-libs/libsdl[X,opengl?,video] - media-libs/sdl-gfx - media-libs/sdl-image[png] - media-libs/sdl-mixer[vorbis] - media-libs/sdl-net - media-libs/sdl-ttf - )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( sys-devel/gettext )" - -src_prepare() { - default - if [[ ${PV} == 9999 ]] ; then - eautoreconf - fi -} - -src_configure() { - CONFIG_SHELL=/bin/bash \ - econf \ - --localedir=/usr/share/locale \ - --without-internalsdlgfx \ - $(use_with mumble) \ - $(use_enable nls) \ - $(use_with opengl) \ - --enable-libxml=$(usex pugixml pugixml libxml) \ - $(use_with sdl2) \ - $(use_enable test unittests) -} - -src_install() { - default - - local destpath="/usr/share/${PN}" - dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${destpath}"/data/fonts/dejavusans-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${destpath}"/data/fonts/dejavusans.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf "${destpath}"/data/fonts/dejavusansmono-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${destpath}"/data/fonts/dejavusansmono.ttf - dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf "${destpath}"/data/fonts/dejavuserifcondensed-bold.ttf - dosym /usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf "${destpath}"/data/fonts/dejavuserifcondensed.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationMono-Bold.ttf "${destpath}"/data/fonts/liberationsansmono-bold.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationMono-Regular.ttf "${destpath}"/data/fonts/liberationsansmono.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationSans-Bold.ttf "${destpath}"/data/fonts/liberationsans-bold.ttf - dosym /usr/share/fonts/liberation-fonts/LiberationSans-Regular.ttf "${destpath}"/data/fonts/liberationsans.ttf - dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-bold.ttf "${destpath}"/data/fonts/mplus-1p-bold.ttf - dosym /usr/share/fonts/mplus-outline-fonts/mplus-1p-regular.ttf "${destpath}"/data/fonts/mplus-1p-regular.ttf - dosym /usr/share/fonts/wqy-microhei/wqy-microhei.ttc "${destpath}"/data/fonts/wqy-microhei.ttf -} - -src_test() { - make check -} |