Subversion Repositories KardasA Overlay

Compare Revisions

Ignore whitespace Rev 109 → Rev 110

/games-rpg/pylotro/Manifest
1,6 → 1,8
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
DIST PyLotRO-0.1.15.zip 705132 RMD160 16a1a1f9579056f490e42378e8d0c1788afe8a6d SHA1 a007a3c74ae850e8d402872a6a04fe811edb4c65 SHA256 0050b7c45bd46371174e695ccf4ae77dc31918b3765c63b76bf48bb27cf05127
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
EBUILD pylotro-0.1.15.ebuild 1207 RMD160 cb2e5a4e316a04a5174b65dcbd0273008700ce76 SHA1 4f7fabc4aa1436849608cf0c1d30a66da07d27c6 SHA256 c19cb35fcb78c52c176169f228e3c1570c585fb6a2a3dd27ae81ed6fac164546
/games-rpg/pylotro/pylotro-0.1.15.ebuild
0,0 → 1,45
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
 
EAPI="3"
 
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
 
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}.zip"
 
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-python/PyQt4
dev-python/4suite"
RDEPEND="${DEPEND}"
 
S="${WORKDIR}"
 
PYTHON_MODNAME=PyLotROLauncher
PYTHON_VERSIONED_SCRIPTS="${GAMES_BINDIR}/${PN}"
 
src_install() {
distutils_src_install \
--install-scripts "${GAMES_BINDIR}" \
--install-data "${GAMES_DATADIR}"
prepgamesdirs
}
 
pkg_postinst() {
distutils_pkg_postinst
games_pkg_postinst
elog "You will need a proper wine or crossover-game installation to lunch"
elog "the game. You can find more information on how to run these games in"
elog "Linux by visiting:"
elog "http://appdb.winehq.org/objectManager.php?sClass=application&iId=4891"
elog "or http://www.codeweavers.com/compatibility/browse/name/?app_id=4029"
}