Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 72 → Rev 73

/games-rpg/pylotro/Manifest
1,2 → 1,4
DIST PyLotRO-0.1.11.tar.bz2 519490 RMD160 1adb38b41be21249a86c34dad384e2861cd7e791 SHA1 f61b50448f24dce0823ceeadeeec3ec547692b92 SHA256 5f1c9b8a0cf93886557a87aef2b03aaf49f28439546bc8e8b2bb0dceb4036b4a
EBUILD pylotro-0.1.11.ebuild 955 RMD160 742e534eee35495c15e90b68f4fbdd4de1e3998a SHA1 8788789380cd66a419f8afd53bb267ec9d2bf8b9 SHA256 d506271d356c4c13e6a5d5caa0d48335bb38d49feff4e81ffe2395eb1d7d1882
DIST PyLotRO-0.1.13.tar.bz2 688864 RMD160 ec48bda5eea638e68a0467e7d1538ee7c28ff80d SHA1 56d17ffd65a2ceccd6588c6734084122f21237e1 SHA256 17d33ab52be0fac73b6e5bdf86d5282247f07b6dee21aa4d200a20cc5ab04ad7
EBUILD pylotro-0.1.11.ebuild 955 RMD160 2fcaa66e96bd766003684cb1e39c666e1c1e23f7 SHA1 4ade627460552b24549fe811485343c6885d0e6e SHA256 80439d187095d7a9cf1d07828223316ebdcd2a99043601603945db8ea482df24
EBUILD pylotro-0.1.13.ebuild 955 RMD160 742e534eee35495c15e90b68f4fbdd4de1e3998a SHA1 8788789380cd66a419f8afd53bb267ec9d2bf8b9 SHA256 d506271d356c4c13e6a5d5caa0d48335bb38d49feff4e81ffe2395eb1d7d1882
/games-rpg/pylotro/pylotro-0.1.11.ebuild
1,4 → 1,4
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: kardasa $
 
/games-rpg/pylotro/pylotro-0.1.13.ebuild
0,0 → 1,34
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: kardasa $
 
EAPI="2"
 
inherit games distutils
 
DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Luncher"
HOMEPAGE="http://www.lotrolinux.com/"
SRC_URI="http://www.lotrolinux.com/PyLotRO-${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=dev-lang/python-2.5
dev-python/PyQt4
dev-python/4suite"
 
RDEPEND="${DEPEND}"
 
src_install() {
distutils_src_install
rm "${D}"/usr/bin/pylotro
dogamesbin ${PN} || die "dogamesbin failed"
prepgamesdirs
}
 
pkg_postinst() {
elog "You will need a proper wine or crossover-game"
elog "installation to lunch the game"
elog "more information how to run the games in linux you will find by visiting:"
elog "http://www.codeweavers.com/compatibility/browse/group/?app_parent=4029"
elog "or http://appdb.winehq.org/objectManager.php?sClass=version&iId=14566"
}