Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 76 → Rev 77

/games-rpg/pylotro/Manifest
1,4 → 1,4
DIST PyLotRO-0.1.11.tar.bz2 519490 RMD160 1adb38b41be21249a86c34dad384e2861cd7e791 SHA1 f61b50448f24dce0823ceeadeeec3ec547692b92 SHA256 5f1c9b8a0cf93886557a87aef2b03aaf49f28439546bc8e8b2bb0dceb4036b4a
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 962 RMD160 36ef3dee6dd36c8c04828f67b51623f879f7d552 SHA1 72d25ad3bf29c5282eee4f43792a696d1a9a97f6 SHA256 54883d7582bf026ed0701d25a58fc0d36d7f151fa5412873d25c599576b68990
EBUILD pylotro-0.1.13.ebuild 1064 RMD160 ef2d800b27e98dc39da359edc51689ce61619473 SHA1 7974d9eb9b568bd485c790256346510a6a10fd35 SHA256 ad97314e11f1df319102a717a527374a7982af7d56273093877ab8aa359a9abb
/games-rpg/pylotro/pylotro-0.1.13.ebuild
4,6 → 4,8
 
EAPI="3"
 
PYTHON_DEPEND="2:2.5"
 
inherit games distutils
 
DESCRIPTION="Lord of the Rings Online and Dungeons & Dragons Online Luncher"
12,12 → 14,13
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=dev-lang/python-2.5
<dev-python/PyQt4-4.7.5
DEPEND="dev-python/PyQt4
dev-python/4suite"
 
RDEPEND="${DEPEND}"
 
python_enable_pyc
 
src_install() {
distutils_src_install
rm "${D}"/usr/bin/pylotro
26,6 → 29,7
}
 
pkg_postinst() {
python_mod_optimize PyLotROLauncher
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:"
32,3 → 36,7
elog "http://www.codeweavers.com/compatibility/browse/group/?app_parent=4029"
elog "or http://appdb.winehq.org/objectManager.php?sClass=version&iId=14566"
}
 
pkg_postrm(){
python_mod_cleanup PyLotROLauncher
}