Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 77 → Rev 84

/games-rpg/pylotro/Manifest
1,4 → 1,6
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
DIST PyLotRO-0.1.14.tar.bz2 689093 RMD160 57ae9348063d72c3b756b18ba4fe147c26d3c881 SHA1 c78c0bd44790991347fc84c5043ef7574be32ef3 SHA256 8dde88004a10b107a47c39bf8013b8649ee5eac223704f7fd1d8b14201703a80
EBUILD pylotro-0.1.11.ebuild 955 RMD160 2fcaa66e96bd766003684cb1e39c666e1c1e23f7 SHA1 4ade627460552b24549fe811485343c6885d0e6e SHA256 80439d187095d7a9cf1d07828223316ebdcd2a99043601603945db8ea482df24
EBUILD pylotro-0.1.13.ebuild 1064 RMD160 ef2d800b27e98dc39da359edc51689ce61619473 SHA1 7974d9eb9b568bd485c790256346510a6a10fd35 SHA256 ad97314e11f1df319102a717a527374a7982af7d56273093877ab8aa359a9abb
EBUILD pylotro-0.1.14.ebuild 1064 RMD160 ef2d800b27e98dc39da359edc51689ce61619473 SHA1 7974d9eb9b568bd485c790256346510a6a10fd35 SHA256 ad97314e11f1df319102a717a527374a7982af7d56273093877ab8aa359a9abb
/games-rpg/pylotro/pylotro-0.1.14.ebuild
0,0 → 1,42
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: kardasa $
 
EAPI="3"
 
PYTHON_DEPEND="2:2.5"
 
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-python/PyQt4
dev-python/4suite"
 
RDEPEND="${DEPEND}"
 
python_enable_pyc
 
src_install() {
distutils_src_install
rm "${D}"/usr/bin/pylotro
dogamesbin ${PN} || die "dogamesbin failed"
prepgamesdirs
}
 
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:"
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
}